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

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

public static class AcronymModel.SyllableBoundary
extends java.lang.Object
implements AcronymModel.Feature


Constructor Summary
AcronymModel.SyllableBoundary()
           
 
Method Summary
 java.lang.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.SyllableBoundary

public AcronymModel.SyllableBoundary()
                              throws java.io.IOException
Throws:
java.io.IOException
Method Detail

toString

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

value

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


Stanford NLP Group