Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nccu-floodfire/news-seg
https://github.com/nccu-floodfire/news-seg
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nccu-floodfire/news-seg
- Owner: nccu-floodfire
- Created: 2014-06-26T11:08:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-15T08:19:32.000Z (about 8 years ago)
- Last Synced: 2024-08-10T06:01:17.119Z (4 months ago)
- Language: PHP
- Homepage: http://news-seg.floodfire.tw/
- Size: 645 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-g0v - news-seg - 新聞詞頻統計 (Media / 新媒體 / 經濟活動(生產及各類執照、不動產與金融、國際貿易))
README
## NewsSeg
* 將新聞標題與內容斷詞,並計算每日詞頻
* 展示:http://news-seg.source.today/## How to start
* Download a daily redis db from [here](http://news.source.today/redis.rdb) and import to your redis server (md5sum: aa9491e99e5f31706ea5f8e6f81e5f2f)
* `make init`
* `php artisan serve`## 感謝
* 資策會
* 政大資科系所、政大傳院數位老師、同學之學術指導 (恕不逐一列名)
* @ronnywang 的 [NewsDiff](http://newsdiff.g0v.ronny.tw/) 的新聞 Crawler
* 中研院詞庫小組(斷詞系統)
* @fukuball 的 [PHP CKIP Client](https://github.com/fukuball/CKIPClient-PHP)
* [bootstrap](http://getbootstrap.com) and [Glyphicons](http://glyphicons.com/)
* [laravel](http://laravel.com/)
* [jieba 斷詞](https://github.com/fxsjy/jieba)## Contributors
* [FloodFire](https://github.com/nccu-floodfire)
* [@Sam](https://github.com/SamChien), [@twpaddy](https://github.com/twpaddy) and [@youchenlee](https://github.com/youchenlee)
* [g0v Contributors](http://g0v.tw/)## License
* MIT