A B C D E F G H I L M N O P R S T V W 

A

add(T) - Method in class org.fit.layout.classify.StyleCounter
 
addTagger(Tagger) - Method in class org.fit.layout.classify.op.TagEntitiesOperator
Registers a new tagger that should be used by this operator.
addTagger(Tagger) - Method in class org.fit.layout.classify.TreeTagger
 
allowsContinuation(Area) - Method in interface org.fit.layout.classify.Tagger
Checks whether the area may be a continuation of a previously started area tagged with this tag.
allowsContinuation(Area) - Method in class org.fit.layout.classify.taggers.DateTagger
 
allowsContinuation(Area) - Method in class org.fit.layout.classify.taggers.LocationsTagger
 
allowsContinuation(Area) - Method in class org.fit.layout.classify.taggers.PagesTagger
 
allowsContinuation(Area) - Method in class org.fit.layout.classify.taggers.PersonsTagger
 
allowsContinuation(Area) - Method in class org.fit.layout.classify.taggers.SessionTagger
 
allowsContinuation(Area) - Method in class org.fit.layout.classify.taggers.TimeTagger
 
allowsContinuation(Area) - Method in class org.fit.layout.classify.taggers.TitleTagger
 
allowsContinutation(Area) - Method in class org.fit.layout.classify.TextTag
 
allowsJoining() - Method in interface org.fit.layout.classify.Tagger
Checks whether the tag may be used for joining the areas in the visual area tree.
allowsJoining() - Method in class org.fit.layout.classify.taggers.DateTagger
 
allowsJoining() - Method in class org.fit.layout.classify.taggers.LocationsTagger
 
allowsJoining() - Method in class org.fit.layout.classify.taggers.PagesTagger
 
allowsJoining() - Method in class org.fit.layout.classify.taggers.PersonsTagger
 
allowsJoining() - Method in class org.fit.layout.classify.taggers.SessionTagger
 
allowsJoining() - Method in class org.fit.layout.classify.taggers.TimeTagger
 
allowsJoining() - Method in class org.fit.layout.classify.taggers.TitleTagger
 
allowsJoining() - Method in class org.fit.layout.classify.TextTag
 
apply(AreaTree) - Method in class org.fit.layout.classify.op.TagEntitiesOperator
 
apply(AreaTree, Area) - Method in class org.fit.layout.classify.op.TagEntitiesOperator
 
apply(AreaTree) - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
apply(AreaTree, Area) - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
areaexpr - Variable in class org.fit.layout.classify.taggers.SessionTagger
The expression the whole area must start with
areaexpr - Variable in class org.fit.layout.classify.taggers.TitleTagger
The expression the whole area must start with
areaSelected(Area) - Method in class org.fit.layout.classify.gui.ClassificationPlugin
 
ArticleFeatureExtractor - Class in org.fit.layout.classify.articles
A feature extractor for generic article processing.
ArticleFeatureExtractor() - Constructor for class org.fit.layout.classify.articles.ArticleFeatureExtractor
 

B

BackgroundColorAnalyzer - Class in org.fit.layout.classify
Background color analyzer.
BackgroundColorAnalyzer(Area) - Constructor for class org.fit.layout.classify.BackgroundColorAnalyzer
Constructs a color analyzer.
belongsTo(Area) - Method in interface org.fit.layout.classify.Tagger
Checks whether the area may be tagged with the tag.
belongsTo(Area) - Method in class org.fit.layout.classify.taggers.DateTagger
 
belongsTo(Area) - Method in class org.fit.layout.classify.taggers.LocationsTagger
 
belongsTo(Area) - Method in class org.fit.layout.classify.taggers.PagesTagger
 
belongsTo(Area) - Method in class org.fit.layout.classify.taggers.PersonsTagger
 
belongsTo(Area) - Method in class org.fit.layout.classify.taggers.SessionTagger
 
belongsTo(Area) - Method in class org.fit.layout.classify.taggers.TimeTagger
 
belongsTo(Area) - Method in class org.fit.layout.classify.taggers.TitleTagger
 
blacklist - Variable in class org.fit.layout.classify.taggers.SessionTagger
Words that are not allowed in the session title
blacklist - Variable in class org.fit.layout.classify.taggers.TitleTagger
Words that are not allowed in the presentation title

C

