lipu-sona/12/index.html

170 lines
5.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>anu (lesson 12)</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 12 -
<span style="vertical-align: -50%" class="title-emphasis"
>anu (it's fucked up)</span
>
</h1>
<h2 class="title box-title">navigation</h2>
<div class="box" style="text-align: center">
<a class="link" style="float: left" href="../11">prev 󱥐</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../13">󱤖 next</a>
</div>
<h2 class="title box-title">vocab</h2>
<div class="box box-top">
<p>󱤋 esun - market, shop, fair, bazaar, business transaction</p>
<p>󱤛 kiwen - hard object, metal, rock, stone</p>
<p>󱥱 utala - battle, challenge, compete against, struggle against</p>
<p>󱤿 nasin - way, custom, doctrine, method, path, road</p>
<p>
󱥜 sike - round or circular thing; ball, circle, cycle, sphere, wheel; of
one year
</p>
</div>
<h3 class="title box-title sub-title">~ particles</h3>
<div class="box box-top">
<p>󱤇 anu - or</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ why is anu fucked up?</h3>
<div class="box box-top">
<p>
the particle anu isn't defined very well.
<i>lipu pu</i> documents it barely, and many other courses gloss over
really trying to explain anu.
</p>
<p>i'm gonna do my best to give a good explanation.</p>
</div>
<h3 class="title box-title sub-title">~ anu</h3>
<div class="box box-top">
<p>
anu is a conjunction meaning "or", both inclusive and exclusive. it's a
particle which forms an either/or <em>or</em> an and/or relationship in
the current part of speech (subject, predicate, object, preposition)
</p>
</div>
<h3 class="title box-title sub-title">~ examples</h3>
<div class="box box-top">
<div class="quote">
<p class="sentence">
ona li <span class="predicate">jan</span> anu
<span class="predicate">soweli</span>
</p>
<p>
~ they're <span class="predicate">a person</span> or
<span class="predicate">a dog</span>
</p>
</div>
<div class="quote">
<p class="sentence">
waso li ken tawa lon <span class="prep-phrase">ma</span> anu
<span class="prep-phrase">sewi</span>
</p>
<p>
~ birds can move on <span class="prep-phrase">the ground</span> or
<span class="prep-phrase">in the sky</span>
</p>
</div>
<div class="quote">
<p class="sentence">
<span class="subject">kasi</span> anu
<span class="subject">suwi</span> li ken moku
</p>
<p>
~ <span class="subject">plants</span> or
<span class="subject">sweets</span> can be food
</p>
</div>
</div>
<h3 class="title box-title sub-title">~ notes about questions</h3>
<div class="box">
<p>
anu does not automatically mark a question, although it might also be
used for questions. it's another area where it's poorly documented, so a
lot of people do different things.
</p>
<p>
one way to use anu for questions might be to list the possible options,
and then ask which option the listener agrees with.
</p>
<div class="quote">
<p class="sentence">
waso anu soweli li ken · seme li pona mute tawa sina
</p>
<p>~ do you like birds or cats more?</p>
<p>~ birds or cats are possible. which do you like more?</p>
</div>
</div>
<h2 class="title box-title">exercises</h2>
<h3 class="title box-title sub-title">
~ translate from toki pona to english
</h3>
<div class="box box-top">
<details>
<summary>mi wile esun e kiwen</summary>
<p>i want to buy rocks</p>
<p>i want to sell rocks</p>
</details>
<details>
<summary>ijo li wile kama jo e ijo kepeken mani anu utala</summary>
<p>people need to obtain things using money or violence</p>
</details>
<details>
<summary>
sina ken utala e soweli mute anu soweli wawa · sina wile utala e seme
</summary>
<p>do you want to fight a lot of animals or a strong animal</p>
<p>
you can fight many animals or a strong animal. which do you want to
fight?
</p>
</details>
</div>
<h3 class="title box-title sub-title">
~ translate from english to toki pona
</h3>
<div class="box box-top">
<details>
<summary>birds draw using rocks or tools</summary>
<p>waso li sitelen kepeken kiwen anu ilo</p>
</details>
<details>
<summary>
you can put this in the box of money or the box of food
</summary>
<p>sina ken pana e ni tawa poki mani anu poki moku</p>
</details>
</div>
<h2 class="title box-title">navigation</h2>
<div class="box" style="text-align: center">
<a class="link" style="float: left" href="../11">prev 󱥐</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../13">󱤖 next</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>