Metadata-Version: 2.0
Name: tf-taggers
Version: 0.0.4
Summary: TextFlows taggers module
Home-page: https://github.com/xflows/tf_taggers
Author: Matej Martinc
Author-email: matej.martinc@ijs.si
License: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: nltk (==3.2.1)
Requires-Dist: django-discover-runner (==1.0)
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-learn (==0.16.1)
Requires-Dist: docx
Requires-Dist: requests
Requires-Dist: pdfminer
Requires-Dist: python-crfsuite

# TextFlows Taggers Module #


A [TextFlows](https://github.com/xflows/textflows/) package, which contains python wrapper classes for four part-of-speech taggers, CRF tagger, TreeTagger, NLP4j and TNT. 


## Installation, documentation ##

Please find installation instructions, examples and API reference on [Read the Docs](http://docs.textflows.org/).

## Note ##

Please note that this is a research project and that drastic changes can be (and are) made pretty regularly. Changes are documented in the [CHANGELOG](CHANGELOG.md).

Pull requests and issues are welcome.

## Contributors to the tf_tagger package code ##

Matej Martinc (@matejMartinc)

* [Knowldge Technologies Department](http://kt.ijs.si), Jožef Stefan Institute, Ljubljana

