|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokenProcessor | |
---|---|
de.fu_berlin.ties.extract | This package handles information extraction and entity recognition. |
de.fu_berlin.ties.filter | This packages provides generic filtering and rewriting functionality. |
de.fu_berlin.ties.xml.dom | This package contains utility classes for working with DOM-like XML representations, focussing especially on dom4j. |
Uses of TokenProcessor in de.fu_berlin.ties.extract |
---|
Classes in de.fu_berlin.ties.extract that implement TokenProcessor | |
---|---|
class |
ExtractionMatcher
Matches all extractions from an extraction container against a preprocessed document, ensuring that they can be located and ordering them. |
class |
Extractor
An extractor runs a local Classifier
on a list of items/nodes and combines their results using a
CombinationStrategy . |
class |
ExtractorBase
Common code base shared by Extractor and
Trainer . |
class |
Trainer
A trainer trains a local Classifier
to be used for extraction. |
Uses of TokenProcessor in de.fu_berlin.ties.filter |
---|
Classes in de.fu_berlin.ties.filter that implement TokenProcessor | |
---|---|
class |
EmbeddingElements
Determines which elements in a document contain extractions (or parts of extractions). |
class |
PredictionRewriter
A prediction rewriter uses predictions from another process (e.g. named entities) and stores them as XML elements to provide additional semantic information. |
class |
PredictionRewriter2
A variant of the prediction rewriter that uses predictions from another process (e.g. named entities) to provide additional semantic information. |
Constructors in de.fu_berlin.ties.filter with parameters of type TokenProcessor | |
---|---|
FilteringTokenWalker(TokenProcessor processor,
TokenizerFactory tFactory,
ElementFilter elementFilter,
SkipHandler sHandler)
Creates a new instance. |
|
TrainableFilteringTokenWalker(TokenProcessor processor,
TokenizerFactory tFactory,
TrainableFilter elementFilter,
SkipHandler sHandler,
Oracle elementOracle)
Creates a new instance, enabling training the filter. |
|
TrainableFilteringTokenWalker(TokenProcessor processor,
TokenizerFactory tFactory,
TrainableFilter elementFilter,
SkipHandler sHandler,
Oracle elementOracle,
boolean enableTraining)
Creates a new instance. |
Uses of TokenProcessor in de.fu_berlin.ties.xml.dom |
---|
Constructors in de.fu_berlin.ties.xml.dom with parameters of type TokenProcessor | |
---|---|
TokenWalker(TokenProcessor processor,
TokenizerFactory tFactory)
Creates a new instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |