question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wit.ai trait equivalent

See original GitHub issue

I’m trying to imitate the “traits” from the wit.ai. How to entity value when it is not inferred from a keyword or specific phrase in the input sentence? For example,

{
    "entities": [
      {
        "value": "status", 
        "entity": "my_command"
      }
    ], 
    "intent": "my_intent", 
    "text": "how is it doing?"
  }

If I try to train this, then I get a - KeyError: 'start' Is this feature is not yet implemented?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
akeladcommented, Mar 25, 2019

@amn41 we should close this too right?

0reactions
tmbocommented, Mar 22, 2017

I’ve created a separate issue for the sentiment analysis, as this is somewhat more specific than the wit.ai trait support. #230

Read more comments on GitHub >

github_iconTop Results From Across the Web

Built-in Traits - Wit.ai
A binary trait that captures thankful intents, such as thank you . You do not need to highlight a specific part (or span)...
Read more >
How does the trait entity extraction in wit.ai work? - Reddit
Wit.ai provides an entity of type "trait". Wit.ai defines trait entities as When the entity value is not inferred from a keyword or...
Read more >
Wit.ai differences between Trait - Free Text - Stack Overflow
You may declare a "greeting" intent(Intents are just user-created entities). After that, you can validate(feed) it with many other words ...
Read more >
Save Time Building With Wit.ai Built-in Intents - Medium
Similar to built-in entities and traits, you need to add a built-in intent to your project. Add different utterances to see if the...
Read more >
Wit.ai Hackers | What is the purpose of "traits" - Facebook
Traits don't capture a specific part of the text. They act on the overall sentence. You'd use a trait to categorize the politeness,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found