Class EnglishChunker

java.lang.Object
org.languagetool.chunking.EnglishChunker
All Implemented Interfaces:
org.languagetool.chunking.Chunker

public class EnglishChunker extends Object implements org.languagetool.chunking.Chunker
OpenNLP-based chunker. Also uses the OpenNLP tokenizer and POS tagger and maps the result to our own tokens (we have our own tokenizer), as far as trivially possible.
Since:
2.3
  • Constructor Details

    • EnglishChunker

      public EnglishChunker()
  • Method Details

    • addChunkTags

      public void addChunkTags(List<org.languagetool.AnalyzedTokenReadings> tokenReadings)
      Specified by:
      addChunkTags in interface org.languagetool.chunking.Chunker