sentence-splitter
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -82,2 +82,3 @@ // LICENSE : MIT | ||
raw: text, | ||
value: text, | ||
loc: loc, | ||
@@ -91,2 +92,3 @@ range: range | ||
raw: text, | ||
value: text, | ||
loc: loc, | ||
@@ -93,0 +95,0 @@ range: range |
@@ -14,3 +14,3 @@ { | ||
}, | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "split {japanese, english} text into sentences.", | ||
@@ -17,0 +17,0 @@ "main": "lib/sentence-splitter.js", |
@@ -66,2 +66,3 @@ // LICENSE : MIT | ||
raw: text, | ||
value: text, | ||
loc: loc, | ||
@@ -75,2 +76,3 @@ range: range | ||
raw: text, | ||
value: text, | ||
loc: loc, | ||
@@ -77,0 +79,0 @@ range: range |
Sorry, the diff of this file is not supported yet
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
15075
165