Package org.carrot2.clustering.lingo
Interface FeatureScorer
public interface FeatureScorer
Generates additional scores for features. Lingo will apply these scores before final label
selection.
-
Method Summary
Modifier and TypeMethodDescriptiondouble[]
getFeatureScores
(LingoProcessingContext lingoContext) Returns scores for features fromPreprocessingContext.allLabels
.
-
Method Details
-
getFeatureScores
Returns scores for features fromPreprocessingContext.allLabels
. A neutral score is 1.0. Anything below 1.0 will lower label score, anything above 1.0 will raise it.
-