CENTERING_THRESHOLD - Static variable in class org.fit.layout.classify.articles.ArticleFeatureExtractor
Maximal difference between left and right margin to consider the area to be centered (percentage of the parent area width)
ClassificationPlugin - Class in org.fit.layout.classify.gui
 
ClassificationPlugin() - Constructor for class org.fit.layout.classify.gui.ClassificationPlugin
 
classifyArea(Area) - Method in class org.fit.layout.classify.VisualClassifier
 
classifyTree(Area, FeatureExtractor) - Method in class org.fit.layout.classify.VisualClassifier
Classifies the areas in an area tree.
clear() - Method in class org.fit.layout.classify.InstanceExtractor
 
ColorAnalyzer - Class in org.fit.layout.classify
Foreground color analyzer.
ColorAnalyzer(Area) - Constructor for class org.fit.layout.classify.ColorAnalyzer
Constructs a color analyzer.
colorLuminosity(Color) - Static method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
containsBlacklistedWord(String[]) - Method in class org.fit.layout.classify.taggers.TitleTagger
 
containsListedWord(Vector<String>, String[]) - Method in class org.fit.layout.classify.taggers.SessionTagger
 
contexpr - Variable in class org.fit.layout.classify.taggers.PersonsTagger
The expression describing the allowed format of the title continuation
contexpr - Variable in class org.fit.layout.classify.taggers.SessionTagger
The expression describing the allowed format of the title continuation
contexpr - Variable in class org.fit.layout.classify.taggers.TitleTagger
The expression describing the allowed format of the title continuation
count() - Method in class org.fit.layout.classify.InstanceExtractor
 
createEmptyDataset() - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
createEmptyDataset() - Method in interface org.fit.layout.classify.FeatureExtractor
Creates an empty data set containing the header appropriate to this extractor.

D

dateexpr - Variable in class org.fit.layout.classify.taggers.DateTagger
 
DateTagger - Class in org.fit.layout.classify.taggers
 
DateTagger() - Constructor for class org.fit.layout.classify.taggers.DateTagger
 
DEFAULT_WEIGHTS - Static variable in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
DefaultFeatureExtractor - Class in org.fit.layout.classify
Implements common routines usable in feature extractors.
DefaultFeatureExtractor() - Constructor for class org.fit.layout.classify.DefaultFeatureExtractor
 

E

equals(Object) - Method in class org.fit.layout.classify.NodeStyle
 
extract(String) - Method in interface org.fit.layout.classify.Tagger
Extracts the parts of a source string that correspond to this tag.
extract(String) - Method in class org.fit.layout.classify.taggers.DateTagger
 
extract(String) - Method in class org.fit.layout.classify.taggers.LocationsTagger
 
extract(String) - Method in class org.fit.layout.classify.taggers.PagesTagger
 
extract(String) - Method in class org.fit.layout.classify.taggers.PersonsTagger
 
extract(String) - Method in class org.fit.layout.classify.taggers.SessionTagger
 
extract(String) - Method in class org.fit.layout.classify.taggers.TimeTagger
 
extract(String) - Method in class org.fit.layout.classify.taggers.TitleTagger
 
extractDates(String) - Method in class org.fit.layout.classify.taggers.DateTagger
 
extractInstances(Area) - Method in class org.fit.layout.classify.InstanceExtractor
 

F

FeatureExtractor - Interface in org.fit.layout.classify
A generic feature extractor.
FeatureVector - Class in org.fit.layout.classify.articles
 
FeatureVector() - Constructor for class org.fit.layout.classify.articles.FeatureVector
 

G

getAabove() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getAbelow() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getAleft() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getAllTags(Area) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
Obtains all the tags assigned to this area and its child areas (not all descendant areas).
getAllTags() - Method in class org.fit.layout.classify.TreeTagger
Obtains the list of all tags used by the taggers
getAreaFeatures(Area, Instances) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
getAreaFeatures(Area, Instances) - Method in interface org.fit.layout.classify.FeatureExtractor
Creates a classification data instance from the given area.
getAright() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getAverageBoxColorLuminosity(Area) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
getBcperc() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getBglum() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getClassIndex() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getClassName(int) - Method in class org.fit.layout.classify.VisualClassifier
 
getColor() - Method in class org.fit.layout.classify.NodeStyle
 
