Metadata-Version: 2.1
Name: textflow
Version: 0.4.6
Summary: Simple and extensible framework for end to end text based natural language understanding.
Home-page: https://github.com/ysenarath/textflow
Author: Yasas Senarath
Author-email: ysenarath.93@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Flask
Requires-Dist: WTForms
Requires-Dist: joblib
Requires-Dist: Werkzeug
Requires-Dist: scikit-learn (>=1.0.0)
Requires-Dist: pandas
Requires-Dist: nltk
Requires-Dist: SQLAlchemy
Requires-Dist: tqdm
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: click
Requires-Dist: numpy
Requires-Dist: packaging
Requires-Dist: Flask-Login
Requires-Dist: Flask-SQLAlchemy
Requires-Dist: sklearn-crfsuite
Requires-Dist: Flask-WTF

# TextFlow

### Framework for Text Annotation.

[![Build](https://github.com/ysenarath/textflow/workflows/Python%20package/badge.svg)](https://github.com/ysenarath/textflow)
[![Docs](https://readthedocs.org/projects/pip/badge?version=latest&style=flat)](https://docs.textflow.app/)
[![Version](https://img.shields.io/pypi/v/textflow)](https://pypi.org/project/textflow/)

### Quick Documentation

TextFlow is a minimalist interface for full text processing.

### Supported Use-cases

1) Data Annotation 
2) Annotation Monitoring
3) Inter-annotator Agreement (Experimental)
4) Final Dataset Generation (Experimental)
5) Auto-Models (Experimental)
    
To read the full documentation please visit [here](https://docs.textflow.app/).

### Citations

```
@misc{textflow,
  title={{TextFlow}: A Simple Text Annotation Library},
  url={https://github.com/ysenarath/textflow},
  note={An open source python package},
  author={Yasas Senarath},
  year={2020},
}
```

### Contributions

We highly value your feedback on this project, 
so let us know. Kindly place an issue for any bugs or feature recommendations.
