https://github.com/widuu/baidu_dict
采集百度词典
https://github.com/widuu/baidu_dict
Last synced: 11 months ago
JSON representation
采集百度词典
- Host: GitHub
- URL: https://github.com/widuu/baidu_dict
- Owner: widuu
- Created: 2014-03-29T01:19:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-29T01:20:36.000Z (over 12 years ago)
- Last Synced: 2025-04-09T19:17:30.502Z (about 1 year ago)
- Language: PHP
- Size: 594 KB
- Stars: 10
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##百度词典查词采集器(PHP版本)

自己写的百度词典dict.baidu.com 采集翻译用的,你自己也可以自己定制,其中包含几个文件:
1. word_data.php 13.5W单词库
2. dict.class.php 采集类
3. dictdemo.php 简单的采集案例
###使用方法
只要把文件放到你的指定的目录下即可,然后运行dictdemo.php可以查看效果,入库的流程请自己编写
`dict.class.php`中有`array2string()`的方法,来把数组转化成字符串方便入库。