I'm doing Text Analytics.
I'm living in The Nederlands so my primairy language is Dutch.
I want to optimize my process by using the "Stem WordNet" operator.
I found an Open Dutch WordNet implementation at https://github.com/cltl/OpenDutchWordnet
It's stated that this project is based on Wordnet standards. It includes a lot of .sh scripts en .py Python programs.
I can't find/select a "directory" in this project that the RapidMiner "Open WordNet Dictionary" operator would accept.
I compared the content of the GitHub folder with http://wordnetcode.princeton.edu/3.0/. I don't see an equivalent directory/file structure.
The documentation states: "The original WordNet 3.0 synset with offset 06722453 now contains Dutch synonyms."
I don't want to spend much time to learn about Wordnet, its architecture and related shell/Python software development.
I do want to spend as much time as possible learning RapidMiner using the right operators.
Question: How do I integrate this OpenDutchWordnet GitHub project and/or "The original WordNet 3.0 synset with offset 06722453" using the "Open WordNet Dictionary" and "Stem WordNet" operators? Which URL should I download to store a local directory that "Open Wordnet Dictionary" would be able to use?