public interface IFeatureScorer
| Modifier and Type | Method and Description |
|---|---|
double[] |
getFeatureScores(LingoProcessingContext lingoContext)
Returns scores for features from
PreprocessingContext.allLabels. |
double[] getFeatureScores(LingoProcessingContext lingoContext)
PreprocessingContext.allLabels. A neutral
score is 1.0. Anything below 1.0 will lower label score, anything above 1.0 will
raise it.