SUMMA Term Frequency Filtering
Functionality
Sets to 0 token statistics which are below a certain threshold.
Parameters of the Resource
- annSetName: the annotation set where the annotations live
- wordAnn: the name of the annotation to consider
- sentAnn (not used): name of the sentence annotation
- statFeature: the feature you want to use for computing the statistics (e.g. string of the Token)
- threshold: the value of the threshold to nullify
Restriction
None