Uses of Enum
org.languagetool.chunking.EnglishChunkFilter.ChunkType
Packages that use EnglishChunkFilter.ChunkType
-
Uses of EnglishChunkFilter.ChunkType in org.languagetool.chunking
Subclasses with type arguments of type EnglishChunkFilter.ChunkType in org.languagetool.chunkingMethods in org.languagetool.chunking that return EnglishChunkFilter.ChunkTypeModifier and TypeMethodDescriptionprivate EnglishChunkFilter.ChunkTypeEnglishChunkFilter.getChunkType(List<ChunkTaggedToken> tokens, int chunkStartPos) Get the type of the chunk that starts at the given position.static EnglishChunkFilter.ChunkTypeReturns 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.