All Questions
8 questions
1
vote
1
answer
413
views
How to send answers in chat bot at the certain time node.js nlp.js direct conector
Hello) I hope my question is written right)
I use node.js, nlp.js, direct conector.
Right now working with this repository: https://github.com/jesus-seijas-sp/nlpjs-examples
I have task to make bot ...
3
votes
0
answers
745
views
Implement dialog manager with node-nlp
I'm trying to implement some dialog handling (conversation flow, interrupts in flow since conversation aren't necessary lineart - see this article "https://tutorials.botsfloor.com/dialog-management-...
-1
votes
1
answer
130
views
OTFUEL_APP_TOKEN' is not recognized as an internal or external command,
I am trying to work with botfuel, in order to run the bot I need to input the credential of app am creating. so when am about to use the credentials the error message to pops up
$Env:...
1
vote
1
answer
1k
views
Dialogflow required parameters
In my dialogflow chatbot i am creating i have a scenario where a user can ask what are the available vacancies you have or they can directly ask i want to join as a project manager or something. Both ...
0
votes
1
answer
126
views
NLP Code Snippets NodeJS
I'm writing an application in NodeJS with the talkify library. The point of the application is to be a chatbot. Part of the functionality of the bot will be to take code (a closed source language) ...
2
votes
1
answer
3k
views
Chatbot with node.js and python for NLP
I'm actually working on a chatbot project which must talk 2 languages (Dialectic Moroccan and french) , i'm willing to build the bot with node.js and host it in a server and build an NLP with python ...
0
votes
1
answer
261
views
NLP timezone issue
Currently i am using Bot Framework with Node for my chat bot and i am using API AI as my Natural Language Processing.
My question is, let say the user replied with "yesterday" or "today" or "...
5
votes
3
answers
3k
views
Building your own NLP API
I'm building a chatbot and I'm new to NLP.
(api.ai & AlchemyAPI are too expensive for my use case. And wit.ai seems to be buggy and constantly changing at the moment.)
For the NLP experts, how ...