Update Manual Annotation authored by Stephane Gagnon's avatar Stephane Gagnon
Some old tools
Inception, an interface to manually annotate text, with annotations saved in UIMA's file format in XMI
https://inception-project.github.io/
UIMA is an NLP integration framework
https://uima.apache.org/
UIMA's file format in XMI is a serialization of its Common Analysis System (CAS) class
https://uima.apache.org/d/uimaj-current/references.html#ugr.ref.xmi
DKPro cassis is a Python library to consume/process the XMI and CAS
https://github.com/dkpro/dkpro-cassis
https://cassis.readthedocs.io/
Spacy can give Noun Phrases
https://spacy.io/usage/linguistic-features
https://newbedev.com/how-to-get-all-noun-phrases-in-spacy
===================
Some older tools
http://www.hcklab.org/annotation-domeo.html
......
......