From 48ce19c111ba54b0c9ddacf097cd28a8bd1ef5f8 Mon Sep 17 00:00:00 2001
From: deyan
Date: Wed, 23 Oct 2024 10:19:55 -0400
Subject: [PATCH] reuse unknown concept definition in concept list-matching
explanation
---
src/intent.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/intent.html b/src/intent.html
index 26a7369..0858406 100644
--- a/src/intent.html
+++ b/src/intent.html
@@ -92,7 +92,8 @@ The Grammar for intentunknown concept is a concept not
- currently known to the AT. These will be treated the same as a [=literal=], spoken as-is.
+ currently known to the AT. These will be treated the same as a [=literal=], spoken as-is
+ after normalizing each of `-`, `_` and `.` to an inter-word space.
However, future updates of the AT and [=Intent Concept Dictionary=] may
include additional concepts, at which time those concepts may also receive special treatment.
@@ -252,10 +253,9 @@ Intent Concept Dictionaries
If a match is found, the speech hint in the list
should be used be used as a guide for the generation of suitable text
for the known concept.
- If the intent does not match any entries, then it is treated as
- Unknown concept names should be read as a literal after normalizing each of `-`, `_` and `.`
- to an inter-word space.
- Both known concepts and
+ Recall that any concept not currently known to the AT is an unknown concept
+ and treated as a literal.
+ Both known concepts and
unknown concepts should be read in a manner
consistent with any given or default fixity properties.