Uses of Record Class
opennlp.dl.AbstractDL.ChunkRange
Packages that use AbstractDL.ChunkRange
-
Uses of AbstractDL.ChunkRange in opennlp.dl
Methods in opennlp.dl that return types with arguments of type AbstractDL.ChunkRangeModifier and TypeMethodDescriptionprotected static List<AbstractDL.ChunkRange> AbstractDL.chunkRanges(int tokenCount, int documentSplitSize, int splitOverlapSize) Splits a token sequence into overlapping chunk ranges.