initDict {wordnet} | 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. Bradford Books. http://wordnet.princeton.edu/
M. Wallace (2007). Jawbone Java WordNet API. http://mfwallace.googlepages.com/jawbone.html
## Not run: initDict("/usr/local/WordNet-3.0/dict")