- 浏览: 7967 次
- 性别:
- 来自: 北京
最新评论
文章列表
安装NLTK之前,先用一下apt-cache search命令搜索一下NLTK包在软件源中具体的名字:
$ apt-cache search nltk #搜索软件包
python-nltk
- Python libraries for natural language processing
$ apt-cache show python-nltk #显示版本信息/大小等
Package:
python-nltk
Priority:
optional
Section:
universe/python
Installed-Size:
...
Ulipad
– 超级好用的国产Python
IDE,开发者是limodou。此IDE本身就是用Python
+ wxPython编写的。在Windows系统中一直使用Ulipad,最近想在Linux进行学习和实验,安装过程还是有些区别的。
在安装ulipad之前,先安装一个超级好用的Python的交互式Shell--iPython。iPython功能很强大,她支持语法高亮/自动完成/代码调试/对象自省,支持Bash Shell命令,内置了很多很有用的功能和函式。
$ sudo apt-get install ipython
下面是U ...
让窗口的关闭按钮/最大化/最小化按钮在右上角显示:
$ gconftool-2 --set /apps/metacity/general/button_layout --type string ":close"
$ gconftool-2 --set /apps/metacity/general/button_layout --type string ":minimize,maximize,close"
装常用软件及插件:
$ sudo apt-get install ibus ibus-googlepinyin #安 ...