-
Notifications
You must be signed in to change notification settings - Fork 621
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
18 changed files
with
31 additions
and
31 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.26.1" | ||
"version": "4.27.0" | ||
} |
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/basic", | ||
"version": "4.26.1", | ||
"version": "4.27.0", | ||
"description": "Basic dependencies for node", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -30,7 +30,7 @@ | |
"@nlpjs/evaluator": "^4.26.1", | ||
"@nlpjs/lang-en": "^4.26.1", | ||
"@nlpjs/logger": "^4.26.1", | ||
"@nlpjs/nlp": "^4.26.1" | ||
"@nlpjs/nlp": "^4.27.0" | ||
}, | ||
"gitHead": "cc4249fa994c58d220e6f10a6c94fdad05df32fd" | ||
} |
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/bert-tokenizer", | ||
"version": "4.26.1", | ||
"version": "4.27.0", | ||
"description": "BERT tokenizer", | ||
"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": "@nlpjs/bot", | ||
"version": "4.26.1", | ||
"version": "4.27.0", | ||
"description": "Bot plugin for NLP.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -33,7 +33,7 @@ | |
"@nlpjs/connector": "^4.26.1", | ||
"@nlpjs/core": "^4.26.1", | ||
"@nlpjs/evaluator": "^4.26.1", | ||
"@nlpjs/nlp": "^4.26.1" | ||
"@nlpjs/nlp": "^4.27.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
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/express-api-server", | ||
"version": "4.26.1", | ||
"version": "4.27.0", | ||
"description": "Express API Server", | ||
"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/fb-connector", | ||
"version": "4.26.1", | ||
"version": "4.27.0", | ||
"description": "Facebook Messenger Connector", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -25,7 +25,7 @@ | |
"test": "echo \"Error: run tests from root\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"@nlpjs/bot": "^4.26.1", | ||
"@nlpjs/bot": "^4.27.0", | ||
"@nlpjs/connector": "^4.26.1", | ||
"@nlpjs/core": "^4.26.1", | ||
"botbuilder": "^4.16.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/fullbot", | ||
"version": "4.26.1", | ||
"version": "4.27.0", | ||
"description": "Full bot for NLP.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -29,13 +29,13 @@ | |
"test": "echo \"Error: run tests from root\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"@nlpjs/basic": "^4.26.1", | ||
"@nlpjs/bot": "^4.26.1", | ||
"@nlpjs/basic": "^4.27.0", | ||
"@nlpjs/bot": "^4.27.0", | ||
"@nlpjs/builtin-duckling": "^4.26.1", | ||
"@nlpjs/builtin-microsoft": "^4.26.1", | ||
"@nlpjs/database": "^4.26.1", | ||
"@nlpjs/directline-connector": "^4.26.1", | ||
"@nlpjs/express-api-server": "^4.26.1", | ||
"@nlpjs/express-api-server": "^4.27.0", | ||
"@nlpjs/mongodb-adapter": "^4.26.1", | ||
"@nlpjs/utils": "^4.25.0", | ||
"archiver": "^5.2.0", | ||
|
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-bert", | ||
"version": "4.26.1", | ||
"version": "4.27.0", | ||
"description": "BERT language base", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -25,7 +25,7 @@ | |
"test": "echo \"Error: run tests from root\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"@nlpjs/bert-tokenizer": "^4.26.1", | ||
"@nlpjs/bert-tokenizer": "^4.27.0", | ||
"@nlpjs/core": "^4.26.1" | ||
}, | ||
"publishConfig": { | ||
|
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/ner", | ||
"version": "4.26.1", | ||
"version": "4.27.0", | ||
"description": "Named Entity Recognition", | ||
"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": "@nlpjs/nlp", | ||
"version": "4.26.1", | ||
"version": "4.27.0", | ||
"description": "Natural Language Processing", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -26,9 +26,9 @@ | |
}, | ||
"dependencies": { | ||
"@nlpjs/core": "^4.26.1", | ||
"@nlpjs/ner": "^4.26.1", | ||
"@nlpjs/ner": "^4.27.0", | ||
"@nlpjs/nlg": "^4.26.1", | ||
"@nlpjs/nlu": "^4.26.1", | ||
"@nlpjs/nlu": "^4.27.0", | ||
"@nlpjs/sentiment": "^4.26.1", | ||
"@nlpjs/slot": "^4.26.1" | ||
}, | ||
|
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/nlu-luis", | ||
"version": "4.26.1", | ||
"version": "4.27.0", | ||
"description": "Natural Language Understanding", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -26,7 +26,7 @@ | |
}, | ||
"dependencies": { | ||
"@nlpjs/core": "^4.26.1", | ||
"@nlpjs/nlu": "^4.26.1", | ||
"@nlpjs/nlu": "^4.27.0", | ||
"@nlpjs/request": "^4.25.0" | ||
}, | ||
"gitHead": "cc4249fa994c58d220e6f10a6c94fdad05df32fd" | ||
|
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/nlu", | ||
"version": "4.26.1", | ||
"version": "4.27.0", | ||
"description": "Natural Language Understanding", | ||
"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.26.1", | ||
"version": "4.27.0", | ||
"description": "Library for NLU (Natural Language Understanding) done in Node.js", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -51,8 +51,8 @@ | |
"@nlpjs/language": "^4.25.0", | ||
"@nlpjs/neural": "^4.25.0", | ||
"@nlpjs/nlg": "^4.26.1", | ||
"@nlpjs/nlp": "^4.26.1", | ||
"@nlpjs/nlu": "^4.26.1", | ||
"@nlpjs/nlp": "^4.27.0", | ||
"@nlpjs/nlu": "^4.27.0", | ||
"@nlpjs/request": "^4.25.0", | ||
"@nlpjs/sentiment": "^4.26.1", | ||
"@nlpjs/similarity": "^4.26.1", | ||
|
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.26.1", | ||
"version": "4.27.0", | ||
"description": "BERT open question", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -25,7 +25,7 @@ | |
"test": "echo \"Error: run tests from root\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"@nlpjs/bert-tokenizer": "^4.26.1", | ||
"@nlpjs/bert-tokenizer": "^4.27.0", | ||
"@nlpjs/core": "^4.26.1", | ||
"@nlpjs/utils": "^4.25.0", | ||
"@tensorflow/tfjs-node": "^3.0.0" | ||
|