nlp-wordpos
Advanced tools
Comparing version 0.0.12 to 0.0.14
{ | ||
"name": "nlp-wordpos", | ||
"version": "0.0.12", | ||
"version": "0.0.14", | ||
"description": "nlp-wordpos", | ||
@@ -5,0 +5,0 @@ "main": "nlpwordpos.js", |
@@ -24,4 +24,4 @@ # NlpWordPos | ||
### Methods | ||
.getPOS(utterance, callback) | ||
Gets part-of-speech from utterance, callback(results) receives an array of words for specified POS, or a hash for getPOS(). | ||
.getPOS(utterance, callback) - | ||
gets part-of-speech from utterance, callback(results) receives an array of words for specified POS, or a hash for getPOS(). | ||
### Troubleshooting | ||
@@ -28,0 +28,0 @@ By using the following module you might experience as unhandled promise rejection issue such as: |
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
46855