Skip to content

Lab1 Submission#14

Open
lealimarco wants to merge 3 commits intoGU-CLASP:mainfrom
lealimarco:lealimarco-lab1-1
Open

Lab1 Submission#14
lealimarco wants to merge 3 commits intoGU-CLASP:mainfrom
lealimarco:lealimarco-lab1-1

Conversation

@lealimarco
Copy link

Task 1, 2a, 2b, 2c, 3

Copy link
Member

@vladmaraev vladmaraev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see my comments regarding the task 2c. In addition, please provide some information of what you had implemented for task 3 (either as a comment or even better as a test case).

});


describe("Repeated no-input provides answer (Task 2c)", () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please implement the test where the system reaches the "final" state, i.e. provides information about the room.

bel: Proposition[];
last_no_input?: boolean;
no_input_count?: number;
no_input_processed?: boolean; // Added for Task 2c: Prevent multiple rule applications
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if you understood the task 2c correctly. I meant that there you just need to ensure that if user correctly provides information (i.e. about the day) after several ASR_NOINPUTs system will still return correct information (i.e. the room number).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants