Uses of Package
de.fu_berlin.ties

Packages that use de.fu_berlin.ties
de.fu_berlin.ties This package bundles main entry points and general interfaces and classes for TIES. 
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.eval This packages provides functionality for evaluating results of classifiers and extractors. 
de.fu_berlin.ties.extract This package handles information extraction and entitiy recognition. 
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.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
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
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
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
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
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
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.eval
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
ConfigurableProcessor
          An abstract processor that just stores a configuration.
ContextMap
          A map used to store context-specific key/value pairs in the processing architecture.
DirectoryProcessor
          Abstract base class for a Processor that operates on the contents of directories.
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.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
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.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.
 



Copyright © 2003-2004 Christian Siefkes. All Rights Reserved.