openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
nlp.js
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 03, 2024 — Sep 03, 2025
Showing page 5 of 82
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* docs: Add v4 documentation for ner-manager, intent logics, nlp-manager and slot-filling
Ingo Fischer
More...
about 3 years ago
* feat: Allow slotFilling and actions to be included in corpus
Ingo Fischer
More...
about 3 years ago
* fix: Enhance corpus parsing of entities to correctly handle between and betweenLast types
Ingo Fischer
More...
about 3 years ago
* feat: Add methods to register action methods in ActionManager to be used when defining actions in Corpus
Ingo Fischer
More...
about 3 years ago
* test: Enhance test for entity-corpus definition and add trim type
Ingo Fischer
More...
about 3 years ago
* test: Add test for NER BetweenLast rule and enhance between rule test
Ingo Fischer
More...
about 3 years ago
* feat: Add missing method to add a NER BetweenLast rule
Ingo Fischer
More...
about 3 years ago
* feat: Add method updateSlot to update an existing or create a new slot This will be used by NLPManager to update slots using corpus
Ingo Fischer
More...
about 3 years ago
* docs: Adjust JSDoc of addSlot to correctly mark optional parameters
Ingo Fischer
More...
about 3 years ago
* docs: Adjust JSDoc of some methods to state that parameters can be an array of object and not a single string
Ingo Fischer
More...
about 3 years ago
* refactor: Check if a list of parameters are equal using JSON.stringify and not toString, which can be strange with arrays
Ingo Fischer
More...
about 3 years ago
* feat: Add method to just register an action method in the actionsMap
Ingo Fischer
More...
about 3 years ago
* correctly set the default for executeActionsBeforeAnswers setting * add testings for executeActionsBeforeAnswers setting
Ingo Fischer
More...
about 3 years ago
adjust ci trigger back to master
Ingo Fischer
More...
about 3 years ago
* If actions are executed before generating the answers and the answer property is set after the actions are executed use this answer (and render it with current context), but do not generate other answers
Ingo Fischer
More...
about 3 years ago
* Allow to choose if actions are executed before or after generating and rendering the answers. Default is to execute actions after answer generation as before. Execute actions before allows actions to modify the context to enrich entities and use these in answers.
Ingo Fischer
More...
about 3 years ago
* If srcAnswer is set then this is "the better answer" then the intent answer - so return srcAnswer as answer
Ingo Fischer
More...
about 3 years ago
* use more specific (already determined) output locale if existing over provided locale when creating optional entity utterance to make sure the right locale is used, else entity parsing is e.g. only done with default builtins
Ingo Fischer
More...
about 3 years ago
* async is ignored in forEach, fix this usage * fix typ
Ingo Fischer
More...
about 3 years ago
* do not return a srcAnswer if all mandatory entities are filled
Ingo Fischer
More...
about 3 years ago
* only add the current utterance as found entity if the requested entity was not already filled otherwise (e.g. by a builtin logic) to prevent duplicated entities
Ingo Fischer
More...
about 3 years ago
* move slot filling code to before answer and action handling to be able to consider the fresh filled entities for the answer rendering
Ingo Fischer
More...
about 3 years ago
* docs fixes
Ingo Fischer
More...
about 3 years ago
* correctly tear down worker initialized by "new Runtime()" in tests
Ingo Fischer
More...
about 3 years ago
* adjust back to just ignore the expected reject on writeFile too
Ingo Fischer
More...
about 3 years ago
* ignore rejection on mock-fs-writeFile in tests
Ingo Fischer
More...
about 3 years ago
* use correct parameters
Ingo Fischer
More...
about 3 years ago
* catch writeFile errors and reject promise
Ingo Fischer
More...
about 3 years ago
* fix invalid access without type checking (gave unhandled prmise rejection because of type error)
Ingo Fischer
More...
about 3 years ago
* adress eslint errors:
Ingo Fischer
More...
about 3 years ago
←
1
2
3
4
5
6
7
8
9
…
81
82
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree