Package gov.nist.nlpir.irf.de

classes and interfaces that model data elements - parts of documents

See:
          Description

Interface Summary
DataElem This interface provides the skeleton all data element classes must comply with

IRF provides several base Data Elements but developpers can write their own ones to handle specific types of information, like speech or images.
 

Class Summary
DeDouble Representation of a double as a DataElem.
DeHtml This class is subclass of DeString specialized in its methods to handle HTML-formatted text.
DeInteger Representation of a integer as a DataElem.
DePersonName Instances of this class represent a person name.
DeString Representation of a string as a DataElem.
HtmlAddrCount Internal word counter for DeHtml.
ProxyDataElem This is a class which represents what's common to all proxies for data elements - not much.
ProxyDeDouble This class represents a DeDouble by proxy.
ProxyDeHtml This class represents a DeHtml by proxy.

ProxyDeInteger Proxy representation of a integer as a DataElem.
ProxyDePersonName Instances of this class represent a DePersonName by proxy
ProxyDeString An instance of this class is a proxy for a DeString object.

TextStatistics This class manages statistics about texts, like the number of words in each text, the number of stopwords, etc.
 

Package gov.nist.nlpir.irf.de Description

classes and interfaces that model data elements - parts of documents