gov.nist.nlpir.irfapps.trec.fbis
Class FbisConversionRules

java.lang.Object
  |
  +--gov.nist.nlpir.irf.conversion.ConversionRules
        |
        +--gov.nist.nlpir.irfapps.trec.TrecConversionRules
              |
              +--gov.nist.nlpir.irfapps.trec.fbis.FbisConversionRules

public class FbisConversionRules
extends TrecConversionRules

This class models the rules needed to convert the TREC FBIS documents to Document objects after formatting by nsgmls

Version:
$Revision: 1.1 $
Author:
This software was produced by NIST, an agency of the U.S. government, and by statute is not subject to copyright in the United States. Recipients of this software assume all responsibilities associated with its operation, modification and maintenance.
See Also:
Document

Fields inherited from class gov.nist.nlpir.irf.conversion.ConversionRules
rules
 
Constructor Summary
FbisConversionRules()
           
 
Methods inherited from class gov.nist.nlpir.irf.conversion.ConversionRules
addRule, findRuleForTag
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

FbisConversionRules

public FbisConversionRules()