Class: WordNet::AdverbIndex

Inherits:
Index
  • Object
show all
Includes:
Singleton
Defined in:
lib/wordnet/index.rb

Overview

An Index of adverbs. Create an AdverbIndex by ‘AdverbIndex.instance`

Instance Method Summary collapse

Methods inherited from Index

#find

Constructor Details

#initializeAdverbIndex

Returns a new instance of AdverbIndex.



71
72
73
# File 'lib/wordnet/index.rb', line 71

def initialize
  super("adv")
end