gov.nist.nlpir.irfapps.trec
Class TrecConversionRules

java.lang.Object
  |
  +--gov.nist.nlpir.irf.conversion.ConversionRules
        |
        +--gov.nist.nlpir.irfapps.trec.TrecConversionRules
Direct Known Subclasses:
CranfieldConversionRules, FbisConversionRules

public class TrecConversionRules
extends ConversionRules

This class models the rules needed to convert the fields comon to all raw TREC documents to Document objects after formatting by nsgmls. Note that the start-of-document tag (DOC) must be handled by rules specific to the collection being converted.

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
TrecConversionRules()
           
 
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

TrecConversionRules

public TrecConversionRules()