Questions tagged [wit.ai]

Wit.ai is a NLP engine owned by Facebook that makes it easy for developers to build bots, applications and devices that you can talk or text to.

Wit.ai is a cloud service API for speech recognition and natural language processing, for use with bots, applications and devices.

Wit.ai can help you

  • Understand Natural Language: parse a message (Voice or Text) into structured data
  • Converse: predict the next action your bot should do (Bot Engine)

Source code available at GitHub.

326 questions
0
votes
1 answer

Wit.ai not parsing data for pence

wit is trained to extract wit/number and wit/amountOfMoney it correctly interprets following sentences as 3.03 pounds: 1)Spent 3 pound and 3 pence 2) Spent 3 cent 3) spent £3: but fails for : 1) spent 3 pence 2) spent 3p Questions: 1) It this a…
Wit user
  • 1
  • 1
0
votes
2 answers

Adding 'typing_on' sender action bubble before each response from Wit.ai chatbot

I've built a flow-base chat bot using FB messenger, Wit.ai and node.js. It's working well, but in order to make the interaction seem more natural I want my bot to pause for a short while and appear to be typing each of its responses. I want the…
wanstan
  • 15
  • 5
0
votes
0 answers

Wit/location is messed up

I am working on an app in wit.ai where I'll use wit/location. Unfortunately the app seems to realize every unknown (or sometime pre trained) word as a wit/location: here I trained several times: I copy it again (after refreshing the page) It…
Imola G
  • 1
  • 2
0
votes
1 answer

Wit.ai intent issues

I am having real difficulty in understanding the intent part in Wit.ai. When I go to the understanding tab inside an app it shows me intent as a user defined entity. Do we need to create intents as a user entity or do we need to create intents as a…
Arpit Goyal
  • 2,212
  • 11
  • 31
0
votes
1 answer

What makes a story triggered in Wit.ai?

I try to understand the logic behind the weather bot in the wit.ai quick-start.The story is build with a trait intent (supposed to be something like "what is the weather ?") and an entity is declared to get where the weather is wondered. So, I would…
0
votes
2 answers

How to define multiple wit/datetime from one sentence in wit.ai?

I am trying to define multiple wit/datetime from one sentence in wit.ai, but the UI doesn't seem to allow it. When entering "Do this on Nov 25th, do that on Dec 23rd, and do that on Jan 21st.", and then adding a entity as wit/datetime, it detects…
0
votes
3 answers

Microsoft Bot framework with Wit.Ai for other language than English

Is it possible to use wit.ai with Microsoft Bot framework, as it supports more languages than LUIS for NLP?if so any sample demo or document available?
0
votes
1 answer

Wit.ai Promises Issue

Using Wit, its calling a custom action, but it doesnt look like the promise is being returned by my function call stack, and I cant see why https://gist.github.com/mark-stephenson-/e0200233663b2cf1ce1d0a5a33559372 The error I get in the console is: …
0
votes
1 answer

Chatbot training platform that supports Arabic

I am looking for a chatbot training platform (like IBM Watson Conversation Service or api.ai) that has Arabic support. I know wit.ai has a support for Arabic but reading their blogpost it seems like it's in Beta. Moreover, it has been suggested that…
May Rest in Peace
  • 2,070
  • 2
  • 20
  • 34
0
votes
2 answers

Wit.ai - When are the actions triggered?

I have trouble to understand when the actions are triggered by the Node.js SDK. At first, I thought that an action is only triggered when we explicitely call it using the story Web page. I just realized that this is not the case. For instance,…
Nitsuja
  • 73
  • 6
0
votes
1 answer

Node.js Wit.ai SDK - Retrieve the user first name on messenger

I am new with Node.js, and I have trouble to retrieve the facebook user "first name" using the SDK. I have a story call "greeting" in which I would like to answer "Hello {userName}". I have defined a getUserName name action which is related to…
Nitsuja
  • 73
  • 6
0
votes
1 answer

Wit.ai entities not recognized without "training"

I have several entities in my Wit.ai app like for example countries with over hundred values. I created a story where I have 10 examples of a user message with just the country name and where I tell Wit.ai that this is a certain country value. But…
Christoph
  • 1
  • 2
0
votes
0 answers

Node js app is getting an error after deploying it to heroku.com server

My name si Alin Stanescu and am currently working on a bachelor project using wit.ai. I have created a Node.js app which is using the wit.ai node_module and some other modules. The thing is that everything is working fine on my local mashie but when…
0
votes
1 answer

When should we use all three (trait, free-text and keywords) search strategies in a user-defined entity?

I just came up with a tricky case that is blowing my mind. I'm using a 2 classic UsrDef entity (UDE) with free-text and keywords search strategies. Where can I find the phone number of John Doe? Where can I find the office of Mark Zuckerberg? The…
Carlos Araya
  • 861
  • 2
  • 10
  • 17
0
votes
1 answer

When should we create new intent in wit.ai

When should I create new intent and when should I add new value to the existing intent ? In wit.ai documents, they didn't talk much about this. EDIT: Let says I have command for a door. So is it better to have 1 intent door_command with values…
Nguyen Quang Anh
  • 315
  • 1
  • 3
  • 12