Socket
Socket
Sign inDemoInstall

pos

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pos - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

BrillTransformationRules.js

@@ -126,3 +126,3 @@ /*

function rule6(taggedSentence, index) {
if ((index > 0) && startsWith(taggedSentence[index][1], "NN") && (taggedSentence[index][0].toLowerCase() === "would")) {
if ((index > 0) && startsWith(taggedSentence[index][1], "NN") && (taggedSentence[index - 1][0].toLowerCase() === "would")) {
taggedSentence[index][1] = "VB";

@@ -129,0 +129,0 @@ }

@@ -20,3 +20,3 @@ {

],
"version": "0.4.1",
"version": "0.4.2",
"licenses": [

@@ -23,0 +23,0 @@ {

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