the personal boundary reads the day-word frame too (V-553)
The topic seeds let "какой сегодня праздник" and "что интересного произошло сегодня в мире" past the weather source, and the personal boundary refused them one source further down: "не знаю — не нашла у тебя такой записи" about a public holiday. Same defect, same mechanism, one layer lower. "что у меня сегодня" is a personal seed and worldSeeds had nothing in that frame. Two seeds fix it. TestONNXPersonalBoundary 22/22 -> 25/25, nothing regressed.
This commit is contained in:
@@ -88,6 +88,12 @@ var worldSeeds = []string{
|
||||
"во сколько сегодня открывается магазин",
|
||||
"когда сегодня начинается матч",
|
||||
"во сколько сегодня восход солнца",
|
||||
// The other frame a day word carries, and the same story: "что у меня
|
||||
// сегодня" is a personal seed, so "какой сегодня праздник" and "что
|
||||
// интересного произошло сегодня в мире" were refused as his after the
|
||||
// topic seeds had already let them past the weather source.
|
||||
"какой сегодня курс валют",
|
||||
"что сегодня происходит в мире",
|
||||
}
|
||||
|
||||
// personalBoundary holds the embedded seeds. Zero value is usable and means
|
||||
|
||||
Reference in New Issue
Block a user