|
||||||||||
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 the TIE software. |
de.fu_berlin.ties.extract | This package handles information extraction and entity recognition. |
de.fu_berlin.ties.xml.convert | This package contains code for converting XML to/from other formats and for transforming XML documents. |
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.convert |
---|
Subclasses of DocumentReader in de.fu_berlin.ties.xml.convert | |
---|---|
class |
AttributeUnflatten
Unflattens an XML document, reading labels for a CombinationStrategy from an XML attribute
("class" by default). |
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 |