Skip to content

Lab1 submission#11

Open
guscaroot wants to merge 6 commits intoGU-CLASP:mainfrom
guscaroot:main
Open

Lab1 submission#11
guscaroot wants to merge 6 commits intoGU-CLASP:mainfrom
guscaroot:main

Conversation

@guscaroot
Copy link

No description provided.

guscaroot and others added 6 commits September 18, 2025 16:40
dme.test:
added 2 tests for Friday case and Tuesday case

is.ts
added predicate booking_day, individuals friday and tuesday
+ added findout(WHQ("booking_day")) in the domain / plan
+ modified the consultDB in database to incorporate the conditions linked to day

nlug.ts
extended nluMapping and nlgMapping to include question and answer about day
dme.test.ts:
commented out the initial test with course only
removed the punctuation marks in the given answers "Friday" and
"Tuesday"

is.ts:
removed useless comments
dme.test:
added the test "negative system contact feedback"

types.ts:
added new move types "noInput" and "noInputFeedback" in OtherMove

rules.ts:
added rule select_noInput_feddback (rule 3.9 in Larsson 2002)

nlug.ts:
extended nlgMapping for move type noInputFeedback
extended nluMapping for move type noInput

isu.ts:
defined the action to get the correct move when Speechstate returns “ASR_NOINPUT”

dme.ts:
in state SelectMove added a line for the new rule
dme.test.ts:
added the test "Negative system contact feedback + re-ask previous question"

rules.ts:
modified rule select_noInput_feedback to include the qud in next_moves
dme.test.ts:
added period after "I didn’t hear anything from you" to get the correct result when joining the string with another move's string

nlug.ts:
added period after "I didn’t hear anything from you" in nlgMapping

rules.ts:
modified the condition (if latest move type = noInput) to handle the case where there is no latest move

dme.ts:
modified priorities in state SelectMove to first apply rule select_noInput_feedback
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.

Well done!

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