From 20b42667d7847d42f9d2c4b6c7061f9e5c8f8e0b Mon Sep 17 00:00:00 2001 From: Moos Date: Wed, 23 Dec 2015 22:06:05 -0800 Subject: [PATCH] Added caution for use in browser environment. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ead7a5e..493b899 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ wordpos wordpos is a set of *fast* part-of-speech (POS) utilities for Node.js using [natural's](http://github.com/NaturalNode/natural) WordNet module, offering **30x** performance over natural. -**CAUTION** The WordNet database [wordnet-db](moos/wordnet-db) comprises [155,287 words](http://wordnet.princeton.edu/wordnet/man/wnstats.7WN.html) (3.0 numbers) which uncompress to over **30 MB** of data in several *un*[browserify](substack/node-browserify)-able files. It is *not* meant for the browser environment. +**CAUTION** The WordNet database [wordnet-db](https://github.com/moos/wordnet-db) comprises [155,287 words](http://wordnet.princeton.edu/wordnet/man/wnstats.7WN.html) (3.0 numbers) which uncompress to over **30 MB** of data in several *un*[browserify](https://github.com/substack/node-browserify)-able files. It is *not* meant for the browser environment. ## Quick usage