getColorPercentage(Color) - Method in class org.fit.layout.classify.BackgroundColorAnalyzer
Obtains the percentage of the area that has the given color.
getColorPercentage(Area) - Method in class org.fit.layout.classify.BackgroundColorAnalyzer
Obtains the average percentage of the total area that has the same background color as the given area.
getColorPercentage(Color) - Method in class org.fit.layout.classify.ColorAnalyzer
Obtains the percentage of the text that has the given color.
getColorPercentage(Area) - Method in class org.fit.layout.classify.ColorAnalyzer
Obtains the average percentage of all the text that has the given color.
getContrast() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getCount(T) - Method in class org.fit.layout.classify.StyleCounter
 
getCperc() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getData() - Method in class org.fit.layout.classify.InstanceExtractor
 
getDepth() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getDescription() - Method in class org.fit.layout.classify.op.TagEntitiesOperator
 
getDescription() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getEffectiveBackgroundColor(Area) - Static method in class org.fit.layout.classify.BackgroundColorAnalyzer
Computes the effective (visible) background color of an area considering transparency and parent areas.
getFeatureExtractor() - Method in class org.fit.layout.classify.gui.ClassificationPlugin
 
getFeatures() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getFeatureVector(Area) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
getFontSize() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getFontSize() - Method in class org.fit.layout.classify.NodeStyle
 
getId() - Method in class org.fit.layout.classify.op.TagEntitiesOperator
 
getId() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getIndent() - Method in class org.fit.layout.classify.NodeStyle
 
getIndentation(Area) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
Computes the indentation metric.
getLineCount(Area) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
getMarkedness(Area) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
Computes the markedness of the area.
getMarkedness() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getMostFrequent() - Method in class org.fit.layout.classify.StyleCounter
 
getMostFrequentAll() - Method in class org.fit.layout.classify.StyleCounter
 
getName() - Method in class org.fit.layout.classify.op.TagEntitiesOperator
 
getName() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getNlines() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getParamNames() - Method in class org.fit.layout.classify.op.TagEntitiesOperator
 
getParamNames() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getParamTypes() - Method in class org.fit.layout.classify.op.TagEntitiesOperator
 
getParamTypes() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getPdigits() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getPlower() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getPpunct() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getPspaces() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getPupper() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getRelevance() - Method in interface org.fit.layout.classify.Tagger
Obtains the relevance of the tagger.
getRelevance() - Method in class org.fit.layout.classify.taggers.DateTagger
 
getRelevance() - Method in class org.fit.layout.classify.taggers.LocationsTagger
 
getRelevance() - Method in class org.fit.layout.classify.taggers.PagesTagger
 
getRelevance() - Method in class org.fit.layout.classify.taggers.PersonsTagger
 
getRelevance() - Method in class org.fit.layout.classify.taggers.SessionTagger
 
getRelevance() - Method in class org.fit.layout.classify.taggers.TimeTagger
 
getRelevance() - Method in class org.fit.layout.classify.taggers.TitleTagger
 
getRelx() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getRelY(Area) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
getRely() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getSource() - Method in class org.fit.layout.classify.TextTag
 
getStyle() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getStyle() - Method in class org.fit.layout.classify.NodeStyle
 
getTag() - Method in interface org.fit.layout.classify.Tagger
Obtains the tag that this tagger assigns to the areas.
getTag() - Method in class org.fit.layout.classify.taggers.DateTagger
 
getTag() - Method in class org.fit.layout.classify.taggers.LocationsTagger
 
getTag() - Method in class org.fit.layout.classify.taggers.PagesTagger
 
getTag() - Method in class org.fit.layout.classify.taggers.PersonsTagger
 
getTag() - Method in class org.fit.layout.classify.taggers.SessionTagger
 
getTag() - Method in class org.fit.layout.classify.taggers.TimeTagger
 
getTag() - Method in class org.fit.layout.classify.taggers.TitleTagger
 
getTagLevel() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getText(Area) - Method in class org.fit.layout.classify.taggers.TitleTagger
 
getTlength() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getTlum() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getTrainFile() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getTreeRoot() - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
getTreeRoot() - Method in interface org.fit.layout.classify.FeatureExtractor
Obtains the current tree root.
getVisualClassifier() - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
getWeight() - Method in class org.fit.layout.classify.articles.FeatureVector
 
