Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid3: Grid-FindPathForSentence.py #4

Open
willwade opened this issue Dec 7, 2023 · 0 comments
Open

Grid3: Grid-FindPathForSentence.py #4

willwade opened this issue Dec 7, 2023 · 0 comments

Comments

@willwade
Copy link
Contributor

willwade commented Dec 7, 2023

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

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

No branches or pull requests

1 participant