getDict | R Documentation |
The package wordnet tries to locate a valid WordNet installation
on start up by investigating the WNHOME environment variable and
by trying default installation locations. On success it acquires a
pointer to the actual WordNet dictionary and stores internally a
reference to the dictionary instance. getDict
returns this
default reference.
getDict()
You can manually point the package to the WordNet installation via
setDict
.
A dictionary instance.
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
if(initDict())
getDict()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.