SUMMA Sentence Term Frequency Scorer
Functionality
Adds to each sentence a feature ('tf_score') representing the relevance of the distribution of terms in the sentence. It is a normalized sum of statistics over the sentence terms.
Parameters of the Resource
- annSetName: the annotation set where the annotations live
- sentAnn: the name of the annotation for which you want to compute the feature (e.g. Sentence)
- statFeature: the feature to summ up
- termFreqFeature: the feature to generate (tf_score by default)
- wordAnn: the annotation containing the feature to sum
Restriction
None.