Uses of Enum
org.languagetool.chunking.EnglishChunkFilter.ChunkType
Packages that use EnglishChunkFilter.ChunkType
-
Uses of EnglishChunkFilter.ChunkType in org.languagetool.chunking
Methods in org.languagetool.chunking that return EnglishChunkFilter.ChunkTypeModifier and TypeMethodDescriptionprivate EnglishChunkFilter.ChunkType
EnglishChunkFilter.getChunkType
(List<ChunkTaggedToken> tokens, int chunkStartPos) Get the type of the chunk that starts at the given position.static EnglishChunkFilter.ChunkType
Returns the enum constant of this type with the specified name.static EnglishChunkFilter.ChunkType[]
EnglishChunkFilter.ChunkType.values()
Returns an array containing the constants of this enum type, in the order they are declared.