Semantic analysis with Python
I came across Reverend ("a general purpose Bayesian classifier") today after reading Peter Bengtsson's post about it. Haven't tried it yet, but it looks great.
Still looking for a good PLSA, or even LSA implementation, preferrably with Python support.
Anyone know of one?
Still looking for a good PLSA, or even LSA implementation, preferrably with Python support.
Anyone know of one?
2 Comments:
Not very advanced, but see http://www.wanderingstan.com/lsa/ for a rudimentary (version 0.1) implementation on numarray.
Also, the "vector space search engine in perl" is portable to python. Not LSA, but closer.
http://www.wanderingstan.com/lsa is 404
Post a Comment
<< Home