Skip to content

simple rest api for extracting definitions from nltk (wordnet)

Notifications You must be signed in to change notification settings

brainloops/wordnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple wrapper around wordnet to extract definitions via a RESTful api.
You'll need python installed + the following dependencies. 

cherrypy
pyaml
nltk

I created an install.sh for my particular environment (OSX 10.6.7). You can use it as an example of installing the dependencies.

You'll then need to get the actual wordnet corpus, nltk makes it easy with an included gui. Here's how.

open up a python terminal
>>> import nltk
>>> nltk.download()

got to corpora tab and select 'wordnet', click download

About

simple rest api for extracting definitions from nltk (wordnet)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published