Text Classification
Classify text using the Universal Data Tool
Last updated
Classify text using the Universal Data Tool
Last updated
Navigate to udt.dev and click "New File"
Then select the Text Classification button from the Setup > Data Type
page.
You can now configure the interface you'd like for you Text Classification dataset by adding any classifications you'd like to display per sample, as well as configure if multiple classifications are allowed to be selected.
You can use any of the following methods to import text data. If you're just getting started, you can quickly create a dataset using the COCO Images method!
Go to the Label
tab to begin labeling data. See the Collaborative Labeling Guide to label with friends or a team of your labelers.
Text Classification can easily be exported and read as a CSV or JSON file.
For example, if you export as a CSV you'll get a table that looks like the following:
path | document | annotation |
samples.0 | This has made me so happy. I love it. | positive_sentiment |
samples.1 | I hate this thing. It's so bad. | negative_sentiment |