From 1e1457767d916eb7989f81ba7a6236bb445e0a51 Mon Sep 17 00:00:00 2001 From: stephan-nordnes-eriksen Date: Sun, 28 Jul 2013 13:33:34 -0700 Subject: [PATCH] Added install instructions The gem install name is different from the listed require name, thus it makes sense to add the installation process. ('term-extract' vs 'term_extract') --- README.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.markdown b/README.markdown index edaff7b..c5d28fc 100644 --- a/README.markdown +++ b/README.markdown @@ -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: