Method: Words::TokyoWordnetConnection#wordnet_path

Defined in:
lib/wordnet_connectors/tokyo_wordnet_connection.rb

#wordnet_pathPathname? (readonly)

Returns the path to the wordnet collection currently in use (this may be irrelevent when using the tokyo connector and thus could be nil.)

Returns:

  • (Pathname, nil)

    The path to the wordnet collection currently in use. Returns nil if unknown.



35
36
37
# File 'lib/wordnet_connectors/tokyo_wordnet_connection.rb', line 35

def wordnet_path
  @wordnet_path
end