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

Editex groupings not correct #77

Open
alexanderamy opened this issue Aug 15, 2022 · 0 comments
Open

Editex groupings not correct #77

alexanderamy opened this issue Aug 15, 2022 · 0 comments

Comments

@alexanderamy
Copy link

Use of one-to-one mapping from chars to ints as implemented by letter_groups dict on lines 235-246 of editex.py does not allow for chars to be in multiple groups. For example, Z, which should be in groups 8 and 9 per page 4 of Phonetic String Matching: Lessons from Information Retrieval is only in group 9 in current implementation.

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