edu.stanford.nlp.ie.pascal
Class AcronymModel.AlignedPerWord

java.lang.Object
  extended by edu.stanford.nlp.ie.pascal.AcronymModel.AlignedPerWord
All Implemented Interfaces:
AcronymModel.Feature
Enclosing class:
AcronymModel

public static class AcronymModel.AlignedPerWord
extends Object
implements AcronymModel.Feature

Average number of aligned letters per word.


Constructor Summary
AcronymModel.AlignedPerWord()
           
 
Method Summary
 String toString()
           
 double value(Alignment alignment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AcronymModel.AlignedPerWord

public AcronymModel.AlignedPerWord()
Method Detail

toString

public String toString()
Specified by:
toString in interface AcronymModel.Feature
Overrides:
toString in class Object

value

public double value(Alignment alignment)
Specified by:
value in interface AcronymModel.Feature


Stanford NLP Group