-
Notifications
You must be signed in to change notification settings - Fork 6
Missxa bot merge #86
base: devel
Are you sure you want to change the base?
Missxa bot merge #86
Conversation
If STMT --> Use DBSTD otherwise SPA has succeeded
State's String emotion variable changed as RoboyEmotion emotion. Some emotions added to RoboyEmotion. DoYouKnowMath tutorial is changed due to new emotion usage. Documentation updated.
* Enabled ContextTest * Added ConversationManagementTest * Enabled VerbalizerTest * Improved documentation * Fixed minor mistake in config.properties logging section
…added a few Neo4j rel, proper sentence capitalization in utils, added variablility in botboy state, rarely asking to play akinator, new phrases and question in verbalizer and resources, shuffle random list
|
||
private SpeechAction greet(Interpretation interpretation){ | ||
return new SpeechAction(StatementBuilder.random(greetings)); | ||
} | ||
|
||
public static final RandomList<String> farewells = new RandomList<>( | ||
"ciao", "goodbye", "cheerio", "bye", | ||
"see you", "farewell", "bye-bye"); | ||
"ciao", "goodbye", "cheerio", "bye", "farewell", "bye-bye"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why see you is removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, cause we want to answer "where can i see you?" which would never get through
@@ -37,6 +37,7 @@ | |||
public static class Options { | |||
@Option(gloss = "What CoreNLP annotators to run") | |||
public List<String> annotators = Lists.newArrayList( | |||
"tokenize", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need tokenize twice?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@josephbirkner @Waguramu ?
git is the witness i havent touched that file :P
Additional TODO (s):
|
… into wacker-open-day
… into wacker-open-day
based on DE + SM + BB finals state;
Changes: