130 likes | 481 Views
Precision and recall. Please return all cases satisfying condition C. “Return all monomorphemic words” (words made up of only one morpheme). Precision = A / (A+B). Recall = A / (A+C). “return all breaks between morphemes”. Total number of test locations:
E N D
“Return all monomorphemic words” (words made up of only one morpheme) Precision = A / (A+B) Recall = A / (A+C)
“return all breaks between morphemes” • Total number of test locations: • Precision: Number of locations correctly predicted /Total number of locations predicted. • Recall?
“Give me a list of all of the morphemes in this corpus.” • Precision: Number of correct morphemes returned /Number of morphemes returned • Recall: Number of correct morphemes returned /Number of morphemes really in corpus (“gold standard”)