Uses of Class
cz.vutbr.fit.layout.impl.BaseParametrizedOperation
-
-
Uses of BaseParametrizedOperation in cz.vutbr.fit.layout.bcs
Subclasses of BaseParametrizedOperation in cz.vutbr.fit.layout.bcs Modifier and Type Class Description classBCSProvider -
Uses of BaseParametrizedOperation in cz.vutbr.fit.layout.cssbox
Subclasses of BaseParametrizedOperation in cz.vutbr.fit.layout.cssbox Modifier and Type Class Description classCSSBoxTreeProviderA box tree provider implementation based on CSSBox -
Uses of BaseParametrizedOperation in cz.vutbr.fit.layout.impl
Subclasses of BaseParametrizedOperation in cz.vutbr.fit.layout.impl Modifier and Type Class Description classBaseArtifactServiceA base implementation of an artifact service.classBaseOperatorA common base for our area operators. -
Uses of BaseParametrizedOperation in cz.vutbr.fit.layout.io
Subclasses of BaseParametrizedOperation in cz.vutbr.fit.layout.io Modifier and Type Class Description classHTMLOutputOperatorThis operator serializes the area tree to an HTML file.classXMLOutputOperatorThis operator serializes the area tree to an XML file. -
Uses of BaseParametrizedOperation in cz.vutbr.fit.layout.map.chunks
Subclasses of BaseParametrizedOperation in cz.vutbr.fit.layout.map.chunks Modifier and Type Class Description classMetadataTextChunksProvider -
Uses of BaseParametrizedOperation in cz.vutbr.fit.layout.map.op
Subclasses of BaseParametrizedOperation in cz.vutbr.fit.layout.map.op Modifier and Type Class Description classTagByExamplesOperatorTags the areas that correspond to the occurrences of examples obtained from page metadata by the corresponding tags. -
Uses of BaseParametrizedOperation in cz.vutbr.fit.layout.patterns
Subclasses of BaseParametrizedOperation in cz.vutbr.fit.layout.patterns Modifier and Type Class Description classAreaConnectionProviderclassConnectionSetArtifactServiceclassTextChunkConnectionProvider -
Uses of BaseParametrizedOperation in cz.vutbr.fit.layout.pdf
Subclasses of BaseParametrizedOperation in cz.vutbr.fit.layout.pdf Modifier and Type Class Description classPDFBoxTreeProvider -
Uses of BaseParametrizedOperation in cz.vutbr.fit.layout.provider
Subclasses of BaseParametrizedOperation in cz.vutbr.fit.layout.provider Modifier and Type Class Description classOperatorApplicationProviderAn artifact provider that consumes an area tree, applies a list of operators and produces a new area tree.classOperatorWrapperProviderAn area tree provider that wraps a single area tree operator.classVisualBoxTreeProviderAn artifact provider that creates a visual box tree from another box tree. -
Uses of BaseParametrizedOperation in cz.vutbr.fit.layout.puppeteer
Subclasses of BaseParametrizedOperation in cz.vutbr.fit.layout.puppeteer Modifier and Type Class Description classPuppeteerTreeProvider -
Uses of BaseParametrizedOperation in cz.vutbr.fit.layout.segm
Subclasses of BaseParametrizedOperation in cz.vutbr.fit.layout.segm Modifier and Type Class Description classBasicSegmProviderAn artifact service provider for transforming the box tree to the area tree. -
Uses of BaseParametrizedOperation in cz.vutbr.fit.layout.segm.op
Subclasses of BaseParametrizedOperation in cz.vutbr.fit.layout.segm.op Modifier and Type Class Description classCollapseAreasOperatorThis operator collapses the areas having only one (leaf) child.classFindLineOperatorDetects the basic lines in the area tree and joins the appropriate areas so that a line is the smallest visual area.classFlattenTreeOperatorThis operator flattens the tree: only the root area and the leaf areas are preserved.classGroupByDOMOperatorCreates groups of areas that share the same source DOM node.classHomogeneousLeafOperatorThis operator joins the homogeneous-style leaf nodes to larger artificial areas.classMultiLineOperatorDetects sequences of aligned lines and joins them to a single area.classSortByLinesOperatorclassSortByPositionOperatorclassSuperAreaOperatorDetects the larger visual areas and creates the artificial area nodes. -
Uses of BaseParametrizedOperation in cz.vutbr.fit.layout.text.chunks
Subclasses of BaseParametrizedOperation in cz.vutbr.fit.layout.text.chunks Modifier and Type Class Description classTextChunksProvider -
Uses of BaseParametrizedOperation in cz.vutbr.fit.layout.text.op
Subclasses of BaseParametrizedOperation in cz.vutbr.fit.layout.text.op Modifier and Type Class Description classTagEntitiesOperator -
Uses of BaseParametrizedOperation in cz.vutbr.fit.layout.text.taggers
Subclasses of BaseParametrizedOperation in cz.vutbr.fit.layout.text.taggers Modifier and Type Class Description classBaseTaggerA base implementation of a tagger with no parametres.classCombinedTaggerA tagger that combines multiple taggers together (in the order of their preference).classDateTaggerclassIntegerTaggerclassLocationsTaggerNER-based location name area tagger.classNERTaggerclassPersonsTaggerNER-based personal name area tagger.classRegexpTaggerclassTimeTaggerThis tagger tags the areas that contain some time expressions. -
Uses of BaseParametrizedOperation in cz.vutbr.fit.layout.vips
Subclasses of BaseParametrizedOperation in cz.vutbr.fit.layout.vips Modifier and Type Class Description classVipsProvider
-