initDict | R Documentation |
Initializes the WordNet dictionary using the Jawbone Java API to WordNet.
initDict(pathData = "")
pathData |
Path to the WordNet data files. |
In case the user supplied path is invalid the function tries to find the installation itself by investigating the WNHOME environment variable and by trying default installation locations.
A logical value indicating whether a valid WordNet installation has been found.
Ingo Feinerer
C. Fellbaum (1998). WordNet: An Electronic Lexical Database. Cambridge, MA: MIT Press. https://mitpress.mit.edu/9780262561167/
M. Wallace (2007). Jawbone Java WordNet API. https://sites.google.com/site/mfwallace/jawbone
## Not run: initDict("/usr/local/WordNet-3.0/dict")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.