wink-tokenizer
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "wink-tokenizer", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Multilingual tokenizer that automatically tags each token with its type", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -27,3 +27,3 @@ // wink-tokenizer | ||
var rgxMention = /\@\w+/g; | ||
var rgxHashtag = /\#[a-z][a-z0-9]*/g; | ||
var rgxHashtag = /\#[a-z][a-z0-9]*/gi; | ||
var rgxEmail = /[-!#$%&'*+\/=?^\w{|}~](?:\.?[-!#$%&'*+\/=?^\w`{|}~])*@[a-z0-9](?:-?\.?[a-z0-9])*(?:\.[a-z](?:-?[a-z0-9])*)+/gi; | ||
@@ -30,0 +30,0 @@ // Bitcoin, Ruble, Indian Rupee, Other Rupee, Dollar, Pound, Yen, Euro, Wong. |
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
50700