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
).
Install:
pip install xtas
Start worker:
python -m xtas.worker --loglevel=info
Start web frontend:
python -m xtas.webserver
For full documentation, please visit http://nlesc.github.io/xtas/.