updated stopword docs

This commit is contained in:
moos 2012-05-30 15:11:00 -07:00
parent 57681c5a15
commit e4236abad8
1 changed files with 0 additions and 1 deletions

View File

@ -177,7 +177,6 @@ wordpos.lookup('great', console.log);
WordPOS.WNdb -- access to the WNdb object WordPOS.WNdb -- access to the WNdb object
WordPOS.natural -- access to underlying 'natural' module WordPOS.natural -- access to underlying 'natural' module
wordpos.parse(str) -- returns tokenized array of words, less duplicates and stopwords. This method is called on all getX() calls internally. wordpos.parse(str) -- returns tokenized array of words, less duplicates and stopwords. This method is called on all getX() calls internally.
``` ```
E.g., WordPOS.natural.stopwords is the list of stopwords. E.g., WordPOS.natural.stopwords is the list of stopwords.