Uses of Class
org.languagetool.chunking.EnglishChunkFilter.ChunkType
-
Packages that use EnglishChunkFilter.ChunkType Package Description org.languagetool.chunking -
-
Uses of EnglishChunkFilter.ChunkType in org.languagetool.chunking
Methods in org.languagetool.chunking that return EnglishChunkFilter.ChunkType Modifier and Type Method Description private EnglishChunkFilter.ChunkTypeEnglishChunkFilter. getChunkType(java.util.List<ChunkTaggedToken> tokens, int chunkStartPos)Get the type of the chunk that starts at the given position.static EnglishChunkFilter.ChunkTypeEnglishChunkFilter.ChunkType. valueOf(java.lang.String name)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.
-