Class NLPChunkerOp

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

public class NLPChunkerOp extends Object
Supply OpenNLP Chunking tool Requires binary models from OpenNLP project on SourceForge.
  • Constructor Details

    • NLPChunkerOp

      public NLPChunkerOp(opennlp.tools.chunker.ChunkerModel chunkerModel) throws IOException
      Throws:
      IOException
  • Method Details