WordNet in offline mode - Python

1.1k Views Asked by At

I'm creating a program which needs to find synonyms of a given word. I tried Nltk module - Nltk.corpus.wordnet but this is too slow. It's because this is an online version. So I tried to find a way to use it offline - download it's data.

I've tried this Link to StackOverflow way, downloaded WordNet-2.1.exe from this link, but it installs only this program: Remove Duplicate Lines & Words In Multiple Text Files Software.

So I tried to download WordNet 3.1 DATABASE FILES ONLY on that page, but it contains some files which didn't help me (maybe I don't know how).

Can somebody give me an advice how to make WordNet offline works (the only lib I need is synonyms)? It is possible to make it to work as a Python module or some csv file?

1

There are 1 best solutions below

1
On

Look at chapter: for-application-developer You can find there what is the format of offline files and C API documentation link: API`