Uh oh!
There was an error while loading. Please reload this page.
Expand en_GB->en_US dictionary - #1480
Conversation
69b37c0 to
2f82274Comparewaldyrious
commented
Apr 10, 2020
Travis is complaining that the following words added to
What should I do? |
peternewman
commented
Apr 12, 2020
So those words aren't in aspell's dictionaries, even the US large one: Apart from a few are in the "larger" one (proveable, sanitisation, vectorise) and one in large (writeable). You can see we currently expect both the GB and US variants to be in aspell: So we can do some, all or none of these:
|
waldyrious
commented
Apr 12, 2020
Thanks for the clarifications. I have a few observations:
I'm confused — why would we expect the "err" part of the gb->us dictonary to be in the US aspell dictionary? By definition they would be expected in the GB dictionary instead. Of course, it would make sense to test the "corrections" words against the US aspell dictionary.
Yeah, this is what makes the most sense to me, although I have no strong objections to any of the other options, except "Remove some or all of the spelling check requirements for that dictionary". In any case, I'll defer to more experienced contributors to make the call. |
Also add missing misspellings /milimet(re|er)s?/ -> /millimet(re|er)s?/
2f82274 to
9c87b3aComparewaldyrious
commented
Apr 12, 2020
PS - checking the word list above against http://app.aspell.net/lookup?dict=en_GB-large led me to realize I had a typo in the dictionary! 😅 Where I wrote |
peternewman
commented
Apr 13, 2020
Sorry I wasn't very clear, we currently check against the "en" dictionary, which is a combination of en-GB, en-US (as well as Canadian and Australian):
I.e. we're already doing that.
|
peternewman
commented
Apr 13, 2020
Ah, well that would suggest that either splitting into a GB-US-rare dictionary, and/or using a bigger source dictionary would be wise, so we could pay more attention to the edge cases in that rare dictionary which aren't being sanity checked by aspell. |
waldyrious
commented
Apr 13, 2020
I'm a bit out of my depth here, so I'll wait for you guys to decide how to proceed :) |
peternewman
commented
May 11, 2020
Given this has slightly stalled for now @waldyrious , do you want to either create a new PR or edit this one to just have the words that pass the existing Travis checks until we work out what to do, or until I get #1485 in, which would probably work around most of these issues? |
waldyrious
commented
May 16, 2020
@peternewman sure, done. |
peternewman
commented
May 18, 2020
Thanks. Please open a new one with all the more complicated edge cases in too. |
waldyrious
commented
Jun 12, 2020
@peternewman, should I wait until #1485 is done to do so? |
peternewman
commented
Jun 12, 2020
I'd probably open it so we don't forget about the words @waldyrious |
waldyrious
commented
Jun 12, 2020
Ok, I've opened #1562. |
Based on the resources collected at #103.
I made my best effort to make this exhaustive regarding all the pairs listed in that thread and in the pages linked from it, so I suppose this PR closes#103.