Metadata-Version: 1.1
Name: tf_core
Version: 0.0.6
Summary: TextFlows core text mining module
Home-page: https://github.com/xflows/tf_core
Author: Matic Perovsek
Author-email: matic.perovsek@ijs.si
License: MIT License
Description: # TextFlows Core Module #
        
        
        A [TextFlows](https://github.com/xflows/textflows/) package, which contains the core classes for representing an annotated document corpus, as well as text mining widgets (UI components) based on [NLTK](http://www.nltk.org/). The package can also be used with [ClowdFlows](https://github.com/xflows/clowdflows/) 2.0.
        
        [![Documentation Status](https://readthedocs.org/projects/rdm/badge/?version=latest)](http://docs.textflows.org/)
        
        Currently, the project contains several components for text preprocessing: tokenization, stop word removal, lemmatization, part-of-speech tagging, etc.
        
        
        ## 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_core package code ##
        
        Matic Perovšek (@mperice), Matej Martinc (@matejMartinc), Roman Orač (@romanorac)
        
        * [Knowldge Technologies Department](http://kt.ijs.si), Jožef Stefan Institute, Ljubljana
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
