-
Notifications
You must be signed in to change notification settings - Fork 2
/
jvoptions.html
47 lines (47 loc) · 2.31 KB
/
jvoptions.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>la xlasisku | jvoptions</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="format-detection" content="telephone=no" />
<meta name="description" content="" />
<link rel="shortcut icon" href="cmaxra.png" type="image/png" />
<link rel="stylesheet" href="noto.css" />
<link rel="stylesheet" href="style.css" />
<!-- <script defer src="temml/dist/temml.min.js"></script>
<script defer src="temml/contrib/auto-render/dist/auto-render.min.js"></script> -->
</head>
<body>
<h1>about the jvoptions</h1>
<h2>hyphens</h2>
<p>in all options, extra hyphens are permitted when decomposing, as the author of CLL no longer thinks that should be illegal.</p>
<p><b>CLL:</b> uses CLL hyphens; -'y- used only for zi'evla.</p>
<blockquote>
voirli'u ← vofli litru<br />
</blockquote>
<p><b>-'y-:</b> uses -'y- for everything.</p>
<blockquote>
volyli'u or voi'yli'u ← vofli litru<br />(voirli'u is a zi'evla now)
</blockquote>
<p><b>both:</b> no different than CLL for <i>constructing</i> 'optimal' lujvo, but is maximally permissive for breaking them.</p>
<blockquote>
voirli'u or volyli'u or voi'yli'u ← vofli litru
</blockquote>
<h2>lo ka cmevla</h2>
<p><b>cmevla:</b> makes it end in a consonant. will still split lujvo that don't.</p>
<h2>clusters</h2>
<p><b>mz:</b> your name is probably James and/or you're one of the -4 people who use eulojban or whatever.</p>
<blockquote>
kumzda or ku'azda ← kumfa zdani
</blockquote>
<h1>lujvo that aren't</h1>
<p>here are the words marked as lujvo in jvs that are invalid per latkerlo-jvotci. most of these are zvejvo, as the zi'evlupdate has yet to be released.</p>
<ul id="naljvo"></ul>
<script src="data/naljvo.js"></script>
<script>
if (localStorage.getItem("theme") == "dark") document.documentElement.classList.add("dark");
document.getElementById("naljvo").innerHTML = naljvo.map((x) => "<li>" + x + "</li>").join("");
</script>
</body>
</html>