Skip to content

Word Sense Disambiguation application + WordNet & Python walkthrough presented at LingHacks Los Altos Workshop on Words on 11/4/2018.

Notifications You must be signed in to change notification settings

ENSCMA2/wordnet-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Workshop on Words #2: WordNet + Applications

This repo contains the code for the LingHacks Workshop on Words given on 11/4 at the Los Altos Library.

"basic-tools" contains an introduction to basic Python and basic functionalities in the WordNet subpackage of NLTK.

"application" contains an implementation of the simplified Lesk algorithm with WordNet for the task of word sense disambiguation.

Requirements

These demos use Python 3.6.

pip install nltk

Usage

Python Intro:

python basic-tools/intropython.py

WordNet Intro:

python basic-tools/introwordnet.py

Word Sense Disambiguation Application:

python application/main.py

About

Word Sense Disambiguation application + WordNet & Python walkthrough presented at LingHacks Los Altos Workshop on Words on 11/4/2018.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages