Learn R Programming

wordnet (version 0.1-2)

initDict: Initialize dictionary

Description

Initializes the WordNet dictionary using the Jawbone Java API to WordNet.

Usage

initDict(pathData = "")

Arguments

pathData
Path to the WordNet data files.

Value

  • A logical value indicating whether a valid WordNet installation has been found.

Details

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.

References

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

Examples

Run this code
initDict("/usr/local/WordNet-3.0/dict")

Run the code above in your browser using DataLab