搜索资源列表
della
- 这是用Python的Xmpppy模块做的一个Gtalk查询机器人,暂时实现了天气情况,星座运程,公交路线,股票走势,中英词典,资讯新闻,美剧节目表的功能查询,而且,我特意将饭否机器人绑定到Della上,这样她就可以接收饭否上的查询信息并作出回应 Astro.py Bus.py Della.py Dict.py Drama.py Fanfou.py News.py Stock.py Weather.py 项目Google Code:http://cod
DictForGeeks
- DictForGeeks是卓尔写的一款词典软件,支持高度自定义。语言使用python,GUI使用的是tkinter,本来想用wxpython的,但是考虑到很多pythoner没有安装wxpython,还是决定用它自带的GUI了。用法:第一个窗口是单词输入窗口;第二个是提示窗口,支持双击选择;第三个窗口是解释窗口,可以随时编辑;旁边有个“保存”按钮,可以把修改好的保存起来;最下面还有一个提示栏,提示是否保存成功。-DictForGeeks drow write a dictionary softw
dictionary
- 自己用python 编的一个简易词典翻译,它通过采集有道网页翻译功能实现的-A simple translation dictionary own use python series, which by collecting the proper way to achieve translation feature
partitioning-algorithm
- 机器学习中基于词典的情绪划分算法,里面有一个文件,包含基于词典的情绪划分算法Python实现算法。-Machine learning algorithm based on emotion partition dictionary, which has a file that contains partitioning algorithm based on emotion Python dictionary algorithm.
foo_translate
- 爬虫抓取有道词典和百度翻译,命令行显示.可以查询历史数据,按热度排序(getting dict by spyder with python)
download_tweets
- 能够进行词性标注、词典匹配、否定词匹配,能够进行CRF之前的模型准备工作(Can do part of speech tagging, dictionary matching, negative word matching)
pyltp
- 调用哈工大的语言云平台lpt进行中文分词处理,支持自定义词典(Word segregation is the process that cutting the string of natural language into words.you can use this to syncopate words)
jieba
- 用jieba实现自然语言初步处理,包含自定义停用词表,自定义词典,统计词频,以实际例子进行演示。(The initial processing of natural language is realized by using jieba, including custom stop word list, custom dictionary, and count word frequency, which is demonstrated with practical examples.)