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

docproc

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docproc - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

pipeline/Synonyms.js

5

index.js

@@ -33,2 +33,5 @@ const pumpify = require('pumpify')

const Synonyms = exports.Synonyms =
require('./pipeline/Synonyms.js')
const Tokeniser = exports.Tokeniser =

@@ -42,2 +45,3 @@ require('./pipeline/Tokeniser.js')

stopwords: stopwords,
synonyms: {},
nGramLength: 1,

@@ -54,2 +58,3 @@ fieldedSearch: true

new CharacterNormaliser(),
new Synonyms(),
new CalculateTermFrequency(),

@@ -56,0 +61,0 @@ new CreateCompositeVector(),

2

package.json
{
"name": "docproc",
"version": "1.1.0",
"version": "1.2.0",
"description": "A document processing pipeline",

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

Sorry, the diff of this file is not supported yet

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