Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The file cTAKESdesc/chunkerdesc/analysis_engine/Chunker.xml provides a descriptor for the Chunker analysis engine which is the UIMA component we have written that wraps the OpenNLP chunker. It calls edu.mayo.bmi.uima.chunker.Chunker, whose Javadoc provides information on how to customize this descriptor.

Parameters
ModelFile
- the file that contains the chunker tagging model
ChunkerCreatorClass
- the full class name of an implementation of the interface edu.mayo.bmi.uima.chunker.ChunkerCreator

...