lipu-sona/pages/tokipona/1.md

73 lines
2.1 KiB
Markdown
Raw Normal View History

2020-03-17 16:05:14 +03:00
% toki pona page 1 - basic sentences
2020-03-15 22:59:02 +03:00
% /dev/urandom
% march 2020
2020-03-17 16:05:14 +03:00
The vocabulary for this page:
2020-03-15 22:59:02 +03:00
2020-03-17 16:05:14 +03:00
| word | meaning | derived from |
|-------|---------------------------------|------------------------------|
| mi | i, me, us | Esperanto "mi" (I, me) |
| sina | you | Finnish "sinä" (you) |
| ona | he, she, they, it | Serbo-Croatian "ona" (she) |
| li | (between subj. and verb/adj.) | Esperanto "li" (he) |
| pona | good, simple, to improve, to fix| Esperanto "bona" (good) |
| ike | bad, evil, complex, unnecessary | Finnish "ilkeä" (bad) |
| suli | big, great, important, to grow | Finnish "suuri" (big, great) |
| lili | small, few, young, to shrink | Tok Pisin "liklik" (small) |
| kili | fruit, vegetable, mushroom | Georgian "xili" (fruit) |
| soweli| land mammal, animal | Georgian "cxoveli" (beastly animal)|
2020-03-15 22:59:02 +03:00
2020-03-17 16:05:14 +03:00
Let's start with the most basic sentence structure in toki pona:
2020-03-15 22:59:02 +03:00
2020-03-17 16:05:14 +03:00
> [noun] li [noun / adjective].
2020-03-15 22:59:02 +03:00
2020-03-17 16:05:14 +03:00
In English, this would mean:
2020-03-15 22:59:02 +03:00
2020-03-17 16:05:14 +03:00
> [Noun] is (a) [noun].
2020-03-15 22:59:02 +03:00
2020-03-17 16:05:14 +03:00
or
2020-03-15 22:59:02 +03:00
2020-03-17 16:05:14 +03:00
> [Noun] is [adjective].
2020-03-15 22:59:02 +03:00
2020-03-17 16:05:14 +03:00
For example:
2020-03-15 22:59:02 +03:00
2020-03-17 16:05:14 +03:00
> ona li suli. - (He/she/it/they) is (big/great/important).
2020-03-15 22:59:02 +03:00
2020-03-17 16:05:14 +03:00
As you can see, a single word can have multiple related meanings. In practical
usage, both "ona" and "suli" will be more clear based on context.
2020-03-15 22:59:02 +03:00
2020-03-17 16:05:14 +03:00
> kili li pona. - (Fruit/vegetable/mushroom)(s) (is/are) good.
2020-03-15 22:59:02 +03:00
2020-03-17 16:05:14 +03:00
And in this case, it doesn't make a lot of sense to use any meaning of "pona"
other than "good".
2020-03-15 22:59:02 +03:00
2020-03-17 16:05:14 +03:00
There is one exception to the rule. If the subject is "mi" or "sina", then it is
not necessary to add the word "li". So, instead of
2020-03-15 22:59:02 +03:00
2020-03-17 16:05:14 +03:00
> sina li suli. - You are important.
2020-03-15 22:59:02 +03:00
2020-03-17 16:05:14 +03:00
it's
2020-03-15 22:59:02 +03:00
2020-03-17 16:05:14 +03:00
> sina suli. - You are important.
## Exercises
Now, how would you express the following ideas?
* Animals are important.
* He is little.
* I am great.
* It is a dog.
* You are bad.
<a name="answers" href="#answers" onclick="revealSpoilers();">Reveal answers</a>
> %spoiler%
> * soweli li suli.
> * ona li lili.
> * mi suli.
> * ona li soweli.
> * sina ike.
[Next page](2.html) [Previous page](0.html)