Provide operations for text analysis, like lemmatization and text annotation with Uima Ruta scripts or existing project specific Uima pear files.
2
stars
7
forks
source link
Lemmatizer: Add additional output functions #65
Closed
markheger closed 6 years ago
a) new output function: Words() returns list
--> word tokens ["cat", "chase", "bird"]
b) new output function: PosTags() returns list
-> part-of-speech tags ["NNS", "VBD", "NNS"]