|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use de.fu_berlin.ties | |
---|---|
de.fu_berlin.ties | This package bundles main entry points and general interfaces and classes for the TIE software. |
de.fu_berlin.ties.classify | This package provides functionality for classification of texts and feature vectors. |
de.fu_berlin.ties.classify.feature | This package contains classes for working with features, feature vectors and feature transformers. |
de.fu_berlin.ties.classify.winnow | This package contains the Winnow classification algorithm and related algorithms and classes. |
de.fu_berlin.ties.combi | This package provides combination strategies for combining sequential classification decisions. |
de.fu_berlin.ties.context | This packages provides functionality for building and managing representations of context in texts (XML documents). |
de.fu_berlin.ties.context.sensor | Sensors are object that look up information for a token, for example semantic information from gazetteers or thesauri. |
de.fu_berlin.ties.demo | This package contains demo code for showing how the system works. |
de.fu_berlin.ties.eval | This packages provides functionality for evaluating results of classifiers and extractors. |
de.fu_berlin.ties.extract | This package handles information extraction and entity recognition. |
de.fu_berlin.ties.extract.amend | This package provides code for reanalysing proposed extractions and performing suitable amendments to improve results. |
de.fu_berlin.ties.extract.reestimate | This package contains code for re-estimating the probabilites of extraction, for example based on the length or the content. |
de.fu_berlin.ties.filter | This packages provides generic filtering and rewriting functionality. |
de.fu_berlin.ties.io | This package provides classes for input/output handling and for (de)serialization. |
de.fu_berlin.ties.preprocess | This packages handles format conversions and linguistic preprocessing of documents. |
de.fu_berlin.ties.text | This package contains utility classes for working with texts. |
de.fu_berlin.ties.util | This package contains miscellaneous utility classes. |
de.fu_berlin.ties.xml | This package contains utility classes for working with XML documents and related data. |
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. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties | |
---|---|
Closeable
Classes implementing this interface announce that they should be closed for releasing all resources and stopping any background activity. |
|
ConfigurableProcessor
An abstract processor that just stores a configuration. |
|
ContextMap
A map used to store context-specific key/value pairs in the processing architecture. |
|
DocumentReader
Abstract base class for a Processor that read
XML documents. |
|
ProcessingException
Exception thrown when an error occurs during processing. |
|
Processor
Interface for a processor that operates on an input argument. |
|
TextProcessor
Abstract base class for a Processor that operates
on text documents. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
|
TiesConfiguration.EntryDescriptor
An inner class wrapping descriptor information on an entry: type of the entry, whether it is optional or a list, a description of the entry. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.classify | |
---|---|
Closeable
Classes implementing this interface announce that they should be closed for releasing all resources and stopping any background activity. |
|
CollectingProcessor
Abstract base clase for a Processor that collects
all the input arguments and processes the collected arguments when shutting
down. |
|
ConfigurableProcessor
An abstract processor that just stores a configuration. |
|
ContextMap
A map used to store context-specific key/value pairs in the processing architecture. |
|
ProcessingException
Exception thrown when an error occurs during processing. |
|
Processor
Interface for a processor that operates on an input argument. |
|
TextProcessor
Abstract base class for a Processor that operates
on text documents. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.classify.feature | |
---|---|
ProcessingException
Exception thrown when an error occurs during processing. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.classify.winnow | |
---|---|
ContextMap
A map used to store context-specific key/value pairs in the processing architecture. |
|
ProcessingException
Exception thrown when an error occurs during processing. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.combi | |
---|---|
ContextMap
A map used to store context-specific key/value pairs in the processing architecture. |
|
ProcessingException
Exception thrown when an error occurs during processing. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.context | |
---|---|
ProcessingException
Exception thrown when an error occurs during processing. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.context.sensor | |
---|---|
ProcessingException
Exception thrown when an error occurs during processing. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.demo | |
---|---|
ProcessingException
Exception thrown when an error occurs during processing. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.eval | |
---|---|
Closeable
Classes implementing this interface announce that they should be closed for releasing all resources and stopping any background activity. |
|
CollectingProcessor
Abstract base clase for a Processor that collects
all the input arguments and processes the collected arguments when shutting
down. |
|
ConfigurableProcessor
An abstract processor that just stores a configuration. |
|
ContextMap
A map used to store context-specific key/value pairs in the processing architecture. |
|
ProcessingException
Exception thrown when an error occurs during processing. |
|
Processor
Interface for a processor that operates on an input argument. |
|
TextProcessor
Abstract base class for a Processor that operates
on text documents. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.extract | |
---|---|
Closeable
Classes implementing this interface announce that they should be closed for releasing all resources and stopping any background activity. |
|
ConfigurableProcessor
An abstract processor that just stores a configuration. |
|
ContextMap
A map used to store context-specific key/value pairs in the processing architecture. |
|
DocumentReader
Abstract base class for a Processor that read
XML documents. |
|
ProcessingException
Exception thrown when an error occurs during processing. |
|
Processor
Interface for a processor that operates on an input argument. |
|
TextProcessor
Abstract base class for a Processor that operates
on text documents. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.extract.amend | |
---|---|
ContextMap
A map used to store context-specific key/value pairs in the processing architecture. |
|
ProcessingException
Exception thrown when an error occurs during processing. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.extract.reestimate | |
---|---|
ProcessingException
Exception thrown when an error occurs during processing. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.filter | |
---|---|
ContextMap
A map used to store context-specific key/value pairs in the processing architecture. |
|
ProcessingException
Exception thrown when an error occurs during processing. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.io | |
---|---|
ConfigurableProcessor
An abstract processor that just stores a configuration. |
|
ContextMap
A map used to store context-specific key/value pairs in the processing architecture. |
|
ProcessingException
Exception thrown when an error occurs during processing. |
|
Processor
Interface for a processor that operates on an input argument. |
|
TextProcessor
Abstract base class for a Processor that operates
on text documents. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.preprocess | |
---|---|
ConfigurableProcessor
An abstract processor that just stores a configuration. |
|
ContextMap
A map used to store context-specific key/value pairs in the processing architecture. |
|
ParsingException
Exception thrown when an input cannot be parsed, typically because it contains uncorrectable errors. |
|
ProcessingException
Exception thrown when an error occurs during processing. |
|
Processor
Interface for a processor that operates on an input argument. |
|
TextProcessor
Abstract base class for a Processor that operates
on text documents. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.text | |
---|---|
ConfigurableProcessor
An abstract processor that just stores a configuration. |
|
ContextMap
A map used to store context-specific key/value pairs in the processing architecture. |
|
ProcessingException
Exception thrown when an error occurs during processing. |
|
Processor
Interface for a processor that operates on an input argument. |
|
TextProcessor
Abstract base class for a Processor that operates
on text documents. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.util | |
---|---|
Closeable
Classes implementing this interface announce that they should be closed for releasing all resources and stopping any background activity. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.xml | |
---|---|
ConfigurableProcessor
An abstract processor that just stores a configuration. |
|
ContextMap
A map used to store context-specific key/value pairs in the processing architecture. |
|
ParsingException
Exception thrown when an input cannot be parsed, typically because it contains uncorrectable errors. |
|
Processor
Interface for a processor that operates on an input argument. |
|
TextProcessor
Abstract base class for a Processor that operates
on text documents. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.xml.convert | |
---|---|
ConfigurableProcessor
An abstract processor that just stores a configuration. |
|
ContextMap
A map used to store context-specific key/value pairs in the processing architecture. |
|
DocumentProcessor
Abstract base class for a Processor that operates
on XML documents. |
|
DocumentReader
Abstract base class for a Processor that read
XML documents. |
|
DocumentWriter
Abstract base class for a Processor that writes
XML documents. |
|
ProcessingException
Exception thrown when an error occurs during processing. |
|
Processor
Interface for a processor that operates on an input argument. |
|
TextProcessor
Abstract base class for a Processor that operates
on text documents. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
Classes in de.fu_berlin.ties used by de.fu_berlin.ties.xml.dom | |
---|---|
ConfigurableProcessor
An abstract processor that just stores a configuration. |
|
ContextMap
A map used to store context-specific key/value pairs in the processing architecture. |
|
DocumentReader
Abstract base class for a Processor that read
XML documents. |
|
ProcessingException
Exception thrown when an error occurs during processing. |
|
Processor
Interface for a processor that operates on an input argument. |
|
TextProcessor
Abstract base class for a Processor that operates
on text documents. |
|
TiesConfiguration
A composite configuration that allows to localize of keys and to querying types and descriptions of entries. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |