hepple.postag.rules
Class Rule_WDAND2TAGBFR

java.lang.Object
  extended by hepple.postag.Rule
      extended by hepple.postag.rules.Rule_WDAND2TAGBFR

public class Rule_WDAND2TAGBFR
extends Rule

Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield

Version:
1.0
Author:
Mark Hepple

Field Summary
 
Fields inherited from class hepple.postag.Rule
context, from, ruleId, to
 
Constructor Summary
Rule_WDAND2TAGBFR()
           
 
Method Summary
 boolean checkContext(POSTagger tagger)
           
 
Methods inherited from class hepple.postag.Rule
apply, hasToTag, initialise
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rule_WDAND2TAGBFR

public Rule_WDAND2TAGBFR()
Method Detail

checkContext

public boolean checkContext(POSTagger tagger)
Specified by:
checkContext in class Rule