Uses of Record Class
opennlp.dl.AbstractDL.TextChunk
Packages that use AbstractDL.TextChunk
-
Uses of AbstractDL.TextChunk in opennlp.dl
Methods in opennlp.dl that return types with arguments of type AbstractDL.TextChunkModifier and TypeMethodDescriptionprotected static List<AbstractDL.TextChunk> AbstractDL.whitespaceChunkSpans(String text, int documentSplitSize, int splitOverlapSize) LikeAbstractDL.whitespaceChunks(String, int, int)but also carries each chunk's character span intext, so a chunk can be decoded bounded to the region it covers and overlapping chunks yield overlapping candidate spans rather than silently dropping a boundary entity.