From 941fba82e7ea31cfce2bacc24c3ab15d17528b4f Mon Sep 17 00:00:00 2001 From: Moos Date: Wed, 23 Dec 2015 21:39:13 -0800 Subject: [PATCH] Changed dependency to wordnet-db (was WNdb). Bump to 0.1.16. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1f2c49..aa42964 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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) -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 @@ -45,7 +45,7 @@ British npm install -g wordpos -To run spec: +To run spec: (or just: npm test) npm install -g jasmine-node cd spec @@ -312,4 +312,4 @@ License (The MIT License) -Copyright (c) 2012, 2014 mooster@42at.com +Copyright (c) 2012, 2014, 2016 mooster@42at.com