Difference between revisions of "Word-sense disambiguation"
Jump to navigation
Jump to search
(Category:Documentation in English) |
|||
Line 10: | Line 10: | ||
To a human, the meaning is obvious, but Bar-Hillel claimed that without a "universal encyclopaedia" a machine would never be able to deal with this problem. Figuring out which sense to use when a word is ambiguous is called ''word sense disambiguation'', and is a big research area. |
To a human, the meaning is obvious, but Bar-Hillel claimed that without a "universal encyclopaedia" a machine would never be able to deal with this problem. Figuring out which sense to use when a word is ambiguous is called ''word sense disambiguation'', and is a big research area. |
||
⚫ | |||
==Lextor== |
|||
{{main|Lextor}} |
|||
Lextor is the current word sense disambiguation module for Apertium, it works using statistics and requires 1) slightly pre-processed dictionaries and 2) corpora to train the module. '''The module is turned off in most cases as it does not provide an improvement over the baseline.''' |
|||
==See also== |
|||
⚫ | |||
* [[Limited rule-based lexical selection]] |
|||
==Further reading== |
==Further reading== |
Revision as of 09:44, 7 September 2012
Word sense disambiguation is important in machine translation between less-closely related languages. The problem was elucidated most famously by Yehoshua Bar-Hillel, who asks us to consider the following sentence:
- Little John was looking for his toy box. Finally he found it. The box was in the pen.
The word pen may have two meanings:
- Something you use to write with
- A container of some kind
To a human, the meaning is obvious, but Bar-Hillel claimed that without a "universal encyclopaedia" a machine would never be able to deal with this problem. Figuring out which sense to use when a word is ambiguous is called word sense disambiguation, and is a big research area.
Further reading
- Ide, N. and Véronis, J. (1998) "Word Sense Disambiguation: The State of the Art". Computational Linguistics 24(1)
- Agirre, E. and Edmonds, P., editors (2007). "Word Sense Disambiguation: Algorithms and Applications". Volume 33 of Text, Speech and Language Technology
- Navigli, R. (2009) Word Sense Disambiguation: A Survey. ACM Comput. Surv. 41, 2, Article 10