Method: Words::TokyoWordnetConnection#data_path

Defined in:
lib/wordnet_connectors/tokyo_wordnet_connection.rb

#data_pathPathname? (readonly)

Returns the datapath currently in use (this may be irrelevent when using the pure connector and thus could be nil.)

Returns:

  • (Pathname, nil)

    The path to the data directory currently in use. Returns nil if unknown.



30
31
32
# File 'lib/wordnet_connectors/tokyo_wordnet_connection.rb', line 30

def data_path
  @data_path
end