ca.uottawa.balie
Interface TokenFeature.Mechanism

Enclosing class:
TokenFeature

public static interface TokenFeature.Mechanism

Each feature must implements one mechanism

Author:
nadeaud

Method Summary
 java.lang.Boolean GetBooleanValue(TokenFeature tf)
           
 java.lang.String GetNominalValue(TokenFeature tf, AccentLookup pi_AccentLookup)
           
 java.lang.Double GetNumericValue(TokenFeature tf)
           
 

Method Detail

GetBooleanValue

java.lang.Boolean GetBooleanValue(TokenFeature tf)

GetNominalValue

java.lang.String GetNominalValue(TokenFeature tf,
                                 AccentLookup pi_AccentLookup)

GetNumericValue

java.lang.Double GetNumericValue(TokenFeature tf)