louismullie / treat

Natural language processing framework for Ruby.
Other
1.36k stars 128 forks source link

LDA with Russian #46

Closed mac-r closed 11 years ago

mac-r commented 11 years ago

Hi there! I am curious if there is any opportunity to build support of Russian language inside LDA package. Is there any easy way to do this?

louismullie commented 11 years ago

Hey there,

LDA is an unsupervised, language-independent algorithm. You should be able to run LDA on Russian text with the current version. Let me know if you run into problems.

Louis