Socket
Socket
Sign inDemoInstall

node-normalizer

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-normalizer - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "node-normalizer",
"version": "0.1.2",
"version": "0.1.3",
"description": "Normalize and clean text",

@@ -5,0 +5,0 @@ "main": "index.js",

# Normalize, clean and fix text
npm install node-normalize
npm install node-normalizer

@@ -26,2 +26,2 @@ The simple app processes input and tries to make it consumable for a bot.

* xxx> means sentence then end stop
* if you want to have the result NOT tokenized, put it in quotes
* if you want to have the result NOT tokenized, put it in quotes

@@ -63,2 +63,7 @@

it("Spell Fix 2 word combo", function() {
norm.clean("hwo do you").should.eql("how do you");
norm.clean("hwo is you").should.eql("who is you");
});
it("Fix ASCII characters", function() {

@@ -65,0 +70,0 @@ norm.clean("What’s up").should.eql("what is up");

Sorry, the diff of this file is too big to display

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