-
Notifications
You must be signed in to change notification settings - Fork 9
JSON NLP Home
Damir Cavar edited this page May 28, 2020
·
2 revisions
(C) 2020 by Semiring Inc., Damir Cavar
This JSON-NLP repository provides the JSON-NLP Schema specification.
JSON-NLP is a JSON format for various Natural Language Processing (NLP) annotation and analysis standards, including:
Text or speech segmentation:
Word or token level annotation:
- tokenization
- Lemmatization
- Part-of-speech (PoS) tagging
- Named Entity Annotation
Sentence level annotation:
- sentence segmentation
- clause segmentation
- sentiment of the sentence
- constituent parse trees
- dependency parse trees
(C) 2020 by Semiring Inc.