noun_classification_filter Sample Clauses
noun_classification_filter. Filters the output of the noun classifier given two thresholds • Inputs • Mandatory • input (text): LMF file with scored classification of nouns • class_threshold (number): Threshold for members of the class (only nouns classified with a highest score than this threshold will be considered as class members) • no_class_threshold (number): Threshold for non-members of the class (only nouns classified with a negative score that is highest (in absolute value) than this threshold will be considered as non-class members) • Optional • class_name: class to be filtered (in case there are several classes in input LMF file). If empty, the same filter will be applied to all classes. • corpusLabel: corpusLabel to be filtered (in case there are several corpusLabels in input LMF file). If empty, the same filter will be applied to all corpusLabels. • Outputs • filtered_LMF: LMF with yes/no/unknown information instead of scored information.
noun_classification_filter. Given a LMF file with nouns classified with a score, filters elements based on a threshold. ▇▇▇▇://▇▇▇▇▇▇▇▇.▇▇▇▇.org/services/246
