module Linguistics::EN::LinkParser::SingletonMethods
Container for methods intended to extend the EN module as singleton methods.
Public Instance Methods
has_linkparser?()
click to toggle source
Returns true
if WordNet was
loaded okay
# File lib/linguistics/en/linkparser.rb, line 58 def has_linkparser? ; @has_linkparser; end
linkparser_error()
click to toggle source
If has_linkparser?
returns false
, this can be called to fetch the exception which
was raised when WordNet was loaded.
# File lib/linguistics/en/linkparser.rb, line 62 def linkparser_error ; @lp_error; end