Skip to content

Commit

Permalink
Merge pull request #2 from Mango-information-systems/master
Browse files Browse the repository at this point in the history
corrected typo in example: flaten --> flatten
  • Loading branch information
bxjx committed Nov 5, 2013
2 parents 69dfac2 + bd31c76 commit f0b262a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Returns all occurrences of the ngram. Useful for passing data to Natural's
TF-IDF function. Note: the original order is not maintained. Off by default.

```js
keyword.extract('beep beep and foo bar and beep beep and beep beep and foo bar', {flaten: true})
keyword.extract('beep beep and foo bar and beep beep and beep beep and foo bar', {flatten: true})
```

Returns `['beep beep', 'beep beep', 'beep beep', 'foo bar', 'foo bar']`.
Expand Down

0 comments on commit f0b262a

Please sign in to comment.