Jaume Ortolà
Jaume Ortolà
https://github.com/Common-Voice/common-voice-wiki-scraper/blob/a23abced7713c2260f78fc77252727fe719d6eca/src/checker.rs#L37 Here you split words just around white spaces. You should use word boundaries instead (in regexp: \b, or something equivalent like common separators). Otherwise, the word is not detected...
A -> de. Via David Cànovas. ``` por a contradictori a escapar a fer cas a fer cas omís a DONE fer esment/menció a DONE rebuig a repàs a treure...
(Related to https://github.com/languagetool-org/languagetool/issues/10721) There is a file that suggests replacements for American -> British words in the en-GB variant: https://github.com/languagetool-org/languagetool/blob/master/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/en-GB/replace.txt ``` automaker=carmaker garbage=rubbish ``` But it works only partially. It...