Class NLPPOSTaggerOp

java.lang.Object
org.apache.lucene.analysis.opennlp.tools.NLPPOSTaggerOp

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

    • NLPPOSTaggerOp

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