Metadata-Version: 2.1
Name: text-labeling
Version: 0.1.0
Summary: Visual Text Labeling tool.
Home-page: https://github.com/soniacq/TextLabelingTool
Author: Sonia Castelo
Author-email: s.castelo@nyu.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: python-dateutil
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: notebook
Requires-Dist: pandas
Requires-Dist: nltk
Requires-Dist: spacy

# Guided Labeling using Active Learning

![Text Labeling](https://github.com/soniacq/TextLabelingTool/blob/master/imgs/plot_guided_labeling.png)

## Demo

In Jupyter Notebook::
~~~~
import TextLabeling
TextLabeling.plot_guided_labeling(initial_dataset, unlabeled_dataset, validation_dataset)
~~~~


