Metadata-Version: 2.1
Name: text-labeling
Version: 0.1.2
Summary: Visual Text Labeling tool.
Home-page: https://github.com/soniacq/TextLabelingTool
Author: Sonia Castelo
Author-email: s.castelo@nyu.edu
License: UNKNOWN
Description: # 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)
        ~~~~
        
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
