|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFeatureScorer
Generates additional scores for features. Lingo will apply these scores before final label selection.
| Method Summary | |
|---|---|
double[] |
getFeatureScores(LingoProcessingContext lingoContext)
Returns scores for features from PreprocessingContext.allLabels. |
| Method Detail |
|---|
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.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||