articulate-nlg
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -30,3 +30,3 @@ "use strict"; | ||
var segmentsWithWeights = []; | ||
var regex = /(.*)[=](\d+)/; | ||
var regex = /(.*)[=]([0-9]*[.][0-9]+)/; | ||
segments.forEach(function (segment) { | ||
@@ -33,0 +33,0 @@ var match = segment.match(regex); |
{ | ||
"name": "articulate-nlg", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "A natural language generator (NLG) that articulates concepts as words, phrases, and sentences.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
107439