I have installed Lingua::Stem (from the Activestate Package Repository). The documentation suggests there should be a default list of exceptions, but my installed package doesn't seem to have any (nothing is returned by get_exceptions) and (for example) 'this' is stemmed to 'thi'. Am I missing anything in my install, or alternatively is there a standard list of English exceptions for this module which I can add using add_exceptions?