# File lib/linguistics/en/wordnet.rb, line 109
        def wn_lexicon
            if @wn_error
                raise NotImplementedError,
                    "WordNet functions are not loaded: %s" %
                    @wn_error.message
            end

            @wn_lexicon ||= WordNet::Lexicon::new
        end