Ack! After posting this, I actually read the code and discovered
that the author provided "pure pascal" alternative bits. The unit
compiles without even a warning now. Sorry.
-Alan
--- Alan Mead <[EMAIL PROTECTED]> wrote:
> Porter stemming is an approximate method for removing
> English-langu
Porter stemming is an approximate method for removing
English-language endings from words ... for example, to match 'happy'
and 'happiness'.
I found a website on tartarus.org that purports to be Porter's
website and has a Delphi 5 implementation of his word stemming
algorithm. But I cannot get