Uses of Class
gov.nist.nlpir.irf.conversion.IrfConverter

Packages that use IrfConverter
gov.nist.nlpir.irf.conversion classes that support the transformation of raw document data into document objects and their component objects 
gov.nist.nlpir.irfapps classes providing functionality of use in multiple IRF-based applications - a sample application. 
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.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 
 

Uses of IrfConverter in gov.nist.nlpir.irf.conversion
 

Subclasses of IrfConverter in gov.nist.nlpir.irf.conversion
 class Sgml2AppDocConverter
          Models generic conversion of SGML-tagged documents (as formatted by the SGML parser/checker nsgmls) in a file of proxy Documents as dictated by conversion rules.
 

Uses of IrfConverter in gov.nist.nlpir.irfapps
 

Fields in gov.nist.nlpir.irfapps declared as IrfConverter
private static IrfConverter SampleApp.theConverter
          The converter class to be used in converting documents from the "raw" to an indexable form
 

Methods in gov.nist.nlpir.irfapps with parameters of type IrfConverter
(package private) static ProxyDocument SampleApp.buildDummyDoc(IrfConverter aConverter)
          Build a dummy (empty) proxy Document
 

Uses of IrfConverter in gov.nist.nlpir.irfapps.hci
 

Subclasses of IrfConverter in gov.nist.nlpir.irfapps.hci
 class Bib2AppDocConv
          Converts TROFF Bibliogrphic documents in a file to HciDoc documents using Bib2AppDocConv, which creates proxy data elements as attributes rather than data elements The class was initially translated verbatim from C++.
 

Uses of IrfConverter in gov.nist.nlpir.irfapps.trec.cran
 

Subclasses of IrfConverter in gov.nist.nlpir.irfapps.trec.cran
 class CranfieldConverter
          This class models a converter which produces proxy CRANFIELD documents and the corresponding real CRANFIELD documents based on the rules in CranfieldConversionRules.
 

Uses of IrfConverter in gov.nist.nlpir.irfapps.trec.fbis
 

Subclasses of IrfConverter in gov.nist.nlpir.irfapps.trec.fbis
 class FbisConverter
          This class models a converter which produces proxy FBIS documents and the corresponding real FBIS documents based on the rules in FbisConversionRules.