Re: [racket] Porter stemming algorithm

2012-02-04 Thread Danny Yoo
Where's the source? On Feb 4, 2012 4:40 PM, "John Sampson" wrote: > Hello - > > I have found code for a Scheme version of the Porter stemming algorithm. > > Supposedly it has been tested on PLT Scheme but when loaded into > DrRacket there are many unreadable characters and syntax errors. > > Is t

[racket] Porter stemming algorithm

2012-02-04 Thread John Sampson
Hello - I have found code for a Scheme version of the Porter stemming algorithm. Supposedly it has been tested on PLT Scheme but when loaded into DrRacket there are many unreadable characters and syntax errors. Is there an implemention of the stemmer that really works with Racket? The Porter h

Re: [racket] read (compiled): code compiled for version A, not B

2012-02-04 Thread Jon Rafkind
On 02/03/2012 07:01 PM, Neil Van Dyke wrote: > Is there a good and convenient way to avoid errors like these? > > compiled/info_rkt.zo::0: read (compiled): code compiled for version > 5.2.0.7, not 5.2.1.3 > > I was thinking maybe the "compiled" directories could have subdirectories for > Rack