rn-sbd
Version:
Split text into sentences with Sentence Boundary Detection (SBD).
28 lines (27 loc) • 561 B
JSON
{
"name": "rn-sbd",
"version": "1.0.0",
"description": "Split text into sentences with Sentence Boundary Detection (SBD).",
"main": "lib/tokenizer.js",
"scripts": {
"test": "mocha -R spec"
},
"homepage": "https://github.com/daoan1412/sbd",
"repository": {
"type": "git",
"url": "https://github.com/daoan1412/sbd.git"
},
"keywords": [
"sentence",
"detection",
"boundary"
],
"author": {
"name": "daoan"
},
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"mocha": "5.2.0"
}
}