Method: Words::TokyoWordnetConnection#data_path
- Defined in:
- lib/wordnet_connectors/tokyo_wordnet_connection.rb
#data_path ⇒ Pathname? (readonly)
Returns the datapath currently in use (this may be irrelevent when using the pure connector and thus could be nil.)
30 31 32 |
# File 'lib/wordnet_connectors/tokyo_wordnet_connection.rb', line 30 def data_path @data_path end |