You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something is odd. Its finding longer paths than it should..
so this is in our csv table for "17a MESSAGES index" in scanning 30
Word/Phrase
go away
it's important
I need more time
let's go
yes
what's that?
I don't understand
I don't know
no
something is wrong
I need help
I want to go
tell me yes or no
I want to ask a question.
That's not what I meant
my name is
I live in
I am ... years old
what's your name?
where do you live?
I like talking to you
and this is in our output
python Grid-FindPathForSentence.py gridset_data.csv "What colour eyes do you have ?" --spelling-page "18e SPELLING qwerty phonics keyboard" --input_technique directz§
Sentence Analysis:
Direct Lookup for 'what':
Path: 01 CORE pg1 TEEN -> 17a MESSAGES index
Effort: 1.94
Number of Alternative Paths: 63
Hits Range for Alternative Paths: min 2 - max 9
Whats the problem?
Well its found 'What' as part of the sentence "I want to go" and "not what I meant"
That isn't quite right. It should be finding the whole word first then fuzzy matching - if at all. I think we should only fuzzy match ONLY if there is no single whole find of the word (or a difference by 1 or 2 letters eg "Whats? and What! and What's" would be ok as a second guess
The text was updated successfully, but these errors were encountered:
Something is odd. Its finding longer paths than it should..
so this is in our csv table for "17a MESSAGES index" in scanning 30
Word/Phrase
go away
it's important
I need more time
let's go
yes
what's that?
I don't understand
I don't know
no
something is wrong
I need help
I want to go
tell me yes or no
I want to ask a question.
That's not what I meant
my name is
I live in
I am ... years old
what's your name?
where do you live?
I like talking to you
and this is in our output
python Grid-FindPathForSentence.py gridset_data.csv "What colour eyes do you have ?" --spelling-page "18e SPELLING qwerty phonics keyboard" --input_technique directz§
Sentence Analysis:
Direct Lookup for 'what':
Whats the problem?
Well its found 'What' as part of the sentence "I want to go" and "not what I meant"
That isn't quite right. It should be finding the whole word first then fuzzy matching - if at all. I think we should only fuzzy match ONLY if there is no single whole find of the word (or a difference by 1 or 2 letters eg "Whats? and What! and What's" would be ok as a second guess
The text was updated successfully, but these errors were encountered: