edu.stanford.nlp.parser.lexparser
Class OutsideRuleFilter
java.lang.Object
edu.stanford.nlp.parser.lexparser.OutsideRuleFilter
public class OutsideRuleFilter
- extends Object
Field Summary |
protected edu.stanford.nlp.parser.lexparser.OutsideRuleFilter.FA[] |
leftFA
|
protected edu.stanford.nlp.parser.lexparser.OutsideRuleFilter.FA[] |
rightFA
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
leftFA
protected edu.stanford.nlp.parser.lexparser.OutsideRuleFilter.FA[] leftFA
rightFA
protected edu.stanford.nlp.parser.lexparser.OutsideRuleFilter.FA[] rightFA
OutsideRuleFilter
public OutsideRuleFilter(BinaryGrammar bg)
reverse
protected static <A> List<A> reverse(List<A> list)
buildFA
protected edu.stanford.nlp.parser.lexparser.OutsideRuleFilter.FA buildFA(List tags)
registerRule
protected final void registerRule(List<String> leftTags,
List<String> rightTags,
int state)
init
public void init()
advanceRight
public void advanceRight(boolean[] tags)
leftAccepting
public void leftAccepting(boolean[] result)
advanceLeft
public void advanceLeft(boolean[] tags)
rightAccepting
public void rightAccepting(boolean[] result)
Stanford NLP Group