Class EnglishChunker
java.lang.Object
org.languagetool.chunking.EnglishChunker
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChunkTags(List<org.languagetool.AnalyzedTokenReadings> tokenReadings)
-
Constructor Details
-
EnglishChunker
public EnglishChunker()
-
-
Method Details
-
addChunkTags
- Specified by:
addChunkTagsin interfaceorg.languagetool.chunking.Chunker
-