Skip to content

Commit

Permalink
final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
StoyanTinchev committed Mar 14, 2021
1 parent 8d7dcda commit 4af0a9c
Show file tree
Hide file tree
Showing 4 changed files with 801 additions and 203 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ def bot_speech_to_text_api(language, methods=['GET', 'POST']):


if __name__ == '__main__':
socket.run(app, debug=True)
socket.run(app, debug=False)
49 changes: 40 additions & 9 deletions misc/eco.phrases
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,37 @@ pre: society population
pre: happening happen
pre: increasing increase
pre: increased increase
pre: animal animals
pre: biodiversity animals
pre: feel belief
pre: think belief
pre: believe belief
pre: wish belief
pre: mother family
pre: mom family
pre: father family
pre: dad family
pre: sister family
pre: brother family
pre: wife family
pre: children family
pre: child family
pre: want desire
pre: need desire
pre: unhappy sad
pre: depressed sad
pre: sick sad
pre: elated happy
pre: glad happy
pre: better happy
pre: can't cannot
pre: everybody everyone
pre: nobody everyone
pre: noone everyone
pre: am be
pre: is be
pre: are be
pre: was be

post: am are
post: your my
Expand Down Expand Up @@ -124,7 +155,7 @@ key: alike 9
reasmb: Could here really be some connection ?

key: like 9
decomp: * @be * like *
decomp: * be * like *
reasmb: goto alike

key: my 8
Expand All @@ -133,7 +164,7 @@ key: my 8
reasmb: Earlier you said your (2) .
reasmb: But your (2) .
reasmb: Does that have anything to do with the fact that your (2) ?
decomp: * my * @family *
decomp: * my * family *
reasmb: Tell me more about your family .
reasmb: Who else in your family (4) ?
reasmb: Your (3) ?
Expand Down Expand Up @@ -176,37 +207,37 @@ y: remember 6
reasmb: goto what

key: i 5
decomp: * i @desire *
decomp: * i desire *
reasmb: What does (3) have to do with this discussion ?
reasmb: What would it mean to you if you got (3) ?
reasmb: Why do you want (3) ?
reasmb: Suppose you got (3) soon ?
reasmb: What if you never got (3) ?
reasmb: What would getting (3) mean to you ?
decomp: * i am * @sad *
decomp: * i am * sad *
reasmb: Can you explain what made you (3) ?
reasmb: I am sorry to hear that you are (3) .
reasmb: Do you think that coming here will help you not to be (3) ?
reasmb: I'm sure it's not pleasant to be (3) .
decomp: * i am * @happy *
decomp: * i am * happy *
reasmb: Can you explan why you are suddenly (3) ?
reasmb: How have I helped you to be (3) ?
reasmb: Has your treatment made you (3) ?
reasmb: What makes you (3) just now ?
decomp: * i was *
reasmb: goto was
decomp: * i @belief * i *
decomp: * i belief * i *
reasmb: Do you really doubt you (3) ?
reasmb: Do you really think so ?
reasmb: But you are not sure you (3) .
decomp: * i * @belief * you *
decomp: * i * belief * you *
reasmb: goto you
decomp: * i am *
reasmb: Do you enjoy being (2) ?
reasmb: Is it because you are (2) that you came to me ?
reasmb: How long have you been (2) ?
reasmb: Do you believe it is normal to be (2) ?
decomp: * i @cannot *
decomp: * i cannot *
reasmb: Do you really want to be able to (3) ?
reasmb: How do you think that you can't (3) ?
reasmb: Have you tried ?
Expand Down Expand Up @@ -259,7 +290,7 @@ key: noone 3
reasmb: goto everyone

key: everyone 3
decomp: * @everyone *
decomp: * everyone *
reasmb: Who do you think you're talking about ?
reasmb: Realy, (2) ?
reasmb: Surely not (2) .
Expand Down
Loading

0 comments on commit 4af0a9c

Please sign in to comment.