wink-eng-lite-web-model
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -0,1 +1,8 @@ | ||
# [Adding Readability Stats](https://github.com/winkjs/wink-eng-lite-web-model/releases/tag/1.2.0) | ||
## Version 1.2.0 June 15, 2021 | ||
### ✨ Features | ||
- Determine the document's Flesch Reading Ease Score (FRES), Reading Time, Complex words, Sentiment Score and more with `its.readabilityStats` helper. 📚📊👏 | ||
# [Adding lemmatizer support](https://github.com/winkjs/wink-eng-lite-web-model/releases/tag/1.1.0) | ||
@@ -2,0 +9,0 @@ ## Version 1.1.0 May 22, 2021 |
@@ -1,1 +0,1 @@ | ||
var loadCoreModel=require("./load-core-model.js"),loadNERModel=require("./load-ner-model.js"),loadSBDModel=require("./load-sbd-model.js"),loadPOSModel=require("./load-pos-model.js"),loadNEGATIONModel=require("./load-negation-model.js"),loadSAModel=require("./load-sa-model.js"),loadCERMetaModel=require("./load-cer-meta-model.js"),featureFn=require("./feature.js"),stem=require("./porter-stemmer.js"),lemmatize=require("./lemmatize.js"),model=Object.create(null);model.core=loadCoreModel,model.sbd=loadSBDModel,model.pos=loadPOSModel,model.ner=loadNERModel,model.negation=loadNEGATIONModel,model.sa=loadSAModel,model.metaCER=loadCERMetaModel,model.featureFn=featureFn,model.addons=Object.create(null),model.addons.stem=stem,model.addons.lemmatize=lemmatize,model.addons.wordVectors=void 0,module.exports=model; | ||
var loadCoreModel=require("./load-core-model.js"),loadNERModel=require("./load-ner-model.js"),loadSBDModel=require("./load-sbd-model.js"),loadPOSModel=require("./load-pos-model.js"),loadNEGATIONModel=require("./load-negation-model.js"),loadSAModel=require("./load-sa-model.js"),loadCERMetaModel=require("./load-cer-meta-model.js"),featureFn=require("./feature.js"),stem=require("./porter-stemmer.js"),lemmatize=require("./lemmatize.js"),readabilityStats=require("./readability-stats.js"),model=Object.create(null);model.core=loadCoreModel,model.sbd=loadSBDModel,model.pos=loadPOSModel,model.ner=loadNERModel,model.negation=loadNEGATIONModel,model.sa=loadSAModel,model.metaCER=loadCERMetaModel,model.featureFn=featureFn,model.addons=Object.create(null),model.addons.stem=stem,model.addons.lemmatize=lemmatize,model.addons.readabilityStats=readabilityStats,model.addons.wordVectors=void 0,module.exports=model; |
{ | ||
"name": "wink-eng-lite-web-model", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Wink's English Language Light Web Model for Web Browsers", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -22,2 +22,3 @@ # wink-eng-lite-web-model | ||
11. Lemmatization | ||
12. Readability statistics computation | ||
@@ -24,0 +25,0 @@ It is a derivative of [wink-eng-lite-model](https://github.com/winkjs/wink-eng-lite-model). |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
3731684
39
92
12