Comparing version 1.1.0 to 1.2.0
@@ -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(), |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19346
17
404