RiTa
index
Name tagFile()
Class RiPosTagger
Description Loads a file, splits the input into sentences and returns a single String[] with all the pos-tags from the text.
Syntax
tagFile(fileName);
Returns java.lang.String[]
Usage Web & Application
Related