@diplodoc/sentenizer
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -69,3 +69,3 @@ var __defProp = Object.defineProperty; | ||
var fstChars = (width = WINDOW_WIDTH) => { | ||
const fstCharsPattern = `^.{0,${width}}`; | ||
const fstCharsPattern = `^[\\s\\S]{0,${width}}`; | ||
const fstCharsFlags = "gmu"; | ||
@@ -72,0 +72,0 @@ const fstCharsRegExp = new RegExp(fstCharsPattern, fstCharsFlags); |
{ | ||
"name": "@diplodoc/sentenizer", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "text segmentation into sentences", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/diplodoc-platform/sentenizer", |
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
30120