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

Packages that use Sgml2AppDocConverter
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.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 Sgml2AppDocConverter in gov.nist.nlpir.irf.conversion
 

Constructors in gov.nist.nlpir.irf.conversion with parameters of type Sgml2AppDocConverter
Sgml2AppDocConverter.InField.Sgml2AppDocConverter.InField(java.lang.String tag, ConversionRule rule)
           
 

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

Subclasses of Sgml2AppDocConverter 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 Sgml2AppDocConverter in gov.nist.nlpir.irfapps.trec.fbis
 

Subclasses of Sgml2AppDocConverter 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.