Method: Words::TokyoWordnetConnection#wordnet_path
- Defined in:
- lib/wordnet_connectors/tokyo_wordnet_connection.rb
#wordnet_path ⇒ Pathname? (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.)
35 36 37 |
# File 'lib/wordnet_connectors/tokyo_wordnet_connection.rb', line 35 def wordnet_path @wordnet_path end |