Germandrummer92 / TalkingRobot

PSE
0 stars 0 forks source link

When entering RecipeAssistance, the robot doesn't switch the state correctly. Maybe wrong state definitions for keywords. #4

Closed Germandrummer92 closed 10 years ago

Germandrummer92 commented 10 years ago

Input after login:

help me with making hamburger ingredient tool tools (not a keyword)

Expected Output:

real Output:
narigaoka commented 10 years ago

another thing: if you enter "recipe" after the login it leads to error handling. i believe, it should actually go to recipe assistance because it obviously is a keyword.

Germandrummer92 commented 10 years ago

The Problem is, that the Keyword passed by the NLU for recipe is: "[kitchen assistance]." including the dot and brackets, which we haven't defined as a keyword in the keyword files. Is that what it's supposed to parse? Since then we have to add quite some keywords. I will also open a new issue for this, as it happens with a lot of things.

narigaoka commented 10 years ago

the problem with "[kitchen assistance]." has been fixed now, but it still leads to error handling. The keyword "tool" leads to errorhandling, too

Edit: ah, the keyword "tool" isn't defined yet

Germandrummer92 commented 10 years ago

yes, "kitchen tool" works, as does "ingredient" KeywordData files missing right now:

tool tools ingredients origin country

Germandrummer92 commented 10 years ago

I'm closing this and opening a new Issue for the missing keywordData files.