removed old links.

This commit is contained in:
Moos 2014-09-25 23:01:48 -07:00
parent 9e357ef2bb
commit 565fd52a77
1 changed files with 1 additions and 13 deletions

View File

@ -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()...