getWeight() - Method in class org.fit.layout.classify.NodeStyle
 
getWeights() - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 

H

hashCode() - Method in class org.fit.layout.classify.NodeStyle
 

I

init(Browser) - Method in class org.fit.layout.classify.gui.ClassificationPlugin
 
initTaggers() - Method in class org.fit.layout.classify.op.TagEntitiesOperator
 
InstanceExtractor - Class in org.fit.layout.classify
Extracts instances from a page.
InstanceExtractor(FeatureExtractor, String) - Constructor for class org.fit.layout.classify.InstanceExtractor
 
isCentered(Area) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
Checks whether the area is horizontally centered within its parent area
isReplaced() - Method in class org.fit.layout.classify.articles.FeatureVector
 

L

loadArffDatasetResource(String) - Method in class org.fit.layout.classify.DefaultFeatureExtractor
 
LocationsTagger - Class in org.fit.layout.classify.taggers
NER-based location name area tagger.
LocationsTagger(int) - Constructor for class org.fit.layout.classify.taggers.LocationsTagger
Construct a new tagger.

M

mayCoexistWith(Tag) - Method in interface org.fit.layout.classify.Tagger
Check if the area tagged with this tag may be tagged with another tag.
mayCoexistWith(Tag) - Method in class org.fit.layout.classify.taggers.DateTagger
 
mayCoexistWith(Tag) - Method in class org.fit.layout.classify.taggers.LocationsTagger
 
mayCoexistWith(Tag) - Method in class org.fit.layout.classify.taggers.PagesTagger
 
mayCoexistWith(Tag) - Method in class org.fit.layout.classify.taggers.PersonsTagger
 
mayCoexistWith(Tag) - Method in class org.fit.layout.classify.taggers.SessionTagger
 
mayCoexistWith(Tag) - Method in class org.fit.layout.classify.taggers.TimeTagger
 
mayCoexistWith(Tag) - Method in class org.fit.layout.classify.taggers.TitleTagger
 
MIN_MARKEDNESS_DIFFERENCE - Static variable in class org.fit.layout.classify.articles.ArticleFeatureExtractor
Minimal difference in the markedness that should be interpreted as a difference between the meaning of the areas.
MIN_WORDS - Variable in class org.fit.layout.classify.taggers.SessionTagger
 
MIN_WORDS - Variable in class org.fit.layout.classify.taggers.TitleTagger
 

N

NodeStyle - Class in org.fit.layout.classify
This class represents the features of the node style that are important for node purpose comparison.
NodeStyle(Area) - Constructor for class org.fit.layout.classify.NodeStyle
Computes the style of an area node.
NodeStyle(NodeStyle) - Constructor for class org.fit.layout.classify.NodeStyle
Creates a copy of the node style.

O

org.fit.layout.classify - package org.fit.layout.classify
 
org.fit.layout.classify.articles - package org.fit.layout.classify.articles
 
org.fit.layout.classify.gui - package org.fit.layout.classify.gui
 
org.fit.layout.classify.op - package org.fit.layout.classify.op
 
org.fit.layout.classify.taggers - package org.fit.layout.classify.taggers
 

P

PagesTagger - Class in org.fit.layout.classify.taggers
Very simple page numbers tagger.
PagesTagger() - Constructor for class org.fit.layout.classify.taggers.PagesTagger
 
paramNames - Variable in class org.fit.layout.classify.op.TagEntitiesOperator
 
paramTypes - Variable in class org.fit.layout.classify.op.TagEntitiesOperator
 
PersonsTagger - Class in org.fit.layout.classify.taggers
NER-based personal name area tagger.
PersonsTagger(int) - Constructor for class org.fit.layout.classify.taggers.PersonsTagger
Construct a new tagger.
pgexpr - Variable in class org.fit.layout.classify.taggers.PagesTagger
 

R

recursiveExtractInstances(Area, Instances) - Method in class org.fit.layout.classify.InstanceExtractor
 
root - Variable in class org.fit.layout.classify.TreeTagger
 

S

save(String) - Method in class org.fit.layout.classify.InstanceExtractor
 
SessionTagger - Class in org.fit.layout.classify.taggers
 
SessionTagger() - Constructor for class org.fit.layout.classify.taggers.SessionTagger
 
