Re: [fpc-pascal]Porter stemming routine for FPC [solved]

2004-09-03 Thread Alan Mead
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

[fpc-pascal]Porter stemming routine for FPC

2004-09-03 Thread Alan Mead
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