Content deleted Content added
m →Criticisms and other Lesk-based methods: WP:CHECKWIKI errors fixed + general fixes using AWB (8961) |
Aednichols (talk | contribs) →Overview: Smoothed awkward language |
||
Line 5:
==Overview==
The Lesk algorithm is based on the assumption that words in a given "neighborhood" (section of text) will tend to share a common topic. A simplified version of the Lesk algorithm is to compare the dictionary definition of an ambiguous word with the terms contained
</ref>
# for every sense of the word being disambiguated one should count the amount of words that are in both neighborhood of that word and in the definition of each sense in a dictionary
# the sense that is to be chosen is the sense which has the biggest number of this count
Line 19:
2. something of this shape whether solid or hollow
3. fruit of certain evergreen trees
As can be seen, the best intersection is Pine #1 ⋂ Cone #3 = 2.
==Simplified Lesk algorithm==
|