Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "ner-node", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Node library for spawning NER server and pinging it to get entities out of raw text.", | ||
@@ -5,0 +5,0 @@ "main": "SocketNER.js", |
@@ -6,9 +6,3 @@ <h1>NER-Node</h2> | ||
<ol> | ||
<li> | ||
Download the | ||
<a href="https://github.com/Vikasg7/NER-Node/archive/master.zip" target="_blank">NER-Node</a> | ||
package | ||
</li> | ||
<li>Unzip it and cd to the extracted folder using Command line Terminal</li> | ||
<li>Use "npm install"</li> | ||
<li>npm install ner-node</li> | ||
<li>You can now try the test files to see the library working.</li> | ||
@@ -18,3 +12,5 @@ </ol> | ||
<p>Here is an example of how you can call the library :-</p> | ||
```javascript | ||
``` | ||
var socketNER = require("SocketNER") | ||
@@ -29,2 +25,3 @@ socketNER(port, classifierFileName, pathToNER, function (obj) { | ||
}) | ||
``` | ||
@@ -31,0 +28,0 @@ |
14783
32