in reply to Re^3: Perl module documentation language conventions
in thread Perl module documentation language conventions
But there are so many differences in languages. Thai and Lao, for example, simply do not have all of the vocabulary which English has, including a number of the key "glue" words that give basic structure to the grammar. For some examples, the following words have no translation equivalent: of, lest, neither, nor, either, never, etc. There is no such thing as verb conjugations, so certain concepts, such as the future perfect tense in English, are not translatable. There is no such thing as plurals, so distinguishing between a singular form and a plural form requires additional words. There is no such thing as articles (a, an, the), but there is such a thing as a noun classifier word, which varies by item and has no English equivalent.
Some words are surprisingly absent, seemingly along with their entire concept: ignore/ignorance, brother/sister (must specify if older/younger), sibling, parent (must specify father/mother), etc., and some words diverge that are unified in English, such as grandfather/grandmother (two words, one for paternal, one for maternal). Machine translation cannot possibly add information that did not previously exist in the source language, but it is forced to guess; so "brother" becomes "younger brother" and "grandma" becomes "mother's mother," etc. when translating from English. Even a human translator is forced to make these same calls, of course, so this is not a criticism of the machine translation so much as of the potential accuracy for such a translation in the first place. The machine will not ask for clarifications as a human translator might, where the opportunity exists.
The lack of the word "of" is one that irritates me. Bible translations here, for example, may translate "And he that taketh not his cross, and followeth after me, is not worthy of me" (Matthew 10:38) to something like "the one who does not receive his cross and follow me is not worthy." The "of me" is simply not translated, because...what else would it be? "for me"? "to me"? "from me"? "about me"? "by me"? "in me"? This issue with the Biblical translation holds true with multiple Asian languages, including Thai, Lao, Malay, and Bengali--none of these languages has a true equivalent for "of."
Blessings,
~Polyglot~
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Perl module documentation language conventions
by Jenda (Abbot) on Oct 24, 2023 at 14:28 UTC | |
by Polyglot (Chaplain) on Oct 24, 2023 at 23:30 UTC | |
by Jenda (Abbot) on Oct 25, 2023 at 10:54 UTC | |
by Polyglot (Chaplain) on Oct 25, 2023 at 12:06 UTC |