Comparing version 6.3.0 to 6.3.1
@@ -25,3 +25,3 @@ /* | ||
import Tokenizer from '../tokenizers/tokenizer' | ||
import { Tokenizer } from '../tokenizers' | ||
@@ -28,0 +28,0 @@ declare interface NGramsStats { |
@@ -26,3 +26,3 @@ /* | ||
import Tokenizer from '../tokenizers/tokenizer' | ||
import { Tokenizer } from '../tokenizers' | ||
@@ -29,0 +29,0 @@ declare type TfIdfCallback = (i: number, measure: number, key?: string) => void |
{ | ||
"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.3.0", | ||
"version": "6.3.1", | ||
"homepage": "https://github.com/NaturalNode/natural", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
12944378