Skip to content

treat seeked as a valid word #1273

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

Open
1 task done
kemingy opened this issue Apr 8, 2025 · 5 comments
Open
1 task done

treat seeked as a valid word #1273

kemingy opened this issue Apr 8, 2025 · 5 comments
Labels
A-dict S-triage Status: New; needs maintainer attention.

Comments

@kemingy
Copy link

kemingy commented Apr 8, 2025

Please complete the following tasks

Valid word

seeked

Incorrect correction

sought

Justification

As mentioned in #1231, seeked is not a grammatically correct form, but it's widely used in programming-related files.

"to seek" -- (1) to search for something. Past tense "sought". (2) To
index into a resource, as in jumping to a time in a video file or a
record in a data stream. Past tense "seeked".

cc @dmtrKovalenko

Notes

No response

@kemingy kemingy added A-dict S-triage Status: New; needs maintainer attention. labels Apr 8, 2025
@epage
Copy link
Collaborator

epage commented Apr 9, 2025

Going through my normal checks:

google ngram

google trends

Meriam webster doesn't recognize seeked

OED's search lists it as variant of seek but all the details for seek to get more context seem to be behind a paywall.

varcon doesn't seem to acknowledge seek as a local variant.

@epage
Copy link
Collaborator

epage commented Apr 9, 2025

For most contexts, seeked does not seem valid enough to be allowed. However, seeked event does give reason to reconsider.

Similarly, seek is a common function name (Rust, Python) and it can be natural to do seek()ed and maybe turn that into "seeked", kind of like hardlinked and alloced
https://github.com/crate-ci/typos/blob/master/crates/typos-dict/assets/allowed.csv

I'm not sure enough to make an immediate determination on this though.

@kemingy
Copy link
Author

kemingy commented Apr 10, 2025

I also searched on GitHub:

@dmtrKovalenko
Copy link

dmtrKovalenko commented Apr 10, 2025

I think this is generally a dilemma of the contest specific correction. As a form of the past tense of the word “seek” the “seeked” would be grammatically wrong, but as a past tense of the seek meaning specifically to seek a time in a player ui — totally okay because the seek in this context has its own kind of meaning.

@szepeviktor
Copy link
Contributor

I keep a small dictionary in my default typos config file.

You cannot stop programmers living in a subculture!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dict S-triage Status: New; needs maintainer attention.
Projects
None yet
Development

No branches or pull requests

4 participants