-
Notifications
You must be signed in to change notification settings - Fork 0
/
example-sentences.html
79 lines (73 loc) · 3.41 KB
/
example-sentences.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
title: Example sentences
layout: default
---
<main class="container">
<h2>Example sentences</h2>
<p class="lead">The following are some example sentences using Trilangle and its extensions.</p>
<section>
<article>
<h3 id="ju5m-2068">"Dupe's mother sun-dried the clothes"</h3>
<div class="row">
<figure class="text-center col">
<trilangle-sentence>
<template>
[
{"word": "ᗤᒣ", "color": "red", "level": 0, "dot": 0, "triangles": [[0,2,1]]},
{"word": "ᒪᒪᕑ", "color": "blue", "level": 0, "dot": 0, "triangles": [[1,2,0]]},
{"word": "", "color": "red", "level": 0, "dot": 0, "triangles": [[0,1,1]]},
{"word": "ᒋᐣᗧᕑ", "color": "blue", "level": 0, "dot": 2, "triangles": [[1,1,0]]},
{"word": "ᗢᔦ", "color": "red", "level": 0, "dot": 2, "triangles": [[1,1,1]]},
{"word": "ᓴᒧᕑ", "color": "blue", "level": 0, "dot": 3, "triangles": [[1,0,1]]},
{"word": "ᐁᐨᗕ", "color": "red", "level": 0, "dot": 3, "triangles": [[2,0,0]]}
]
</template>
</trilangle-sentence>
<trilangle-sentence>
<template>
[
{"word": "Dupe", "color": "red", "level": 0, "dot": 0, "triangles": [[0,2,1]]},
{"word": "mother", "color": "blue", "level": 0, "dot": 0, "triangles": [[1,2,0]]},
{"word": "", "color": "red", "level": 0, "dot": 0, "triangles": [[0,1,1]]},
{"word": "dry", "color": "blue", "level": 0, "dot": 2, "triangles": [[1,1,0]]},
{"word": "clothes", "color": "red", "level": 0, "dot": 2, "triangles": [[1,1,1]]},
{"word": "use", "color": "blue", "level": 0, "dot": 3, "triangles": [[1,0,1]]},
{"word": "sun", "color": "red", "level": 0, "dot": 3, "triangles": [[2,0,0]]}
]
</template>
</trilangle-sentence>
</figure>
<section class="col">
<dl>
<dt>Extensions used</dt>
<dd><a href="/vocabulary/index.html">Vocabulary extension</a> (first), None (second)</dd>
<dt>Idiomatic translation</dt>
<dd>Dupe's mother sun-dried the clothes.</dd>
<dt>Literal translation</dt>
<dd>
There exists a thing w such that w is Dupe<br>
and there exists an event e of x being w's mother<br>
and there exists a thing x<br>
and there exists an event f of x drying y<br>
and there exists a thing y that is clothes<br>
and there is an event g of f using z<br>
and there is a thing z such that z is a sun.
</dd>
<dt>Formal semantics</dt>
<dd>
∃w Dupe(w)<br>
& ∃e mother(e, x, w)<br>
& ∃x<br>
& ∃f dry(f, x, y)<br>
& ∃y clothes(y)<br>
& ∃g use(g, f, z)<br>
& ∃z sun(z)
</dd>
<dt>Notes</dt>
<dd>This is the sentence used for the <a href="https://old.reddit.com/r/conlangs/comments/1dsj3yz/2068th_just_used_5_minutes_of_your_day/">2068th Just Used 5 Minutes of Your Day</a> on <a href="https://old.reddit.com/r/conlangs/">r/conlangs</a></dd>
</dl>
</section>
</div>
</article>
</section>
</main>