About 54,700 results
Open links in new tab
  1. Lesk algorithm - Wikipedia

    The Lesk algorithm is a classical algorithm for word sense disambiguation introduced by Michael E. Lesk in 1986. [1] It operates on the premise that words within a given context are likely to …

  2. Lesk Algorithm in NLP - Python - GeeksforGeeks

    Oct 26, 2022 · Michael E. Lesk introduced the Lesk algorithm in 1986 as a classic approach for word sense disambiguation in Natural Language Processing. The Lesk algorithm assumes …

  3. Lesk Algorithm: Word Sense Disambiguation & the Birth of …

    Apr 6, 2025 · A comprehensive guide to Michael Lesk's groundbreaking 1983 algorithm for word sense disambiguation. Learn how dictionary-based context overlap revolutionized …

  4. Disambiguating Meaning: Understanding the Lesk Algorithm in

    Oct 31, 2025 · One of the earliest and simplest methods to address it is the Lesk Algorithm, introduced by Michael E. Lesk in 1986. Despite being decades old, it remains a foundational …

  5. Sample usage for wsd - NLTK

    Oct 1, 2025 · Given an ambiguous word and the context in which the word occurs, Lesk returns a Synset with the highest number of overlapping words between the context sentence and …

  6. Mastering the Lesk Algorithm: A Deep Dive into Word Sense ...

    Jun 20, 2025 · In this comprehensive guide, we'll explore the Lesk algorithm, its implementation in Python, and how it continues to be relevant in modern NLP applications. Word Sense …

  7. Lesk algorithm - Wikiwand

    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 …

  8. LexSem: A Fast Implementation of the LESK Algorithm for …

    May 25, 2025 · Lesk Algorithm Explanation: The Lesk algorithm is a simple yet effective method for word sense disambiguation. It determines the similarity between two text strings by …

  9. Lesk’s Algorithm: A Knowledge Based Approach for Word Sense ...

    Sep 8, 2023 · The Lesk algorithm is an knowledge based approach to word sense disambiguation. It works by comparing the context of the target word to the contexts of its …

  10. kishen19.github.io

    The Lesk Algorithm is a classical dictionary and thesaurus based word sense disambiguation algorithm proposed in the 1986 by Michael Lesk in the aptly titled paper "Automatic sense …