Skip to content

jenningsjin/FindingPuns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Readme woo!

pip install -r requirements.txt

To use wordnet, you have to download the wordnet corpus from nltk. To do this, first make sure you ran pip install -r requirments.txt. Then run the python interpreter in the command line. Type these lines: import nltk nltk.download() A graphical nltk downloader will open. Click on the second tab ('Corpora'). Scroll down and look for wordnet. Double click on wordnet and it will install. Exit the GUI and exit the python interpreter.

To run our program from within the source directory, simply run python Findpuns.py

The output is the number of puns incorrectly classified.

About

Give us some puns and we'll try to find where they occur!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages