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
83
votes
7 answers

Comparison between luis.ai vs api.ai vs wit.ai?

Does anyone know the specific differences and features among the three, Or if one has more features/more flexible to use as a developer?
13
votes
1 answer

How to send Bearer authorization token using Spring Boot and @FeignClient

I am using Spring Boot to write an application that interacts with HTTP rest servers. One of the servers I'm connecting to (Wit.ai) uses a beaerer authorization token. A curl request that yields a successful response looks like this: GET…
Trey Bernstien
  • 133
  • 1
  • 1
  • 7
12
votes
1 answer

Wit.ai recognizes numbers as location

We are facing the issue that wit.ai recognizes almost every number as a location. Sometimes even as a DateTime, but almost never as a number. We tried to teach it that 1 is a number, 2 is a number, etc., but it doesn't seem to pick that up, see the…
larsbeck
  • 665
  • 2
  • 7
  • 11
11
votes
1 answer

Rich text format for response text in facebook chatbot

I want to format(change font size/text color/apply text style - bold/underline/italic etc) the response text send to user in Facebook chatbot. I do not see any such support in the messenger API. Just wanted to confirm if its supported or not? Is…
picku
  • 157
  • 3
  • 9
9
votes
3 answers

Commercial usage of wit.ai

Some one from wit.ai team please answer this We are planning to use wit.ai for commercial purpose. Is there any usage policy? Please provide some guidelines of Dos and Don'ts. Also, will this service be free in future also or are you planning on…
Ravi Teja
  • 377
  • 4
  • 15
8
votes
2 answers

wit.ai capture free text from whatever the user gives you

I have the following problems. I have several points into the conversation where I have to capture "free" text. Ex: what are your thoughts on xyz ? why do you want xyz ?... They are opened questions and the user can answer whatever they want. How to…
OWADVL
  • 10,704
  • 7
  • 55
  • 67
7
votes
2 answers

Am I training my wit.ai bot correctly?

I'm trying to train my Wit.ai bot in order to recognize the first name of someone. I'm not very sure if I well understand how the NLP works so I'll give you an example. I defined a lot of expressions like "My name is XXXX", "Everybody calls me…
Filipe
  • 149
  • 1
  • 7
7
votes
1 answer

wit.ai understanding tab is not resulting expected intent roles

I am developing an app using wit ai and facebook messenger, everything is working as expected but I am stuck on a expression which is always returning wrong role. I have added similar expression for that intent but when I test the same sentence it…
Avinash Agrawal
  • 1,038
  • 1
  • 11
  • 17
7
votes
3 answers

How does Facebook Messenger connect with Wit.ai Bot Engine?

In Facebook's documentation they refer to wit.ai Bot Engine, but I can't find anywhere online where its explained how to connect the Story that you build in Wit with your Facebook Messenger App?
GarySabo
  • 5,806
  • 5
  • 49
  • 124
6
votes
0 answers

Wit.ai: the screen is stalled while importing application

I have a working Wit.Ai application, and want to export, then import it into another Wit.Ai account. I exported the application into a zip file. And there comes trouble: When trying to import the file back into the new account: "We are creating your…
kerem
  • 61
  • 2
6
votes
5 answers

How to get exact answers instead of the whole document using Watson Discovery?

After testing the discovery service, it seems useless to me at least or I might be missing something. When I query, it matches the document and returns the whole document. If my document is huge, then for all queries it returns the whole document…
johnrao07
  • 6,690
  • 4
  • 32
  • 55
5
votes
1 answer

AI: What kind of process would sites like Wit use to train Natural language

I am working on a project where I would like to achieve a sense of natural language understanding. However, I am going to start small and would like to train it on specific queries. So for example, starting out I might tell it: songs. Then if it…
Jonovono
  • 3,437
  • 5
  • 42
  • 64
4
votes
1 answer

how to pass a date/time reference in a call to a basic duckling server?

Any pointers on how to pass a date/time reference to a basic, vanilla duckling server? I'm using duckling for parsing text. When looking for time expressions, I need to pass in a reference date/time. A reference date/time gives me an anchor for…
arturomp
  • 28,790
  • 10
  • 43
  • 72
4
votes
1 answer

How to add values to built in entities like 'wit$location' in wit.ai

I have tried using API service: response = requests.post('https://api.wit.ai/entities/wit$location/values?v=20160526', headers={'Authorization':'Bearer xxx'}, data=json.dumps({ "value":"London", …
Anubhav Singh
  • 587
  • 2
  • 11
4
votes
1 answer

Run mysql query through Wit.ai

On integrating Wit.ai into a website, is there some way to execute database queries because answers of user questions have to be fetched from the database and that can not be trained to Chatbot.
Kapil Sen
  • 103
  • 1
  • 10
1
2 3
21 22