Uses of Class
cz.vutbr.fit.layout.impl.BaseService
-
-
Uses of BaseService in cz.vutbr.fit.layout.bcs
Subclasses of BaseService in cz.vutbr.fit.layout.bcs Modifier and Type Class Description class
BCSProvider
-
Uses of BaseService in cz.vutbr.fit.layout.cssbox
Subclasses of BaseService in cz.vutbr.fit.layout.cssbox Modifier and Type Class Description class
CSSBoxTreeProvider
A box tree provider implementation based on CSSBox -
Uses of BaseService in cz.vutbr.fit.layout.impl
Subclasses of BaseService in cz.vutbr.fit.layout.impl Modifier and Type Class Description class
BaseArtifactService
A base implementation of an artifact service.class
BaseOperator
A common base for our area operators.class
BaseParametrizedOperation
-
Uses of BaseService in cz.vutbr.fit.layout.io
Subclasses of BaseService in cz.vutbr.fit.layout.io Modifier and Type Class Description class
HTMLOutputOperator
This operator serializes the area tree to an HTML file.class
XMLOutputOperator
This operator serializes the area tree to an XML file. -
Uses of BaseService in cz.vutbr.fit.layout.map.chunks
Subclasses of BaseService in cz.vutbr.fit.layout.map.chunks Modifier and Type Class Description class
MetadataTextChunksProvider
-
Uses of BaseService in cz.vutbr.fit.layout.map.op
Subclasses of BaseService in cz.vutbr.fit.layout.map.op Modifier and Type Class Description class
TagByExamplesOperator
Tags the areas that correspond to the occurrences of examples obtained from page metadata by the corresponding tags. -
Uses of BaseService in cz.vutbr.fit.layout.patterns
Subclasses of BaseService in cz.vutbr.fit.layout.patterns Modifier and Type Class Description class
AreaConnectionProvider
class
ConnectionSetArtifactService
class
TextChunkConnectionProvider
-
Uses of BaseService in cz.vutbr.fit.layout.pdf
Subclasses of BaseService in cz.vutbr.fit.layout.pdf Modifier and Type Class Description class
PDFBoxTreeProvider
-
Uses of BaseService in cz.vutbr.fit.layout.provider
Subclasses of BaseService in cz.vutbr.fit.layout.provider Modifier and Type Class Description class
OperatorApplicationProvider
An artifact provider that consumes an area tree, applies a list of operators and produces a new area tree.class
OperatorWrapperProvider
An area tree provider that wraps a single area tree operator.class
VisualBoxTreeProvider
An artifact provider that creates a visual box tree from another box tree. -
Uses of BaseService in cz.vutbr.fit.layout.puppeteer
Subclasses of BaseService in cz.vutbr.fit.layout.puppeteer Modifier and Type Class Description class
PuppeteerTreeProvider
-
Uses of BaseService in cz.vutbr.fit.layout.segm
Subclasses of BaseService in cz.vutbr.fit.layout.segm Modifier and Type Class Description class
BasicSegmProvider
An artifact service provider for transforming the box tree to the area tree. -
Uses of BaseService in cz.vutbr.fit.layout.segm.op
Subclasses of BaseService in cz.vutbr.fit.layout.segm.op Modifier and Type Class Description class
CollapseAreasOperator
This operator collapses the areas having only one (leaf) child.class
FindLineOperator
Detects the basic lines in the area tree and joins the appropriate areas so that a line is the smallest visual area.class
FlattenTreeOperator
This operator flattens the tree: only the root area and the leaf areas are preserved.class
GroupByDOMOperator
Creates groups of areas that share the same source DOM node.class
HomogeneousLeafOperator
This operator joins the homogeneous-style leaf nodes to larger artificial areas.class
MultiLineOperator
Detects sequences of aligned lines and joins them to a single area.class
SortByLinesOperator
class
SortByPositionOperator
class
SuperAreaOperator
Detects the larger visual areas and creates the artificial area nodes. -
Uses of BaseService in cz.vutbr.fit.layout.text.chunks
Subclasses of BaseService in cz.vutbr.fit.layout.text.chunks Modifier and Type Class Description class
TextChunksProvider
-
Uses of BaseService in cz.vutbr.fit.layout.text.op
Subclasses of BaseService in cz.vutbr.fit.layout.text.op Modifier and Type Class Description class
TagEntitiesOperator
-
Uses of BaseService in cz.vutbr.fit.layout.text.taggers
Subclasses of BaseService in cz.vutbr.fit.layout.text.taggers Modifier and Type Class Description class
BaseTagger
A base implementation of a tagger with no parametres.class
CombinedTagger
A tagger that combines multiple taggers together (in the order of their preference).class
DateTagger
class
IntegerTagger
class
LocationsTagger
NER-based location name area tagger.class
NERTagger
class
PersonsTagger
NER-based personal name area tagger.class
RegexpTagger
class
TimeTagger
This tagger tags the areas that contain some time expressions. -
Uses of BaseService in cz.vutbr.fit.layout.vips
Subclasses of BaseService in cz.vutbr.fit.layout.vips Modifier and Type Class Description class
VipsProvider
-