Class EnglishChunkFilter


  • class EnglishChunkFilter
    extends java.lang.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 Detail

      • 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 Detail

      • EnglishChunkFilter

        EnglishChunkFilter()