Text Processing - Word Sense Disambiguation
- Rely on leveraging wordnet (Knowledge sources)
- from nltk.corpus import wordnet - leverage it
- Leverage Machine readable dictionary
- Sense bag (ambigious word)
- Context bag (different definitions to context word)
- Close match will be picked
- Use Thesaurus to find scores in context
- Highest score will be picked up for context relevance
- Thesaurus Library pywordnet, now part of NLTK
- Polysemy - many possible meanings for a word or phrase.
- Homonym - same spelling or pronunciation but different meanings
- Filter locks
- Bakery Algorithm
Memory Consistency
- Strict Consistency
- Sequentially consistent
- Relaxed(Weak) consistent
From Stackoverflow
Coarse Grained Vs Fine Grained
From Stackoverflow
Petersons Algorithm
More Reads - Link
Happy Learning!!!
No comments:
Post a Comment