Metadata-Version: 2.1
Name: textflow
Version: 0.4.3
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
License: UNKNOWN
Platform: UNKNOWN
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
Requires-Dist: click
Requires-Dist: Flask
Requires-Dist: Flask-Login
Requires-Dist: Flask-SQLAlchemy
Requires-Dist: Flask-WTF
Requires-Dist: itsdangerous
Requires-Dist: Jinja2
Requires-Dist: MarkupSafe
Requires-Dist: SQLAlchemy
Requires-Dist: Werkzeug
Requires-Dist: WTForms
Requires-Dist: nltk
Requires-Dist: scikit-learn
Requires-Dist: sklearn-crfsuite

# 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.

### About

You can contact the author via his e-mail:`ysenarath.93@gmail.com`.

