Soundex incorrect calculation #7

Closed
opened 2025-03-27 21:36:31 +00:00 by import_user_linuxgoose_QAg4 · 3 comments
import_user_linuxgoose_QAg4 commented 2025-03-27 21:36:31 +00:00 (Migrated from gitlab.com)

Pfister is being calculated as P123 but should be P236: https://en.wikipedia.org/wiki/Soundex

Pfister is being calculated as **P123** but should be **P236**: https://en.wikipedia.org/wiki/Soundex
import_user_linuxgoose_QAg4 commented 2025-03-27 21:36:31 +00:00 (Migrated from gitlab.com)

assigned to @linuxgoose

assigned to `@linuxgoose`
import_user_linuxgoose_QAg4 commented 2025-03-27 22:54:50 +00:00 (Migrated from gitlab.com)

Stems from the current logic not dropping all instances of the first letter's code from the first n letters in the word.

Stems from the current logic not dropping all instances of the first letter's code from the first _n_ letters in the word.
import_user_linuxgoose_QAg4 commented 2025-03-27 22:56:39 +00:00 (Migrated from gitlab.com)

mentioned in merge request !9

mentioned in merge request !9
import_user_linuxgoose_QAg4 (Migrated from gitlab.com) closed this issue 2025-03-27 23:13:30 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: linuxgoose/linguistics-robin#7
No description provided.