nlptoolkit-ngram
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "nlptoolkit-ngram", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "NGram library", | ||
@@ -23,9 +23,11 @@ "main": "index.js", | ||
"mocha": "^9.1.3", | ||
"nlptoolkit-datastructure": "^1.0.0", | ||
"nlptoolkit-math": "^1.0.0", | ||
"nlptoolkit-sampling": "^1.0.0", | ||
"nlptoolkit-util": "^1.0.2", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.4.4" | ||
}, | ||
"dependencies": { | ||
"nlptoolkit-datastructure": "^1.0.4", | ||
"nlptoolkit-math": "^1.0.2", | ||
"nlptoolkit-sampling": "^1.0.2", | ||
"nlptoolkit-util": "^1.0.5" | ||
} | ||
} |
@@ -18,2 +18,7 @@ N-Gram | ||
Video Lectures | ||
============ | ||
[<img src="https://github.com/StarlangSoftware/NGram/blob/master/video1.jpg" width="50%">](https://youtu.be/oNWKVUdPUJY)[<img src="https://github.com/StarlangSoftware/NGram/blob/master/video2.jpg" width="50%">](https://youtu.be/ZG5m6OFdudI) | ||
For Developers | ||
@@ -20,0 +25,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
6841843
4
141
4
+ Addednlptoolkit-math@^1.0.2
+ Addednlptoolkit-sampling@^1.0.2
+ Addednlptoolkit-util@^1.0.5
+ Addednlptoolkit-datastructure@1.0.7(transitive)
+ Addednlptoolkit-math@1.0.3(transitive)
+ Addednlptoolkit-sampling@1.0.2(transitive)
+ Addednlptoolkit-util@1.0.10(transitive)