I know that the Wordnet webpage refers to the fact that it comes with C interface enabled. However, I have serious problems adding it to my project. My question is double.
Firstly: does the machine need to install wordnet to use the API (or can the data be read at runtime from dict files?) And, thus, are distributed between machines that do not have wordnet installed).
Second: how to include Wordnet in project C. I tried to add the source files directly, but it will work on init (). I went through the debugger, and it looks like it wants to download files from my local drive, not the included files in the project. Is there a way to prevent this from happening on machines that don't have Wordnet installed (from part 1).
Thanks for the help,
source share