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.
DeDoubleIntrf Representation of a double to the extent it differs from other DataElems.
DeHtmlIntrf This interface describes HTML-formatted strings to the extent they differ from all data elements and DeStrings in general.
DeIntegerIntrf This interface represents the functionality of a DE_integer object beyond that common to all data elements
DePersonNameIntrf Instances of this class represent the functionality of a person name beyond that shared by all data elements

DeStringIntrf This interface represents the functionality of a DeString object beyond that common to all data elements

 

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