aolieman / xtas

Distributed text analysis suite based on Celery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xtas

Distributed text analysis suite based on Celery.

Copyright University of Amsterdam, Netherlands eScience Center and contributors, distributed under the Apache License (see AUTHORS.txt, LICENSE.txt).

Quickstart

Install:

pip install xtas

Start worker:

celery -A xtas.tasks worker --loglevel=info

Start web frontend:

python -m xtas.webserver

For full documentation, please visit http://nlesc.github.io/xtas/.

About

Distributed text analysis suite based on Celery

License:Apache License 2.0


Languages

Language:Python 98.7%Language:Shell 1.3%