Package gov.nist.nlpir.irf.conversion

classes that support the transformation of raw document data into document objects and their component objects

See:
          Description

Class Summary
Ascii2HtmlConverter ASCII to HTML converter.
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.
 

Package gov.nist.nlpir.irf.conversion Description

classes that support the transformation of raw document data into document objects and their component objects