Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ner-node

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ner-node - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc