https://github.com/NLeSC/xtas
Distributed text analysis suite based on Celery
https://github.com/NLeSC/xtas
Last synced: 12 months ago
JSON representation
Distributed text analysis suite based on Celery
- Host: GitHub
- URL: https://github.com/NLeSC/xtas
- Owner: NLeSC
- License: other
- Created: 2013-10-04T09:47:55.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T20:08:18.000Z (over 3 years ago)
- Last Synced: 2025-06-17T18:07:08.707Z (about 1 year ago)
- Language: Python
- Homepage: http://nlesc.github.io/xtas/
- Size: 1.85 MB
- Stars: 96
- Watchers: 13
- Forks: 32
- Open Issues: 31
-
Metadata Files:
- Readme: README.rst
- License: LICENSE-al2.txt
Awesome Lists containing this project
README
.. image:: https://api.travis-ci.org/NLeSC/xtas.png?branch=master
:target: https://travis-ci.org/NLeSC/xtas
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``). Parts of xtas use GPL-licensed software, such as the
Stanford NLP tools, and datasets that may incur additional restrictions.
Check the documentation for individual functions.
Quickstart
----------
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/.