Skip to content

detect unnecessary plurals / honorifics

Valentyne Stigloher requested to merge 204-check-pronouns-config into main

currently only the tests because I suspect that some languages simply miss examples

issue locales resolution
config.pronouns.plurals === true but no plural examples nl, no, sv, vi, ar, ja, zh talk to them and ask whether examples are missing or configuration is wrong
config.pronouns.honorifics === false but examples with honorifics ko set config.pronouns.honorifics = true
superfluous columns in pronouns/examples.tsv (no biggy, but should be removed imho to have no cognitive dissonance) es, eo, et, fr, gl, he, it, lad, pt, ro, ru, ua, yi, tok remove the columns

@Avris do you agree with the resolutions? or should I just set config.pronouns.plurals = false for the locales in the first row? e.g. I’m quite sure that Dutch nl has plural verb conjugations so I’d prefer to ask people

Closes #204 (closed)

Edited by Valentyne Stigloher

Merge request reports