Toki Pona language : Toki Pona |
||||
|
the language of good Toki Pona is a constructed language designed by Sonja Kisa. It was first published online in the summer of 2001. It isn't designed as an international auxiliary language, but instead designed around a Daoist philosophy of life. As a language designed to shape the thought processes of its users, it resembles George Orwell's invented language Newspeak. As a simple language with minimal phonology and vocabulary, it resembles Furbish[?] or Lapine[?].
PhonologyToki Pona is phonetically minimal. Its system sounds similar to that of Japanese but lacks distinctive voicing, geminate consonants, long vowels, and palatal clusters. (This isn't how the syllables are presented in the official lessons, but it shows the parallels to better-known CV(n) languages.) It also lacks diphthongs.
a e i o u Toki Pona 'u' may be rounded or unrounded.
ka ke ki ko ku
sa se si so su
ta te to tu 'ti' has fallen into 'si'.
na ne ni no nu
pa pe pi po pu
ma me mi mo mu
ja je jo ju 'j' == IPA [j] (En <y>). 'ji' has fallen into 'i'.
la le li lo lu
wa we wi 'wu' and 'wo' have fallen into 'u' and 'o'.
n syllable-final
Within a word, syllable-final n cannot precede a nasal consonant (n or m), and a syllable without an initial consonant can only appear as the first syllable of a word. Sandhi effects change the pronunciation of np (but not its spelling) to [mp] or [mb]. Generally, words are accented on the first syllable. More to come later.
SyntaxSVO typology.
sentence => sentence-adverb subject predicate sentence-adverb => (phrase "la") | "" subject => "mi" | "sina" | (phrase "li") predicate => phrase (Somebody with more experience in BNF should fix this.)
NounsNo proper nouns. Instead, names of people and places are modifiers.
AdjectivesToki Pona noun phrases are head-initial, meaning that the modified word comes before the modifiers. Order of operations is completely opposite to that of Lojban. In Toki Pona, "N A1 A2" (where N represents a noun and A1 and A2 represent modifiers) is parsed as ((N A1) A2), that is, an A1 N that is A2. This can be changed with the particle pi = "of".
VerbsSome verbs, such as tawa = "to go", are treated as prepositions and do not take e before their direct objects.
VocabularyThe 117-word vocabulary is designed around the principles of living a simple life without the complications of modern civilization. The words generally come from English, Tok Pisin, Finnish, Georgian, Dutch, Acadian French, Esperanto, Croatian, Chinese (Mandarin and Cantonese). Some words have archaic synonyms because they were changed to avoid a potentially confusing minimal pair. For instance, ona = "he, she, it" used to be iki (which sounds a bit like ike = "bad") See also: Common phrases in different languages
NumbersWell-known languages generally have a O(log n) way of expressing the natural number n. Toki Pona, on the other hand, has words only for "one" (wan), "two" (tu), "five" (luka, which also means "hand"), and "many" (mute), and these words are additive. For example, thirteen is mute or luka luka tu wan. Expressing specific numbers greater than twenty in such an O(n) system is uncommon. Below is a Scheme program that translates a number into thisn'tation.
;;; int->tokipona
;;; Scheme code to return the name of a positive integer
;;; in the Toki Pona language.
;;; By Damian Yerrick (jan Tepo li pali e ni)
(define int->tokipona
(letrec ((iter
(lambda (n)
(cond
((>= n 5) (cons "luka " (iter (- n 5))))
((>= n 2) (cons "tu " (iter (- n 2))))
((>= n 1) '("wan "))
(else '())))))
(lambda (n)
(apply string-append (iter n)))))
This is a Befunge program that does the same thing, by Lament (jan Nikita): &>:!#@_:4`#v_1-:#v_0"naw">:#,_@ >^#<$:-1$<@>:4+>$0" akul">:#,_v $5-^>:#,_^#:"tu "<<(c) Lament>> Note: When LittleDan tested this program, it only worked for numbers 1-5.
LiteratureToki Pona's literature currently consists of proverbs, sections of religious texts, and some poetry. There are currently 10-20 speakers, mostly living in North America.
These samples reflect an old version of Toki Pona.
Sample of The Lord's Prayer: (Listen to MP3 audio (http://www.wikipedia.com/upload/mamapimimute.mp3))
mama pi mi mute
Sample of the Tower of Babel story: (Listen to MP3 audio (http://www.tokipona.org/kalama/pape.mp3))
ma tomo Pape
External links
|
||||
Find your way back! |
||||