IBMStreams / streamsx.nlp

Provide operations for text analysis, like lemmatization and text annotation with Uima Ruta scripts or existing project specific Uima pear files.
https://ibmstreams.github.io/streamsx.nlp/
Other
2 stars 7 forks source link

Lemmatizer: Add additional output functions #65

Closed markheger closed 6 years ago

markheger commented 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"]