Container for methods intended to extend the EN module as singleton methods.
Returns true
if WordNet was
loaded okay
# File lib/linguistics/en/linkparser.rb, line 58
def has_linkparser? ; @has_linkparser; end
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