Uses of Package
gov.nist.nlpir.irf.de

Packages that use gov.nist.nlpir.irf.de
gov.nist.nlpir.irf.de classes and interfaces that model data elements - parts of documents 
gov.nist.nlpir.irf.feature classes that model indexing features of various types 
gov.nist.nlpir.irf.index classes and interfaces that support indexes - dictionaries of indexing features by source document or document data element 
gov.nist.nlpir.irf.index.braf classes and interfaces that support indexes implemented using buffered random access files 
gov.nist.nlpir.irf.indexer classes that support the building of indexes 
gov.nist.nlpir.irf.irfman classes that provide high-level management of information retrieval application resources 
gov.nist.nlpir.irf.matcher classes responsible for comparing one set of indexing features with another (e.g., a document's with a query's) 
gov.nist.nlpir.irf.modality classes that model the various choices controling indexing and retrieval 
gov.nist.nlpir.irf.proxy classes that model what is common to all proxies and their management. 
gov.nist.nlpir.irf.query classes that model the information retrieval query, its interpretation, and evaluation 
gov.nist.nlpir.irfapps.hci classes supporting the IRF-based HCI application: text IR against a collection of TROFF-formatted abstracts of HCI articles. 
gov.nist.nlpir.irfapps.trec classes modeling concepts common to IRF-based IR applications againt TREC-like document collections 
gov.nist.nlpir.irfapps.trec.cran classes modeling IRF-based IR applications against the Cranfield document collection in TREC-format 
gov.nist.nlpir.irfapps.trec.fbis classes modeling IRF-based IR applications against the Foreign Broadcast Information Service (FBIS) document collection in TREC-format 
 

Classes in gov.nist.nlpir.irf.de used by gov.nist.nlpir.irf.de
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.
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.
DeStringIntrf
          This interface represents the functionality of a DeString object beyond that common to all data elements

ProxyDataElem
          This is a class which represents what's common to all proxies for data elements - not much.
ProxyDeString
          An instance of this class is a proxy for a DeString object.

 

Classes in gov.nist.nlpir.irf.de used by gov.nist.nlpir.irf.feature
ProxyDataElem
          This is a class which represents what's common to all proxies for data elements - not much.
 

Classes in gov.nist.nlpir.irf.de used by gov.nist.nlpir.irf.index
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.
 

Classes in gov.nist.nlpir.irf.de used by gov.nist.nlpir.irf.index.braf
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.
ProxyDataElem
          This is a class which represents what's common to all proxies for data elements - not much.
 

Classes in gov.nist.nlpir.irf.de used by gov.nist.nlpir.irf.indexer
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.
 

Classes in gov.nist.nlpir.irf.de used by gov.nist.nlpir.irf.irfman
TextStatistics
          This class manages statistics about texts, like the number of words in each text, the number of stopwords, etc.
 

Classes in gov.nist.nlpir.irf.de used by gov.nist.nlpir.irf.matcher
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.
 

Classes in gov.nist.nlpir.irf.de used by gov.nist.nlpir.irf.modality
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.
 

Classes in gov.nist.nlpir.irf.de used by gov.nist.nlpir.irf.proxy
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.
ProxyDataElem
          This is a class which represents what's common to all proxies for data elements - not much.
 

Classes in gov.nist.nlpir.irf.de used by gov.nist.nlpir.irf.query
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.
DeString
          Representation of a string as a DataElem.
 

Classes in gov.nist.nlpir.irf.de used by gov.nist.nlpir.irfapps.hci
ProxyDeHtml
          This class represents a DeHtml by proxy.

ProxyDePersonName
          Instances of this class represent a DePersonName by proxy
ProxyDeString
          An instance of this class is a proxy for a DeString object.

 

Classes in gov.nist.nlpir.irf.de used by gov.nist.nlpir.irfapps.trec
ProxyDeString
          An instance of this class is a proxy for a DeString object.

 

Classes in gov.nist.nlpir.irf.de used by gov.nist.nlpir.irfapps.trec.cran
DeString
          Representation of a string as a DataElem.
ProxyDeHtml
          This class represents a DeHtml by proxy.

ProxyDeString
          An instance of this class is a proxy for a DeString object.

 

Classes in gov.nist.nlpir.irf.de used by gov.nist.nlpir.irfapps.trec.fbis
ProxyDeHtml
          This class represents a DeHtml by proxy.

ProxyDeString
          An instance of this class is a proxy for a DeString object.