forked from axa-group/nlp.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "4.23.5" | ||
"version": "4.24.0" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nlpjs/dialogflow-connector", | ||
"version": "4.23.5", | ||
"version": "4.24.0", | ||
"description": "Dialogflow connector for NLP.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nlpjs/fullbot", | ||
"version": "4.23.5", | ||
"version": "4.24.0", | ||
"description": "Full bot for NLP.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -37,7 +37,7 @@ | |
"@nlpjs/directline-connector": "^4.23.4", | ||
"@nlpjs/express-api-server": "^4.23.4", | ||
"@nlpjs/mongodb-adapter": "^4.23.4", | ||
"@nlpjs/utils": "^4.23.5", | ||
"@nlpjs/utils": "^4.24.0", | ||
"archiver": "^5.2.0", | ||
"decompress": "^4.2.1", | ||
"rimraf": "^3.0.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nlpjs/lang-all", | ||
"version": "4.23.4", | ||
"version": "4.24.0", | ||
"description": "Core", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -46,7 +46,7 @@ | |
"@nlpjs/lang-hy": "^4.23.4", | ||
"@nlpjs/lang-id": "^4.23.4", | ||
"@nlpjs/lang-it": "^4.23.4", | ||
"@nlpjs/lang-ja": "^4.23.4", | ||
"@nlpjs/lang-ja": "^4.24.0", | ||
"@nlpjs/lang-ko": "^4.23.4", | ||
"@nlpjs/lang-lt": "^4.23.4", | ||
"@nlpjs/lang-ms": "^4.23.4", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nlpjs/lang-ja", | ||
"version": "4.23.4", | ||
"version": "4.24.0", | ||
"description": "Core", | ||
"author": { | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "node-nlp", | ||
"version": "4.23.5", | ||
"version": "4.24.0", | ||
"description": "Library for NLU (Natural Language Understanding) done in Node.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -47,7 +47,7 @@ | |
"@nlpjs/core-loader": "^4.23.4", | ||
"@nlpjs/emoji": "^4.23.4", | ||
"@nlpjs/evaluator": "^4.22.7", | ||
"@nlpjs/lang-all": "^4.23.4", | ||
"@nlpjs/lang-all": "^4.24.0", | ||
"@nlpjs/language": "^4.22.7", | ||
"@nlpjs/neural": "^4.22.7", | ||
"@nlpjs/nlg": "^4.23.4", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nlpjs/open-question", | ||
"version": "4.23.5", | ||
"version": "4.24.0", | ||
"description": "BERT open question", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -27,7 +27,7 @@ | |
"dependencies": { | ||
"@nlpjs/bert-tokenizer": "^4.23.4", | ||
"@nlpjs/core": "^4.23.4", | ||
"@nlpjs/utils": "^4.23.5", | ||
"@nlpjs/utils": "^4.24.0", | ||
"@tensorflow/tfjs-node": "^3.0.0" | ||
}, | ||
"publishConfig": { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nlpjs/utils", | ||
"version": "4.23.5", | ||
"version": "4.24.0", | ||
"description": "NLP utils", | ||
"author": { | ||
"email": "[email protected]", | ||
|