yukihir0 / keyword_extractor

'keyword_extractor' provides feature for extracting keyword from document.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeywordExtractor Build Status Coverage Status

'keyword_extractor' provides feature for extracting keyword from document.

Requirements

Install

Add this line to your application's Gemfile:

gem 'keyword_extractor', :github => 'yukihir0/keyword_extractor'

And then execute:

% bundle install

How to use

doc = 'this is a test document'
extractor = KeywordExtractor.new

keyword_list = extractor.analyze(doc)
p keyword_list

For more information, please see here.

License

Copyright © 2013 yukihir0

About

'keyword_extractor' provides feature for extracting keyword from document.

License:MIT License


Languages

Language:Ruby 96.2%Language:Shell 3.8%