Linguistics::EN::LinkParser::

SingletonMethods

module

Container for methods intended to extend the EN module as singleton methods.

Public Instance Methods

anchor
has_linkparser?()

Returns true if WordNet was loaded okay

# File lib/linguistics/en/linkparser.rb, line 58
def has_linkparser? ; @has_linkparser; end
anchor
linkparser_error()

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