setAabove(int) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setAbelow(int) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setAleft(int) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setAright(int) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setBcperc(double) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setBglum(double) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setClassIndex(int) - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
setContrast(double) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setCperc(double) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setDefaultClass(String) - Method in class org.fit.layout.classify.InstanceExtractor
 
setDepth(int) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setFeatures(FeatureExtractor) - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
setFontSize(double) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setMarkedness(double) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setNlines(int) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setPdigits(double) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setPlower(double) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setPpunct(double) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setPspaces(double) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setPupper(double) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setRelx(double) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setRely(double) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setReplaced(boolean) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setStyle(double) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setTagLevel(int) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setTlength(int) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setTlum(double) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setTrainFile(String) - Method in class org.fit.layout.classify.op.VisualClassificationOperator
 
setTree(Area) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
setTree(Area) - Method in interface org.fit.layout.classify.FeatureExtractor
Initializes the extractor to use the tree with the given root node.
setWeight(double) - Method in class org.fit.layout.classify.articles.FeatureVector
 
setWeights(double[]) - Method in class org.fit.layout.classify.articles.ArticleFeatureExtractor
 
sharedClassifier - Static variable in class org.fit.layout.classify.TreeTagger
 
StyleCounter<T> - Class in org.fit.layout.classify
Statistical analyzer of style occurences.
StyleCounter() - Constructor for class org.fit.layout.classify.StyleCounter
 

T

TagEntitiesOperator - Class in org.fit.layout.classify.op
 
TagEntitiesOperator() - Constructor for class org.fit.layout.classify.op.TagEntitiesOperator
 
Tagger - Interface in org.fit.layout.classify
A generic tagger that is able to assign tags to areas.
taggers - Variable in class org.fit.layout.classify.TreeTagger
 
tagSingleNode(Area) - Method in class org.fit.layout.classify.TreeTagger
Applies all the taggers to a single tree node.
tagSubtree(Area) - Method in class org.fit.layout.classify.TreeTagger
Applies all the taggers a subtree of the area tree.
tagTree() - Method in class org.fit.layout.classify.TreeTagger
Applies all the taggers to the whole tree.
TextTag - Class in org.fit.layout.classify
A tag that can be assigned to the visual areas obtained using a text classification by a particular tagger.
TextTag(String, Tagger) - Constructor for class org.fit.layout.classify.TextTag
 
timeexpr - Variable in class org.fit.layout.classify.taggers.TimeTagger
 
TimeTagger - Class in org.fit.layout.classify.taggers
This tagger tags the areas that contain some time expressions.
TimeTagger() - Constructor for class org.fit.layout.classify.taggers.TimeTagger
 
titleexpr - Variable in class org.fit.layout.classify.taggers.SessionTagger
The expression describing the allowed title format
titleexpr - Variable in class org.fit.layout.classify.taggers.TitleTagger
The expression describing the allowed title format
TitleTagger - Class in org.fit.layout.classify.taggers
 
TitleTagger() - Constructor for class org.fit.layout.classify.taggers.TitleTagger
 
toARFFString() - Method in class org.fit.layout.classify.NodeStyle
 
toString() - Method in class org.fit.layout.classify.NodeStyle
 
TreeTagger - Class in org.fit.layout.classify
This class implements the area tree tagging.
TreeTagger(Area) - Constructor for class org.fit.layout.classify.TreeTagger
 

V

VisualClassificationOperator - Class in org.fit.layout.classify.op
An operator that assigns the tags to the tree nodes based on the visual classification.
VisualClassificationOperator() - Constructor for class org.fit.layout.classify.op.VisualClassificationOperator
 
VisualClassificationOperator(String, int) - Constructor for class org.fit.layout.classify.op.VisualClassificationOperator
 
VisualClassifier - Class in org.fit.layout.classify
 
VisualClassifier(String, int) - Constructor for class org.fit.layout.classify.VisualClassifier
Creates the classifier and trains it with the given training ARFF file.
VisualTag - Class in org.fit.layout.classify
A tag assigned using visual classification.
VisualTag(String) - Constructor for class org.fit.layout.classify.VisualTag
 

W

whitelist - Variable in class org.fit.layout.classify.taggers.SessionTagger
Words that are required in the session title
A B C D E F G H I L M N O P R S T V W 

Copyright © 2015. All rights reserved.