Socket
Socket
Sign inDemoInstall

geneea-nlp-client

Package Overview
Dependencies
2
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

34

common/upos.d.ts

@@ -7,35 +7,35 @@ /**

/** adjective */
ADJ = "adj",
ADJ = "ADJ",
/** adverb */
ADV = "adv",
ADV = "ADV",
/** interjection */
INTJ = "intj",
INTJ = "INTJ",
/** noun */
NOUN = "noun",
NOUN = "NOUN",
/** proper noun */
PROPN = "propn",
PROPN = "PROPN",
/** verb */
VERB = "verb",
VERB = "VERB",
/** adposition (preposition or postposition) */
ADP = "adp",
ADP = "ADP",
/** auxiliary */
AUX = "aux",
AUX = "AUX",
/** coordinating conjunction */
CCONJ = "cconj",
CCONJ = "CCONJ",
/** determiner */
DET = "det",
DET = "DET",
/** numeral */
NUM = "num",
NUM = "NUM",
/** pronoun */
PRON = "pron",
PRON = "PRON",
/** particle */
PART = "part",
PART = "PART",
/** subordinating conjunction */
SCONJ = "sconj",
SCONJ = "SCONJ",
/** punctuation */
PUNCT = "punct",
PUNCT = "PUNCT",
/** symbol */
SYM = "sym",
SYM = "SYM",
/** other */
X = "x"
X = "X"
}

@@ -42,0 +42,0 @@ /** Conversion to the string value used by the API. */

@@ -12,36 +12,36 @@ "use strict";

/** adjective */
UPos["ADJ"] = "adj";
UPos["ADJ"] = "ADJ";
/** adverb */
UPos["ADV"] = "adv";
UPos["ADV"] = "ADV";
/** interjection */
UPos["INTJ"] = "intj";
UPos["INTJ"] = "INTJ";
/** noun */
UPos["NOUN"] = "noun";
UPos["NOUN"] = "NOUN";
/** proper noun */
UPos["PROPN"] = "propn";
UPos["PROPN"] = "PROPN";
/** verb */
UPos["VERB"] = "verb";
UPos["VERB"] = "VERB";
// === Closed class ===
/** adposition (preposition or postposition) */
UPos["ADP"] = "adp";
UPos["ADP"] = "ADP";
/** auxiliary */
UPos["AUX"] = "aux";
UPos["AUX"] = "AUX";
/** coordinating conjunction */
UPos["CCONJ"] = "cconj";
UPos["CCONJ"] = "CCONJ";
/** determiner */
UPos["DET"] = "det";
UPos["DET"] = "DET";
/** numeral */
UPos["NUM"] = "num";
UPos["NUM"] = "NUM";
/** pronoun */
UPos["PRON"] = "pron";
UPos["PRON"] = "PRON";
/** particle */
UPos["PART"] = "part";
UPos["PART"] = "PART";
/** subordinating conjunction */
UPos["SCONJ"] = "sconj";
UPos["SCONJ"] = "SCONJ";
/** punctuation */
UPos["PUNCT"] = "punct";
UPos["PUNCT"] = "PUNCT";
/** symbol */
UPos["SYM"] = "sym";
UPos["SYM"] = "SYM";
/** other */
UPos["X"] = "x";
UPos["X"] = "X";
})(UPos = exports.UPos || (exports.UPos = {}));

@@ -48,0 +48,0 @@ /** Conversion to the string value used by the API. */

{
"name": "geneea-nlp-client",
"version": "1.1.3",
"version": "1.1.4",
"description": "The TypeScript Client for Geneea Interpretor G3 API.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc