Changed dependency to wordnet-db (was WNdb). Bump to 0.1.16.

This commit is contained in:
Moos 2015-12-23 21:39:13 -08:00
parent fe52692f45
commit 941fba82e7
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ wordpos
[![NPM version](https://img.shields.io/npm/v/wordpos.svg)](https://www.npmjs.com/package/wordpos) [![NPM version](https://img.shields.io/npm/v/wordpos.svg)](https://www.npmjs.com/package/wordpos)
[![Build Status](https://img.shields.io/travis/moos/wordpos/master.svg)](https://travis-ci.org/moos/wordpos) [![Build Status](https://img.shields.io/travis/moos/wordpos/master.svg)](https://travis-ci.org/moos/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 the natural. 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.
## Quick usage ## Quick usage
@ -45,7 +45,7 @@ British
npm install -g wordpos npm install -g wordpos
To run spec: To run spec: (or just: npm test)
npm install -g jasmine-node npm install -g jasmine-node
cd spec cd spec
@ -312,4 +312,4 @@ License
(The MIT License) (The MIT License)
Copyright (c) 2012, 2014 mooster@42at.com Copyright (c) 2012, 2014, 2016 mooster@42at.com