Comparing version 2.0.3 to 2.0.4
@@ -208,8 +208,2 @@ export = Client; | ||
libVersions(): Promise<{ | ||
status: number; | ||
statusText: string; | ||
data: any; | ||
}>; | ||
paraphrasing(params: { | ||
@@ -216,0 +210,0 @@ text: string |
@@ -228,7 +228,2 @@ const axios = require('axios') | ||
libVersions() { | ||
return axios.get(this.rootURL + '/' + 'versions', { headers: this.headers }) | ||
} | ||
paraphrasing(params) { | ||
@@ -235,0 +230,0 @@ var text = params.text |
{ | ||
"name": "nlpcloud", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "NLP Cloud serves high performance pre-trained or custom models for NER, sentiment-analysis, classification, summarization, paraphrasing, text generation, image generation, code generation, question answering, automatic speech recognition, machine translation, language detection, semantic search, semantic similarity, tokenization, POS tagging, speech synthesis, embeddings, and dependency parsing. It is ready for production, served through a REST API.\n\nThis is the Node.js client for the NLP Cloud API.\n\nMore details here: https://nlpcloud.io\n\nDocumentation: https://docs.nlpcloud.io", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -300,10 +300,2 @@ # Node.js Client For NLP Cloud | ||
### Library Versions Endpoint | ||
Call the `libVersions()` method to know the versions of the libraries used behind the hood with the model (for example the PyTorch, TensorFlow, or spaCy version used). | ||
```js | ||
client.libVersions() | ||
``` | ||
### Question Answering Endpoint | ||
@@ -310,0 +302,0 @@ |
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
35286
599
388