Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Missxa bot merge #86

Open
wants to merge 164 commits into
base: devel
Choose a base branch
from
Open

Missxa bot merge #86

wants to merge 164 commits into from

Conversation

missxa
Copy link
Contributor

@missxa missxa commented Sep 16, 2018

based on DE + SM + BB finals state;
Changes:

  • abandoned ROS when using WildTalk -> using https://github.com/gongzhang/proc-bridge
  • improved RoboyQA (devo based):
    • reacting to jokes request
    • who are you/ who created you/ where can i see/meet you
    • no answer for general knowledge question -> avoid answer + say a random trivia fact
  • more sticker emotions,
  • reduced + moved to configs telegram IO delay,
  • added a few Neo4j relations (created by + media (telegram, fb..)
  • new phrases and question in verbalizer and resources,
  • proper sentence capitalization in utils (using in Telegram Output already)
  • added variability in botboy state (greeting)
  • probability-based offering of games,
  • shuffle random list

ninalovegood and others added 30 commits July 18, 2018 13:52
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.
Mireu and others added 9 commits September 10, 2018 16:18
* 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");
Copy link
Contributor

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?

Copy link
Contributor Author

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",
Copy link
Contributor

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?

Copy link
Contributor Author

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

@Aevyz Aevyz mentioned this pull request Sep 17, 2018
@Aevyz
Copy link
Contributor

Aevyz commented Sep 17, 2018

Additional TODO (s):

  • When Devel/Demolution is merged into this branch and Changes to API  #87 is too, change all references in docs from apikeys.yml to api.key

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants