2013年9月26日 星期四

在Ubuntu server上安裝gensim

gensim是一個不錯的topic modeling python套件,它包含了LSA及LDA的模型建立,但它的安裝並不如網站所提如此簡易 (http://radimrehurek.com/gensim/) ,除了numpy及scipy外,在Ubuntu server還需要其他套件。

假設你是這樣安裝numpy及scipy
sudo apt-get install python-numpy
sudo apt-get install python-scipy

還需要
sudo apt-get install libblas-dev
sudo apt-get install liblapack-dev
sudo apt-get install gfortran

以上都是compile source code時所需要的

沒有留言: