WordNet-SenseRelate System: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - "“" to "“")
m (Text replacement - ". "" to ". “")
 
Line 31: Line 31:


=== 2003 ===
=== 2003 ===
* ([[2003_UsingMeasuresOfSemRelatednessForWSD|Patwardhan et al., 2003]]) ⇒ ([[2003]]). Siddharth Patwardhan, Satanjeev Banerjee, and [[Ted Pedersen]]. "[http://dx.doi.org/10.1007/3-540-36456-0_2 Using Measures of Semantic Relatedness for Word Sense Disambiguation].” In: Proceedings of the Fourth International Conference on Intelligent Text Processing and Computational Linguistics ([[CICLing]] 2003).
* ([[2003_UsingMeasuresOfSemRelatednessForWSD|Patwardhan et al., 2003]]) ⇒ ([[2003]]). Siddharth Patwardhan, Satanjeev Banerjee, and [[Ted Pedersen]]. [http://dx.doi.org/10.1007/3-540-36456-0_2 Using Measures of Semantic Relatedness for Word Sense Disambiguation].” In: Proceedings of the Fourth International Conference on Intelligent Text Processing and Computational Linguistics ([[CICLing]] 2003).


----
----

Latest revision as of 07:03, 8 May 2024

The WordNet-SenseRelate System is a Word-Sense Disambiguation System.

  • Context:
    • It is composed of:
      • AllWords, which assigns a sense to each word in a text,
      • TargetWord, which assigns a sense to a given word
      • WordToSet, which assigns the sense of a word most related to a set of words.
    • It is Perl-based.
    • It makes use of a WordNet Similarity Measure.
  • See: WikiRelate System, .


References

2009

  • http://sourceforge.net/projects/senserelate/
    • SenseRelate uses measures of semantic similarity to perform word sense disambiguation. AllWords assigns a sense to each word in a text, TargetWord assigns a sense to a given word, and WordToSet assigns the sense of a word most related to a set of words.
  • http://sourceforge.net/forum/forum.php?forum_id=910782
    • Date: 2009-01-23 05:07 Summary: WordNet-SenseRelate-AllWords-0.13 released! We are pleased to announce the release of WordNet-SenseRelate-AllWords, version 0.13. This package assigns a meaning to all the words in a text based on information found in the lexical database WordNet. This release features improved support for running experiments with the SemCor corpus.
  • http://search.cpan.org/~sid/WordNet-SenseRelate-TargetWord-0.09/
    • System by Siddharth Patwardhan
    • based on Banerjee and Pedersen (2002), Patwardhan et al. (2003), and Banerjee and Pedersen (2003).

2005

2004

2003