Socket
Socket
Sign inDemoInstall

silly-nlp

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

silly-nlp - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

2

esm/index.js

@@ -143,3 +143,3 @@ import { alljuxt, complement, includedIn, join, letIn, lowercase, map, max, nonempty, pipe, range, replace, reverse, sort, split, take, trim, trimWhitespace, } from "gamla";

const hyphen = /[―-]/;
const boundry = [/[_@.-\s:/בלה[\]?&%$#=*,!()]/, /^/, /$/].reduce(regExpOr); // \b doesn't work for non ascii
const boundry = [/[_@.-\s:/בלהו[\]?&%$#=*,!()]/, /^/, /$/].reduce(regExpOr); // \b doesn't work for non ascii
const speaker = [optional(hyphen), personName, /\s?:/, boundry].reduce(concatRegexp);

@@ -146,0 +146,0 @@ const speakerInEnd = [hyphen, /\s*/, personName, /$/].reduce(concatRegexp);

{
"name": "silly-nlp",
"version": "0.0.17",
"version": "0.0.18",
"description": "Silly nlp utils",

@@ -5,0 +5,0 @@ "repository": {

@@ -164,3 +164,3 @@ "use strict";

const hyphen = /[―-]/;
const boundry = [/[_@.-\s:/בלה[\]?&%$#=*,!()]/, /^/, /$/].reduce(exports.regExpOr); // \b doesn't work for non ascii
const boundry = [/[_@.-\s:/בלהו[\]?&%$#=*,!()]/, /^/, /$/].reduce(exports.regExpOr); // \b doesn't work for non ascii
const speaker = [(0, exports.optional)(hyphen), personName, /\s?:/, boundry].reduce(exports.concatRegexp);

@@ -167,0 +167,0 @@ const speakerInEnd = [hyphen, /\s*/, personName, /$/].reduce(exports.concatRegexp);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc