Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# term_extract - Term Extract


## Description:

term_extract extracts proper nouns (named things like 'Manchester United') and ordinary nouns (like 'event') from text documents.


## Install:

gem install term-extract

or with bundler:

#Gemfile:
gem 'term-extract'

## Usage:

An example extracting terms from a piece of content:
Expand Down