| 
		
 
    			
                        
       			Friday, April 23, 2004 ::: "If a thing is worth doing, it is worth doing badly."
 
 GK Chesterton
 
 First off: I don't really believe that Chesterton was offering a carte
 blanche excuse to do a crummy job.  But I understand that, as is noted
 on www.chesterton.org, he
 
 
 
consistly defended the amateur against the professional, or the
 "generalist" against the specialist, especially when it came to "the
 things worth doing."
 
 
 So, GKC advises that we shouldn't abdicate our responsibility to do
 the things worth doing, "writing one's own love letters and blowing
 one's own nose."  Still, I think of these words as a "second motto" in
 my projects to develop Klingon translation programs*.  My programs are
 fast, and easy to use - but take a brute force approach that isn't
 very elegant.
 
 So, do I think Chesterton's words justify the violence I've done to
 the Klingon language?  No, but let me continue in my curious defense
 all the same.
 
 I know a little about a number of things.  Lots of things: languages,
 rockets, shortwave radio, slide rules, the Bible, computer
 programming, web pages, and astronomy, to name a few.  Jack of all
 trades, etc., if you will.  Among those things, I guess I've become an
 amateur linguist, and I've made do in my own way studying, translating
 and programming Alien languages.
 
 One of those languages is Klingon, or tlhIngan Hol, the language of
 the well known and warlike race from Star Trek.  It is, as I like to
 say, a real language, at least in the same way the Disneyland is a
 real place.  (As a I say, "just because somebody made it up, doesn't
 mean it isn't real."
 
 
 The nature of this language is different from other artificial
 languages, because it was made to be like a natural language, not as a
 streamlined vehicle of universal communication, like Esperanto.  It
 was NOT developed to promote world (cosmic?) peace, but to function
 like a language developed over time by a rather brutal and warlike
 race.
 
 Frequently out in the corners of cyberspace people argue about things
 like Klingon, and enthusiastic newcomers wander by.  Desperate to
 learn and use this tongue they hash out a phrase or two - some well,
 most not so good.  The worst cases barely have any idea of how the
 language works - probably they are just paging through the dictionary,
 
 
 or Klingon web page, and have a list of a few words they try to use.
 Met with scorn, the Klingonists tell them "Klingon isn't just coded
 English."
 
 Fine.  They're right, but they don't take into account that, should we
 have a future where aliens and humans are interacting a pidgin
 language would spring up, one which would function as a "coded
 English".  And generations of Star Trek fans expect that alien and
 human languages should be seamlessly translated back and forth.
 
 So, one day, I again saw someone reply along the lines of "Klingon
 isn't coded English" and thought, "why not?"  I wondered what would
 happen if someone (me) wrote a program that facilitated that approach?
 One of my motivations was to have a tool to hand off to the marginally
 interested - I wanted to say, "hear, run it through the Universal
 Translator yourself."
 
 Except I wasn't quite that bold - I call my tool UTA, the Universal
 Translator Assistant.  That last word is my way of saying, "use this
 to look words up to ASSIST your translation efforts."  The UTA program
 does not - CANNOT translate. All it does is map words from one
 language to another.  (see http://uta.mrklingon.org)
 
 
 There are three steps to programming UTA
 
 
 1. Choose a source language text to use.  (I used passages from the Bible)
 
 2. Reduce it to a list of all unique words.
 
 3. Translate each word into the target language to have a
 word-for-word mapping
 
 
 As noted, the UTA program does not - CANNOT translate. All it does is
 map words from one language to another.  Early in the history of MT
 (machine translations) this idea was easily disproved.  Here is an
 experiment - if you use UTA to "translate"
 
 
 I do not like you
 
 
 
 into Klingon.  You will get:
 
 
 
 jIH ta' ghobe' rur SoH
 
 
 
 That seems great, and it almost translates back exactly.  Translate it
 back and you get "I do neither like you".
 
 No one  of the translation words is wrong:
 
 jIH = I, I am
 
 ta'  = do, accomplish
 
 ghobe' = no, not
 
 rur = resemble, be like
 
 SoH = you, you are
 
 
 But it doesn't fit together at all as grammatical Klingon.  Besides
 the meaning for "like" UTA has is "resemble", not the sense of
 affection or  friendship.
 
 The best this could mean in tlhIngan Hol is
 
 "He accomplishes I. You resemble no."
 
 More likely it would be seen as what it is: NONSENSE. True Klingon for
 "I do not like you" is far simpler:
 
 qapar : qa- (I-you) par (dislike)
 
 In experimenting I've found that the translation to-and-back from
 Klingon often "sounds" like English from a non-native speaker.  The
 kind of language that forms that pidgin getting-by tongue that springs
 up:
 
 
a lingua franca that is not the mother tongue of anyone using
 it and that has a simplified grammar and a restricted, often
 polyglot vocabulary.
 http://www.bartleby.com/65/pi/pidgin.html
 
 
 So I've got this program - it is a fast compromise for people who
 wonder "what does that look like in Klingon".  I've written versions
 in BASIC, C, Perl, Javascript, Java and Visual Basic.  I've applied it
 to web pages, songs and newspapers.  It meets a need - albeit an
 esoteric one.  For me, studying Klingon has been a useful way to learn
 a lot of things about linguistics.  It is also a great project to pull
 out when I'm learning or experimenting with yet another computer
 language.
 
 
 I've also learned over my years as a Klingonist is that although many
 people are INTERESTED in Klingon, not many are VERY interested.  There
 is a very short distance from the point of "oh, that is interesting,"
 to the moment their eyes glaze over.  That is where the UTA program is
 a quick answer.  "You want to see something in Klingon?  Here, use
 this program."  Yes, I know it isn't grammatical Klingon, but
 sometimes.... "If a thing is worth doing, it is worth doing badly."
 
 
 
 
 
 
 *First motto of the Universal Translator Assistant Project:
 Using the technology of today to bring the theories of yesterday to
 the languages of tomorrow
 
 
 
 
 ::: posted by Joel at 4:03 PM
 
  
 |