|
|
|
|
|
by alpaca128
1971 days ago
|
|
> a screen reader has no more or less information than a human reader. Indeed, so why not let the human writer clarify it? Why do you prefer a resource intensive guessing algorithm that will
never have a 100% accuracy over just having an annotation that
takes less than 10 bytes and is trivial to parse? In my opinion there's no reason to even consider the first
option, especially with gemini's focus on simplicity in mind.
This "what can another little JS library hurt" attitude is what
lead to gemini in the first place. Add language inference heuristics to cover all kinds of formats
and now you've got a dependency. Then some people need different
settings so you add config files and parsers/dependencies for
those. At some point you update the model and now it can't
properly differentiate Mandarin, Cantonese and short Japanese
phrases anymore. You start adding cross-platform support and
other features, and now some people say it's too slow on their
Raspberry Pi Zero setup. Bloggers complain as they have to
rearrange some quotes via trial-and-error so the heuristics pick
up the correct language. Unfortunately that makes it worse for
people running the older version 0.7. After this rant it should be obvious, but: I prefer just adding
a ["en"] or similar and stop worrying about it. |
|