From 565fd52a774dcac6ef90e504af74cee41821fe56 Mon Sep 17 00:00:00 2001 From: Moos Date: Thu, 25 Sep 2014 23:01:48 -0700 Subject: [PATCH] removed old links. --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 2122a2a..99a994f 100644 --- a/README.md +++ b/README.md @@ -137,19 +137,7 @@ wordpos.getPOS('The angry bear chased the frightened little squirrel.', console. ``` This has no relation to correct grammer of given sentence, where here only 'bear' and 'squirrel' -would be considered nouns. (see http://nltk.googlecode.com/svn/trunk/doc/book/ch08.html#ex-recnominals) - -[pos-js](https://github.com/fortnightlabs/pos-js), e.g., shows only 'squirrel' as noun: - - The / DT - angry / JJ - bear / VB - chased / VBN - the / DT - frightened / VBN - little / JJ - squirrel / NN - +would be considered nouns. ### isX()...