Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatters update #457

Open
wants to merge 48 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
ccfb1d4
Add modifications for formatters
NeoIsALie May 13, 2023
25ca84f
Fix codestyle warnings
NeoIsALie May 15, 2023
a340d5e
fixed formatter name in configs
NeoIsALie May 15, 2023
2fad782
Add unified formatter
NeoIsALie May 25, 2023
a763a87
Add rewrite formatters for services
NeoIsALie May 25, 2023
bb9cb45
Reduce formatter number, merge them into unified formatter
NeoIsALie May 25, 2023
398e090
Rewrite formatters
NeoIsALie May 26, 2023
8ba546d
get rid of small alike functions
NeoIsALie Jun 5, 2023
0a450f9
move formatter to utils
NeoIsALie Jun 7, 2023
380bc61
Move fact retrieval formatter to dream formatter
NeoIsALie Jun 9, 2023
265d754
Add more formatters to dream_formatter
NeoIsALie Jun 19, 2023
64bc104
Deleted unused imports
NeoIsALie Jun 19, 2023
8fba241
Add pr modifications
NeoIsALie Jul 3, 2023
0db1bdc
Add small change to launch tests
NeoIsALie Jul 7, 2023
f20419b
return hypotheses_list
NeoIsALie Jul 12, 2023
f451c08
return deleted hypotheses_list
NeoIsALie Jul 12, 2023
84edaba
return propmts_goals formatter
NeoIsALie Jul 13, 2023
d1fa125
Add small fixes
NeoIsALie Jul 24, 2023
9073bee
Return prepare_el_input
NeoIsALie Aug 9, 2023
50cecf3
Add lambda_keys for one expression functions
NeoIsALie Aug 18, 2023
3ea7789
fix linter errors
NeoIsALie Aug 18, 2023
8a2e651
fix linter errors
NeoIsALie Aug 18, 2023
85107c8
fix lambda functions call
NeoIsALie Aug 18, 2023
9e6a38c
add function calls with additional params
NeoIsALie Aug 18, 2023
395bdcc
fix error with gast library
NeoIsALie Aug 21, 2023
6b85e5d
small addition to run tests
NeoIsALie Aug 21, 2023
dc8e9b8
fix dictionary key get error
NeoIsALie Aug 22, 2023
7b9c6c6
fix naming error
NeoIsALie Aug 22, 2023
be73c06
move image captioning to dream_formatter
NeoIsALie Aug 22, 2023
ea6a920
fix key error in dialog
NeoIsALie Aug 22, 2023
483857d
fix linter errors
NeoIsALie Aug 22, 2023
a6e7105
fix utterance attribute errors
NeoIsALie Aug 22, 2023
3ef00f6
Add type annotations
NeoIsALie Aug 22, 2023
12f7464
fix preprocess params extraction
NeoIsALie Aug 22, 2023
a0ad0c2
Fix linter errors
NeoIsALie Aug 22, 2023
7467b81
Fix eliza formatter
NeoIsALie Aug 22, 2023
e95f1c0
fix convert personality extractor error
NeoIsALie Aug 23, 2023
e7c0476
refactor dream_formatter to improve params extraction
NeoIsALie Aug 23, 2023
0d92ff3
fix tokenized_sentences extraction
NeoIsALie Aug 23, 2023
9279739
Fix utterances_histories func
NeoIsALie Aug 24, 2023
07e3783
fix linter errors
NeoIsALie Aug 24, 2023
58b9181
Fix annotations attributes extraction
NeoIsALie Aug 24, 2023
6228532
remove service_name where not necessary
NeoIsALie Aug 24, 2023
50548bd
fix get_annotation error
NeoIsALie Aug 24, 2023
fb7f6f5
Add modifications after review
NeoIsALie Sep 30, 2023
439a509
Revert context_formatter
NeoIsALie Oct 23, 2023
29aa457
Revert sentseg formatters
NeoIsALie Oct 24, 2023
9405161
Fix formatters error by reverting
NeoIsALie Oct 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions annotators/SentSeg/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ sentry-sdk==0.12.3
jinja2<=3.0.3
Werkzeug<=2.0.3
protobuf<4
gast==0.2.2
4 changes: 2 additions & 2 deletions assistant_dists/dream_alexa/pipeline_conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@
"class_name": "skills.alexa_handler.connector:AlexaHandlerConnector"
},
"dialog_formatter": "state_formatters.dp_formatters:last_utt_dialog",
"response_formatter": "state_formatters.dp_formatters:cobot_qa_formatter_service",
"response_formatter": "state_formatters.dp_formatters:cobot_asr_formatter_service",
"previous_services": [
"skill_selectors"
],
Expand Down Expand Up @@ -862,7 +862,7 @@
"url": "http://misheard-asr:8033/misheard_respond"
},
"dialog_formatter": "state_formatters.dp_formatters:utt_sentrewrite_modified_last_dialog",
"response_formatter": "state_formatters.dp_formatters:misheard_asr_formatter_service",
"response_formatter": "state_formatters.dp_formatters:cobot_asr_formatter_service",
"previous_services": [
"skill_selectors"
],
Expand Down
4 changes: 2 additions & 2 deletions assistant_dists/dream_sfc/pipeline_conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@
"class_name": "skills.alexa_handler.connector:AlexaHandlerConnector"
},
"dialog_formatter": "state_formatters.dp_formatters:last_utt_dialog",
"response_formatter": "state_formatters.dp_formatters:cobot_qa_formatter_service",
"response_formatter": "state_formatters.dp_formatters:cobot_asr_formatter_service",
"previous_services": [
"skill_selectors"
],
Expand Down Expand Up @@ -935,7 +935,7 @@
"url": "http://misheard-asr:8033/misheard_respond"
},
"dialog_formatter": "state_formatters.dp_formatters:utt_sentrewrite_modified_last_dialog",
"response_formatter": "state_formatters.dp_formatters:misheard_asr_formatter_service",
"response_formatter": "state_formatters.dp_formatters:cobot_asr_formatter_service",
"previous_services": [
"skill_selectors"
],
Expand Down
2 changes: 1 addition & 1 deletion components/CGfUfSJOGK2diPRLlsXYFA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ connector:
protocol: python
class_name: skills.alexa_handler.connector:AlexaHandlerConnector
dialog_formatter: state_formatters.dp_formatters:last_utt_dialog
response_formatter: state_formatters.dp_formatters:cobot_qa_formatter_service
response_formatter: state_formatters.dp_formatters:cobot_asr_formatter_service
previous_services:
- skill_selectors
required_previous_services: null
Expand Down
2 changes: 1 addition & 1 deletion components/uBfG9guHvNVxErmJ3QZxw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ connector:
timeout: 2.0
url: http://misheard-asr:8033/misheard_respond
dialog_formatter: state_formatters.dp_formatters:utt_sentrewrite_modified_last_dialog
response_formatter: state_formatters.dp_formatters:misheard_asr_formatter_service
response_formatter: state_formatters.dp_formatters:cobot_asr_formatter_service
previous_services:
- skill_selectors
required_previous_services: null
Expand Down
Loading
Loading