lipu-sona/6/index.html

185 lines
5.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>pi (lesson 6)</title>
<meta
charset="UTF-8"
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link rel="shortcut-icon" type="image/png" href="/assets/favicon.png" />
</head>
<body onload="toggleTextClass('answers')">
<h1 class="title">
lesson 6 -
<span style="vertical-align: -50%" class="title-emphasis"
>the particle pi</span
>
</h1>
<h2 class="title box-title">vocab</h2>
<div class="box box-top">
<p>
󱤄 ale - all; abundant, countless, bountiful, every, plentiful;
abundance, everything, life, universe
</p>
<p>󱥐 pini - ago, completed, ended, finished, past</p>
<p>󱤪 lipu - flat object; book, document, card, paper, record, website</p>
<p>󱤔 kala - fish, marine animal, sea creature</p>
<p>󱤌 ijo - thing, phenomenon, object, matter</p>
<p>󱥌 pana - give, send, emit, provide, put, release</p>
<p>󱤗 kasi - plant, vegetation; herb, leaf</p>
</div>
<h3 class="title box-title sub-title">~ particles</h3>
<div class="box box-top">
<p>󱥍 pi - regroups modifiers</p>
</div>
<h3 class="title box-title sub-title">~ notes</h3>
<div class="box">
<p>
ijo is the most generic word. it can stand in as a placeholder for
anything.
</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ the particle pi</h3>
<div class="box box-top">
<p>pi is a really useful particle that regroups modifiers.</p>
<p>
normally, each modifier modifies the sum of all its previous words in
the phrase. the particle pi creates a second phrase which modifies the
first phrase.
</p>
<p class="quote">
<span class="sentence">ijo pona mute</span><br />~ many good things
</p>
<p class="quote">
<span class="sentence">ijo pi pona mute</span><br />~ very good thing
</p>
<p>
in the first example, <em>mute</em> modifies <em>ijo pona</em>, while in
the second example, <em>pona mute</em> modifies <em>ijo</em>
</p>
</div>
<h3 class="title box-title sub-title">~ notes</h3>
<div class="box box-top">
<p>
when i say phrase, i mean a collection of a headnoun + modifiers, like
"jan" or "ilo moku"
</p>
<p>a phrase with pi in it consists of two smaller phrases.</p>
</div>
<h3 class="title box-title sub-title">~ examples</h3>
<div class="box">
<p class="quote">
<span class="sentence">mi toki e ijo pi pona mute</span><br />~ i talk
about very good things
</p>
<p class="quote">
<span class="sentence">mi toki e ijo pona mute</span><br />~ i talk
about many good things
</p>
<p class="quote">
<span class="sentence">mi toki e ijo mute pi pona mute</span><br />~ i
talk about many very good things
</p>
</div>
<h2 class="title box-title">exercises</h2>
<h3 class="title box-title sub-title">~ repetition</h3>
<div class="box box-top">
<details>
<summary>jan ale li kama kala</summary>
<p>all the people are turning into fish</p>
</details>
<details>
<summary>kasi telo li ken moku</summary>
<p>seaweed is edible</p>
</details>
<details>
<summary>
my friend who knows how to build houses is handing out documents about
building
</summary>
<p>jan pona mi li pana e lipu pali. ona li sona pali e tomo</p>
</details>
<details>
<summary>something is making everything become something</summary>
<p>ijo li pali e ni: ijo ale li kama ijo</p>
</details>
<details>
<summary>nothing can fix everything</summary>
<p>(ijo) ala li ken pona e (ijo) ale</p>
</details>
</div>
<h3 class="title box-title sub-title">
~ translate from toki pona to english
</h3>
<div class="box box-top">
<details>
<summary>soweli li pana e lipu pi sona mute</summary>
<p>the animal is handing out documents with lots of knowledge</p>
</details>
<details>
<summary>jan pi sona kala li sona e ni: kala li ken moku e jan</summary>
<p>the marine biologist knows that fish can eat people</p>
</details>
<details>
<summary>ona li waso pi suwi mute</summary>
<p>they're a really cute bat</p>
</details>
<details>
<summary>jan sin pi mute pona li kama</summary>
<p>a good amount of new people are coming</p>
</details>
</div>
<h3 class="title box-title sub-title">
~ translate from english to toki pona
</h3>
<div class="box box-top">
<details>
<summary>i'm reading the book of evil knowledge</summary>
<p>mi lukin e lipu pi sona ike</p>
</details>
<details>
<summary>the bugs built a little bug cemetery</summary>
<p>pipi li pali e tomo lili pi pipi moli</p>
</details>
<details>
<summary>the absence of my partner makes everything bad</summary>
<p>weka pi olin mi li ike e ale</p>
</details>
<details>
<summary>
people who are very far away are trying to eat my fish
</summary>
<p>jan pi weka mute li lukin moku e kala mi</p>
</details>
</div>
<h2 class="title box-title">navigation</h2>
<div class="box" style="text-align: center">
<a class="link" style="float: left" href="../5">prev 󱤖</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../7">󱥩 next</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>