Uses of Interface
org.languagetool.chunking.Chunker
Packages that use Chunker
Package
Description
-
Uses of Chunker in org.languagetool
Fields in org.languagetool declared as ChunkerModifier and TypeFieldDescriptionprivate ChunkerLanguage.chunkerprivate ChunkerLanguage.postDisambiguationChunkerMethods in org.languagetool that return ChunkerModifier and TypeMethodDescriptionLanguage.createDefaultChunker()Creates language specific chunker.Language.createDefaultPostDisambiguationChunker()Creates language specific post disambiguation chunker.Language.getChunker()Get this language's chunker implementation ornull.Language.getPostDisambiguationChunker()Get this language's post disambiguation chunker implementation ornull.Methods in org.languagetool with parameters of type ChunkerModifier and TypeMethodDescriptionvoidLanguage.setChunker(Chunker chunker) Set this language's chunker implementation ornull.voidLanguage.setPostDisambiguationChunker(Chunker chunker) Set this language's post disambiguation chunker implementation ornull. -
Uses of Chunker in org.languagetool.chunking
Classes in org.languagetool.chunking that implement ChunkerModifier and TypeClassDescriptionclassOpenNLP-based chunker.classA rule-based German chunker for noun phrases.classA rule-based prototype Russian chunker. -
Uses of Chunker in org.languagetool.language
Methods in org.languagetool.language that return ChunkerModifier and TypeMethodDescriptionEnglish.createDefaultChunker()LanguageBuilder.ExtendedLanguage.createDefaultChunker()LanguageBuilder.ExtendedLanguage.createDefaultPostDisambiguationChunker()Russian.createDefaultPostDisambiguationChunker() -
Uses of Chunker in org.languagetool.noop
Classes in org.languagetool.noop that implement ChunkerMethods in org.languagetool.noop that return Chunker