class

Cadmium::WordNet::DB

Inherits Reference / Object

Represents the WordNet database, and provides some basic interaction.

Class methods

open(path, &)

Open a wordnet database. You shouldn't have to call this directly; it's handled by the autocaching implemented in lemma.cr.

path should be a string containing the absolute path to the root of a WordNet installation.

Source
open(path)
Source
path

To use your own WordNet installation (rather than the one bundled with Cadmium: Returns the path to the WordNet installation currently in use. Defaults to the bundled version of WordNet.

Source
path=(path : String)

To use your own WordNet installation (rather than the one bundled with Cadmium: Returns the path to the WordNet installation currently in use. Defaults to the bundled version of WordNet.

Source