Class NLPPOSTaggerOp


  • public class NLPPOSTaggerOp
    extends Object
    Supply OpenNLP Parts-Of-Speech Tagging tool Requires binary models from OpenNLP project on SourceForge.
    • Constructor Detail

      • NLPPOSTaggerOp

        public NLPPOSTaggerOp​(opennlp.tools.postag.POSModel model)
                       throws IOException
        Throws:
        IOException
    • Method Detail

      • getPOSTags

        public String[] getPOSTags​(String[] words)