# File lib/linguistics/en/linkparser.rb, line 83
        def lp_dict
            if @lp_error
                raise NotImplementedError, 
                    "LinkParser functions are not loaded: %s" %
                    @lp_error.message
            end

            return @lp_dict ||= LinkParser::Dictionary.new( :verbosity => 0 )
        end