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

Packages that use gov.nist.nlpir.irf.conversion
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 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.conversion used by gov.nist.nlpir.irf.conversion
ConversionRule
          The class models a rule for use in converting tagged data into Document objects
ConversionRules
          This class models a collection of rules which specify mappings between SGML-tagged data and fields within a document object

IrfConverter
          This abstract class models generic features of converters, which take "raw" data and turn it into Document objects.
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.
Sgml2AppDocConverter.InField
          Local class for objects on inFieldStack.
 

Classes in gov.nist.nlpir.irf.conversion used by gov.nist.nlpir.irfapps
IrfConverter
          This abstract class models generic features of converters, which take "raw" data and turn it into Document objects.
 

Classes in gov.nist.nlpir.irf.conversion used by gov.nist.nlpir.irfapps.hci
IrfConverter
          This abstract class models generic features of converters, which take "raw" data and turn it into Document objects.
 

Classes in gov.nist.nlpir.irf.conversion used by gov.nist.nlpir.irfapps.trec
ConversionRules
          This class models a collection of rules which specify mappings between SGML-tagged data and fields within a document object

 

Classes in gov.nist.nlpir.irf.conversion used by gov.nist.nlpir.irfapps.trec.cran
ConversionRules
          This class models a collection of rules which specify mappings between SGML-tagged data and fields within a document object

IrfConverter
          This abstract class models generic features of converters, which take "raw" data and turn it into Document objects.
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.
 

Classes in gov.nist.nlpir.irf.conversion used by gov.nist.nlpir.irfapps.trec.fbis
ConversionRules
          This class models a collection of rules which specify mappings between SGML-tagged data and fields within a document object

IrfConverter
          This abstract class models generic features of converters, which take "raw" data and turn it into Document objects.
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.