|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentReader | |
de.fu_berlin.ties | This package bundles main entry points and general interfaces and classes for TIES. |
de.fu_berlin.ties.extract | This package handles information extraction and entitiy recognition. |
de.fu_berlin.ties.xml.dom | This package contains utility classes for working with DOM-like XML representations, focussing especially on dom4j. |
Uses of DocumentReader in de.fu_berlin.ties |
Subclasses of DocumentReader in de.fu_berlin.ties | |
class |
DocumentProcessor
Abstract base class for a Processor that operates
on XML documents. |
Uses of DocumentReader in de.fu_berlin.ties.extract |
Subclasses of DocumentReader in de.fu_berlin.ties.extract | |
class |
AnswerBuilder
Buildings an ExtractionContainer of answer
keys from an annotated text (in XML format).
|
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 DocumentReader in de.fu_berlin.ties.xml.dom |
Subclasses of DocumentReader in de.fu_berlin.ties.xml.dom | |
class |
XMLStripper
An XML stripper converts a XML document to plain text, removing all markup. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |