From: Yashar M. <yas...@ya...> - 2009-01-20 15:31:57
|
Dear Ted I'm using your package in some of my experiments and in order to cite it I need few clarifications : while "text_similarity.pl --type=Text::Similarity::Overlaps file1 file2" is executed a normalized measure is obtained. what I understood from your documentation this measure is raw normalized (F-measure = 2 * precision * recall / (precision + recall)), is that right? while "text_similarity.pl --type=Text::Similarity::Overlaps --no-normalize file1 file2" is executed, the output would be a simple raw score of overlap not lesk raw score? is it right?is there any way in which by using text_similarity.pl an reach the lesk measure through defining any option? (im aware that by defining verbose option we could get all measures but is there any way that directly lead us to lesk measure).Thanks in advacne for your reply and help. Best regards Yashar. |