@stdlib/nlp-sentencize
Version:
Split a string into an array of sentences.
72 lines (71 loc) • 1.44 kB
JSON
{
"name": "@stdlib/nlp-sentencize",
"version": "0.2.2",
"description": "Split a string into an array of sentences.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"main": "./lib",
"directories": {
"doc": "./docs",
"lib": "./lib",
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/nlp-sentencize.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-is-string": "^0.2.1",
"@stdlib/nlp-tokenize": "^0.2.1",
"@stdlib/string-base-trim": "^0.2.2"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"nlp",
"utilities",
"utility",
"utils",
"util",
"text mining",
"tokenizer",
"split",
"separate",
"sentences",
"sentence"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}