Class EnglishChunkFilter

java.lang.Object
org.languagetool.chunking.EnglishChunkFilter

class EnglishChunkFilter extends Object
Our chunker detects noun phrases but not whether they are singular or plural noun phrases. We add this information here.
Since:
2.3
  • Field Details

    • BEGIN_NOUN_PHRASE_TAG

      private static final org.languagetool.chunking.ChunkTag BEGIN_NOUN_PHRASE_TAG
    • IN_NOUN_PHRASE_TAG

      private static final org.languagetool.chunking.ChunkTag IN_NOUN_PHRASE_TAG
  • Constructor Details

    • EnglishChunkFilter

      EnglishChunkFilter()
  • Method Details