FUB-HCC / neonion

neonion is a user-centered collaborative semantic annotation webapp developed at the Human-Centered Computing group at Freie Universität Berlin.

Home Page:http://neonion.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neonion

neonion is a user-centered, web application for the collaborative annotation of texts developed at the Human-Centered Computing group at Freie Universität Berlin.

neonion supports semantic annotations and open standards but does not presuppose any knowledge about the technologies involved. It is the perfect fit for people who want their annotations to be exchangeable between different tools and projects. Moreover, your annotations can be connected to the linked data cloud.

You can try a demo of neonion. The usage is explained in the user's manual.

Prerequisites

For neonion you need Python with Django installed. In addition, a set of tools and services is needed:

If you want to use ports other than the default ports you can change the environment settings under settings/.

Getting started

Create a virtualenv and install the dependencies for neonion:

virtualenv -p /usr/bin/python2.7 pyenv
source pyenv/bin/activate
pip install -r neonion/requirements.txt

Setup neonion and startup the server:

source pyenv/bin/activate
cd neonion
curl -XPUT -H'Content-Type: application/json' 'http://127.0.0.1:9200/neonion/' -d @mapping.json
python manage.py migrate
python manage.py loaddata fixtures/*
python manage.py runserver

You should now see something like:

Django version 1.7, using settings 'settings.development'
Starting development server at http://127.0.0.1:8000/

Open your browser and navigate to http://127.0.0.1:8000. By default there are two predefined accounts neonion-admin@fu-berlin.de and neonion-test@fu-berlin.de. Both have the default password neonion but different rights.

Import the knowledge base from Wikidata

When neonion is running you can import the provided person data with:

source pyenv/bin/activate
cd neonion
python common/knowledge/wikidata/wd_import.py -f elasticsearch/wikidata/

License

GPL2: http://www.gnu.org/licenses/gpl-2.0.html

About

neonion is a user-centered collaborative semantic annotation webapp developed at the Human-Centered Computing group at Freie Universität Berlin.

http://neonion.org

License:GNU General Public License v2.0


Languages

Language:Java 27.7%Language:CSS 26.0%Language:HTML 19.9%Language:Python 13.7%Language:JavaScript 12.6%Language:Dockerfile 0.1%