eazteregg / Pun-Intended

An application designed to help users find puns.
GNU Lesser General Public License v3.0
1 stars 4 forks source link

prompt nltk.download() if cmudict is missing #7

Closed artificial-max closed 7 years ago

lenakmeth commented 7 years ago

The change in SearchEngine.py (lines 6-11) raises an error for me (it says that cmudict doesn't exist, even though it definitely exists).

eazteregg commented 7 years ago

forgot to add the pronouncing package to the error message...you will have to download that as well

artificial-max commented 7 years ago

Hotfixed that last week in the combination branch. Since I merged the branches, the hotfix now also works in master. TODO: Better way to do it: Look at Jon's projects.