RSS source parse tool
a readability tool in NodeJS
npm install node-readability
a Chinese word segmentation library in Ruby
- clone this project
git clone https://github.com/metrue/getRSS
- install dependencies
cd getRSS
bundle install
since rmmseg is a great tool for Chinese segmentation library in Ruby, but there is a little issue when your Ruby version is big than 1.9, it's no need depend on 'jcode' anymore, so after install rmmseg, you add follow line into your gems lib of rmmseg.
require 'jcode' if RUBY_VERSION < '1.9'
and the emerator has no length, need to
algorithm.rb: 18
@chars = text.each_char.to_a
rake -T # show what tasks suported
- bundle install
- redis-server config
- emotion map,run save
- npm install node-readability