Uses of Package
de.fu_berlin.ties.io

Packages that use de.fu_berlin.ties.io
de.fu_berlin.ties.classify This package provides functionality for classification of texts and feature vectors. 
de.fu_berlin.ties.classify.winnow This package contains the Winnow classification algorithm and related algorithms and classes. 
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.io This package provides classes for input/output handling and for (de)serialization. 
 

Classes in de.fu_berlin.ties.io used by de.fu_berlin.ties.classify
BaseStorable
          Convenience implementations of the Storable interface that implements the BaseStorable.toString() method based on the field map created by Storable.storeFields().
FieldContainer
          A container of FieldMaps.
FieldMap
          A map targeted at serialization and deserialiation of objects in human-readable formats.
Storable
          Classes implementing this interface support serialization in a human-readable format, by storing all relevant fields in a FieldMap.
 

Classes in de.fu_berlin.ties.io used by de.fu_berlin.ties.classify.winnow
BaseStorable
          Convenience implementations of the Storable interface that implements the BaseStorable.toString() method based on the field map created by Storable.storeFields().
FieldMap
          A map targeted at serialization and deserialiation of objects in human-readable formats.
Storable
          Classes implementing this interface support serialization in a human-readable format, by storing all relevant fields in a FieldMap.
 

Classes in de.fu_berlin.ties.io used by de.fu_berlin.ties.eval
BaseStorable
          Convenience implementations of the Storable interface that implements the BaseStorable.toString() method based on the field map created by Storable.storeFields().
FieldContainer
          A container of FieldMaps.
FieldMap
          A map targeted at serialization and deserialiation of objects in human-readable formats.
RestorableContainer
          Classes implementing this interface contain multiple Storable objects and support serialization and deserialization of these objects in a human-readable format.
Storable
          Classes implementing this interface support serialization in a human-readable format, by storing all relevant fields in a FieldMap.
StorableContainer
          Classes implementing this interface contain multiple Storable objects and support serialization of these objects in a human-readable format, by storing them in a FieldContainer.
 

Classes in de.fu_berlin.ties.io used by de.fu_berlin.ties.extract
BaseStorable
          Convenience implementations of the Storable interface that implements the BaseStorable.toString() method based on the field map created by Storable.storeFields().
FieldContainer
          A container of FieldMaps.
FieldMap
          A map targeted at serialization and deserialiation of objects in human-readable formats.
RestorableContainer
          Classes implementing this interface contain multiple Storable objects and support serialization and deserialization of these objects in a human-readable format.
Storable
          Classes implementing this interface support serialization in a human-readable format, by storing all relevant fields in a FieldMap.
StorableContainer
          Classes implementing this interface contain multiple Storable objects and support serialization of these objects in a human-readable format, by storing them in a FieldContainer.
 

Classes in de.fu_berlin.ties.io used by de.fu_berlin.ties.io
ContentType
          A simple wrapper for the MIME type and the character set of a document.
FieldContainer
          A container of FieldMaps.
FieldMap
          A map targeted at serialization and deserialiation of objects in human-readable formats.
Storable
          Classes implementing this interface support serialization in a human-readable format, by storing all relevant fields in a FieldMap.
StorableContainer
          Classes implementing this interface contain multiple Storable objects and support serialization of these objects in a human-readable format, by storing them in a FieldContainer.
 



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