Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "natural", | ||
"description": "General natural language (tokenizing, stemming (English, Russian, Spanish), part-of-speech tagging, sentiment analysis, classification, inflection, phonetics, tfidf, WordNet, jaro-winkler, Levenshtein distance, Dice's Coefficient) facilities for node.", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"homepage": "https://github.com/NaturalNode/natural", | ||
@@ -98,2 +98,3 @@ "repository": { | ||
"main": "./lib/natural/index.js", | ||
"types": "./lib/natural/index.d.ts", | ||
"maintainers": [ | ||
@@ -112,4 +113,8 @@ { | ||
"email": "kkoch986@gmail.com" | ||
}, | ||
{ | ||
"name": "Hugo W.L. ter Doest", | ||
"email": "hwl.ter.doest@gmail.com" | ||
} | ||
] | ||
} |
@@ -9,4 +9,5 @@ # natural | ||
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4651/badge)](https://bestpractices.coreinfrastructure.org/projects/4651) | ||
[![TypeScript support](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/) | ||
"Natural" is a general natural language facility for nodejs. It offers a broad range of functionalities for natural language processing. Documentation can be found [here on Github Pages](http://naturalnode.github.io/natural/). | ||
"Natural" is a general natural language facility for nodejs. It offers a broad range of functionalities for natural language processing. Documentation can be found [here on GitHub Pages](http://naturalnode.github.io/natural/). | ||
@@ -13,0 +14,0 @@ |
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
12919534
61