Uses of Class
cz.vutbr.fit.layout.text.chunks.DefaultHint
-
Packages that use DefaultHint Package Description cz.vutbr.fit.layout.text.chunks -
-
Uses of DefaultHint in cz.vutbr.fit.layout.text.chunks
Subclasses of DefaultHint in cz.vutbr.fit.layout.text.chunks Modifier and Type Class Description class
HintForceResolved
This hint forces the chunk source to accept only the chunk tags that are assigned by a given resolver.class
HintInLine
This hint causes considering multiple subsequent lines to be treated as a single chunk source area.class
HintMultiBox
This hint has the same meaning asHintWholeBox
but it also considers multiple subsequent boxes.class
HintSeparator
This hint tries to improve the recall of the tag occurrence discovery by applying some regular separators.class
HintWholeBox
A hint that forces using the whole source box for the corresponding chunk even if only part of the box was detected as the chunk.
-