From: Cameron McBride Date: 2005-05-05T08:53:16+09:00 Subject: Re: classifier lsi and ruby gsl Hello Tom, > Does anyone have ms-win binaries for gsl so that I can use the lsi > routine in classifier_gem? I don't think they exist. You might find GSL bindings, but the rb-gsl (http://rb-gsl.rubyforge.org) extension is written in C and I'm skeptical of any binaries being available for it (although it is a great binding, thanks Yoshiki). The LSI part of classifier is still under rapid development. I have heard some talk of trying to find an alternative fast solution with less outside dependencies, but it has yet to surface. Cameron