|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use de.fu_berlin.ties.filter | |
---|---|
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. |
Classes in de.fu_berlin.ties.filter used by de.fu_berlin.ties.extract | |
---|---|
DocumentRewriter
An interface for classes that rewrite documents, for example for adding semantic information. |
|
EmbeddingElements
Determines which elements in a document contain extractions (or parts of extractions). |
|
FilteringTokenWalker
A token walker that only invokes a provided TokenProcessor on the subset of tokens
that are children of an element accepted by a provided
ElementFilter . |
|
Oracle
An oracle decides whether ElementFilter s
should match elements. |
|
SkipHandler
A handler that is called by FilteringTokenWalker whenever some tokens
are skipped. |
|
TrainableFilter
An abstract filter that uses a trainable classifier
for training. |
Classes in de.fu_berlin.ties.filter used by de.fu_berlin.ties.filter | |
---|---|
DocumentRewriter
An interface for classes that rewrite documents, for example for adding semantic information. |
|
ElementFilter
Interface for classes that decide whether or not to accept elements in XML documents. |
|
EmbeddingElements
Determines which elements in a document contain extractions (or parts of extractions). |
|
FilteringTokenWalker
A token walker that only invokes a provided TokenProcessor on the subset of tokens
that are children of an element accepted by a provided
ElementFilter . |
|
Oracle
An oracle decides whether ElementFilter s
should match elements. |
|
SkipHandler
A handler that is called by FilteringTokenWalker whenever some tokens
are skipped. |
|
TrainableFilter
An abstract filter that uses a trainable classifier
for training. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |