]> Lady’s Gitweb - Langdev/blob - urn:fdc:langdev.xyz:20160819:jsv:lrx/index.xml
1eb186af053f19397309e27269147bc3b34539aa
[Langdev] / urn:fdc:langdev.xyz:20160819:jsv:lrx / index.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet type="text/xsl" href="#xsl-html" ?>
3 <!DOCTYPE TEI [<!ATTLIST stylesheet id ID #REQUIRED>]>
4
5 <TEI xmlns="http://www.tei-c.org/ns/1.0" xml:lang="en">
6
7 <!-- TEI HEADER -->
8 <teiHeader>
9
10 <!-- FILE DESCRIPTION -->
11 <fileDesc>
12 <titleStmt>
13 <title><seg xml:id="title-main">Elrex</seg>: <seg xml:id="title-sub">Documentation and Dictionary</seg></title>
14 <author xml:id="author-name"><orgName xml:id="langdev-project">Project Langdev</orgName></author>
15 <principal><persName xml:id="lady"><addName>Lady</addName></persName></principal>
16 </titleStmt>
17 <editionStmt>
18 <edition xml:id="version-no">Version 2, Draft 04</edition>
19 </editionStmt>
20 <publicationStmt>
21 <publisher><orgName copyOf="#langdev-project" /></publisher>
22 <date when="2023-12-21">2023-12-21</date>
23 <idno type="URI">urn:fdc:langdev.xyz:20160819:jsv:lrx</idno>
24 <availability status="free">
25 <licence target="https://creativecommons.org/publicdomain/zero/1.0/">Marked with <title>CC0 1.0 Universal</title>.</licence>
26 </availability>
27 </publicationStmt>
28 <seriesStmt>
29 <title xml:id="project-dict">The LANGDEV Project Dictionaries</title>
30 </seriesStmt>
31 <sourceDesc>
32 <p>
33 Born digital.
34 Words and definitions taken from the revised digital lexis at <ptr target="./sources/15.Lang.Ev.Lrex.Revised.rtf" mimeType="text/rtf" />.
35 Pronunciation information taken from the <bibl><ref target="./sources/Hope%20Pronunciation%20Guide.rtf" mimeType="text/rtf"><title>Hope Pronunciation Guide</title></ref></bibl>.
36 Commentary added.
37 </p>
38 </sourceDesc>
39 </fileDesc>
40
41 <!-- ENCODING DESCRIPTION -->
42
43 <encodingDesc>
44 <projectDesc>
45 <p>Comprehensive linguistic reference for the various <orgName>LANGDEV</orgName> languages.</p>
46 </projectDesc>
47 <tagsDecl partial="true">
48 <namespace name="http://www.tei-c.org/ns/1.0">
49 <tagUsage gi="div" occurs="7">Used to separate the different versions of the <lang>Elrex</lang> language, and also to contain preface material.</tagUsage>
50 <tagUsage gi="entry" occurs="108">Used to mark dictionary entries.</tagUsage>
51 <tagUsage gi="form">The <val>class</val> <att>type</att> marks a <lang>Elrex version 6</lang> word class.</tagUsage>
52 <tagUsage gi="ident">The <val>BCP47</val> <att>type</att> marks an <name type="org"><choice><abbr>IETF</abbr><expan>Internet Engineering Task Force</expan></choice></name> language tag, as defined by <ref target="https://tools.ietf.org/rfc/bcp/bcp47.txt" mediaType="text/plain"><title level="m"><choice><abbr>BCP</abbr><expan>Best Current Practices</expan></choice> 47</title></ref>.</tagUsage>
53 <tagUsage gi="note">The <val>version</val> <att>type</att> is used to denote versions in the list of changes.</tagUsage>
54 <tagUsage gi="rs">The <val>unicode</val> <att>type</att> is used to reference a <orgName>Unicode</orgName> character.</tagUsage>
55 <tagUsage gi="seg">
56 The <val>splash</val> <att>type</att> refers to an optional splash quote.
57 A splash with <att>subtype</att> <val>default</val> identifies the default splash; all others are alternates.
58 </tagUsage>
59 </namespace>
60 </tagsDecl>
61 </encodingDesc>
62
63 <!-- XSL STYLESHEETS -->
64
65 <xenoData>
66 <stylesheet id="xsl-html" version="1.0" xmlns="http://www.w3.org/1999/XSL/Transform" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:tei="http://www.tei-c.org/ns/1.0">
67 <output method="xml" />
68 <template match="/tei:TEI">
69 <html:html>
70 <call-template name="apply-attrs" />
71 <apply-templates select="tei:teiHeader" mode="head" />
72 <apply-templates select="tei:text" />
73 </html:html>
74 </template>
75 <template match="tei:teiHeader" mode="head">
76 <html:head>
77 <call-template name="apply-lang" />
78 <html:title><value-of select="tei:fileDesc/tei:titleStmt/tei:title" /></html:title>
79 <html:meta charset="utf-8" />
80 <html:meta name="author">
81 <attribute name="content"><apply-templates select="tei:fileDesc/tei:titleStmt/tei:author" mode="resolve-string" /></attribute>
82 </html:meta>
83 <html:meta name="publisher">
84 <attribute name="content"><apply-templates select="tei:fileDesc/tei:publicationStmt/tei:publisher" mode="resolve-string" /></attribute>
85 </html:meta>
86 <html:link rel="license">
87 <attribute name="href"><apply-templates select="tei:fileDesc/tei:publicationStmt/tei:availability/tei:licence/@target" mode="resolve-string" /></attribute>
88 </html:link>
89 <html:style type="text/css" id="css-base">
90 @namespace "http://www.w3.org/1999/xhtml";
91 #theme-selector {
92 display: block;
93 margin: 0 0 .675em;
94 border: thin currentColor solid;
95 padding: .3375em .5em;
96 font-size: small;
97 text-align: right;
98 }
99 html {
100 margin: 0;
101 padding: 0;
102 font: large/1.35 "Junicode", "Elstob", "Iowan Old Style", "Palatino Linotype", "URW Palladio L", "P052", "Gentium Plus", "Georgia", "STIX Two Math", serif;
103 font-variant-numeric: oldstyle-nums;
104 }
105 body {
106 margin: auto;
107 padding: 2.7em 1.5em;
108 max-width: 34em;
109 }
110 main {
111 display: block;
112 margin: 0;
113 border: thin currentColor solid;
114 padding: 0;
115 }
116 main > header, main > footer {
117 display: block;
118 margin: 0;
119 padding: 1.35em 1em;
120 font-size: x-small;
121 text-align: center;
122 }
123 main > header { border-bottom: thin currentColor solid }
124 main > footer { border-top: thin currentColor solid }
125 main > header > table, main > footer > table {
126 margin: 0;
127 border-collapse: collapse;
128 padding: 0;
129 width: 100%;
130 }
131 main > header > table + table, main > footer > table + table { margin-top: .675em }
132 main > header tr > *, main > footer tr > * { border: thin currentColor solid }
133 main > header tr > *:first-child, main > footer tr > * { width: 10em }
134 main > article {
135 display: block;
136 margin: 0;
137 padding: 1.35em 1.5em;
138 }
139 main > article > header {
140 display: block;
141 margin: 0 0 1.35em;
142 border-bottom: thin currentColor solid;
143 padding: 0 0 1.35em;
144 text-align: center;
145 font-size: medium;
146 }
147 main > article > header p:not(:first-child) { margin: 0 }
148 main > article > header section { text-align: justify }
149 main > article > header section p:not(:first-child) { margin: 1.35em 0 0 }
150 b.pos {
151 font-weight: inherit;
152 font-style: italic;
153 }
154 caption {
155 margin: 0 0 .675em;
156 font-weight: bold;
157 text-decoration: underline;
158 }
159 dd { margin: 0 0 0 1.5em }
160 dl {
161 margin: 1.35em 0;
162 padding: 0 1.5em;
163 }
164 dt {
165 font-weight: bold;
166 text-decoration: underline;
167 }
168 div.epigraph {
169 display: block;
170 position: relative;
171 margin: .675em 0;
172 padding: 0;
173 height: 1.35em;
174 }
175 h1 {
176 margin: 0;
177 padding: 0;
178 font-size: xx-large;
179 }
180 h2 {
181 margin: 0 auto;
182 border-bottom: thin currentColor solid;
183 padding: 0;
184 width: 6em;
185 font-size: inherit;
186 font-weight: inherit;
187 letter-spacing: .15em;
188 }
189 header {
190 display: block;
191 margin: 0;
192 padding: 0;
193 }
194 hr {
195 margin: .675em;
196 border: none;
197 padding: 0;
198 background: none;
199 height: 1.35em;
200 text-align: center;
201 }
202 hr::after { content: "⁂" }
203 i.gloss { font-style: inherit }
204 i.orth { font-style: inherit }
205 i.pron {
206 font-size: smaller;
207 font-style: inherit;
208 }
209 p {
210 display: block;
211 margin: 0;
212 padding: 0;
213 }
214 p + p { margin-top: 1.35em }
215 small.note.version {
216 font-size: inherit;
217 font-style: italic;
218 }
219 span.splash:not([hidden]) {
220 display: block;
221 position: absolute;
222 top: 0;
223 bottom: 0;
224 left: 0;
225 right: 0;
226 margin: auto;
227 height: 1em;
228 font-size: small;
229 font-style: italic;
230 line-height: 1;
231 animation: 3s splash infinite ease-in-out;
232 }
233 span.splash::before { content: open-quote }
234 span.splash::after { content: close-quote }
235 span.splash:not([hidden]) ~ span.splash { display: none }
236 table {
237 width: 100%;
238 text-align: left;
239 }
240 table.dictionary {
241 table-layout: fixed;
242 border-collapse: separate;
243 margin: .675em 0;
244 padding: .3375em .25em;
245 }
246 table.dictionary caption {
247 font-weight: inherit;
248 text-decoration: none;
249 }
250 table.dictionary col { width: 25% }
251 table.dictionary col:nth-child(1) { width: 20% }
252 table.dictionary col:nth-child(4) { width: auto }
253 table.dictionary tbody tr > * {
254 margin: 0;
255 border: thin currentColor solid;
256 padding: 0 .75em;
257 font-weight: inherit;
258 text-align: left;
259 }
260 table.dictionary thead { text-decoration: underline }
261 td, th { vertical-align: middle }
262 th {
263 font-weight: bold;
264 text-align: center;
265 }
266 u { text-decoration: none }
267 u.lang { font-variant: small-caps }
268 u.surname { text-transform: uppercase }
269 @keyframes splash {
270 from { font-size: medium }
271 50% { font-size: large }
272 to { font-size: medium }
273 }
274 </html:style>
275 <html:style type="text/css" title="current" id="css-current"><value-of select="/*//html:style[@title][2]" /></html:style>
276 <html:style type="text/css" title="TE" id="css-TE">
277 @namespace "http://www.w3.org/1999/xhtml";
278 #theme-selector {
279 border-color: #9F9F9F;
280 background: #ECECEC;
281 }
282 html { background: #EDEDED }
283 main {
284 background: white;
285 border-color: #B8B8B8;
286 }
287 main > header, main > footer {
288 border-color: #AAAAAA;
289 background: #ECECEC;
290 }
291 main > header tr > *, main > footer tr > * {
292 border-color: #B0B0B0;
293 background: white;
294 }
295 a[href] { color: inherit }
296 hr { color: black }
297 table.dictionary tbody tr > * { border-color: #515151 }
298 </html:style>
299 <html:style type="text/css" title="RedBook" id="css-RedBook">
300 @namespace "http://www.w3.org/1999/xhtml";
301 #theme-selector {
302 border-color: #F79F9F;
303 background: white;
304 }
305 html { background: #B21A2A }
306 main {
307 background: white;
308 border-color: #F77F7F;
309 }
310 main > header, main > footer {
311 border-color: #6FCFEF;
312 color: #3F3F3F;
313 }
314 main > header tr > *, main > footer tr > * { border-color: #6FCFEF }
315 main > article > header { border-color: #6FCFEF }
316 a[href] { color: #0FAF0F }
317 dfn { color: #2028B8 }
318 hr { color: #3F3F3F }
319 p.def { color: #FF0000 }
320 small.note { color: #FF0000 }
321 span.splash { color: #0FAF0F }
322 </html:style>
323 <html:style type="text/css" title="OldStyle" id="css-oldStyle">
324 @namespace "http://www.w3.org/1999/xhtml";
325 #theme-selector {
326 border-color: Grey;
327 background: DarkGrey;
328 }
329 html { background: DimGray }
330 main { border-color: SaddleBrown }
331 main > header, main > footer {
332 border-color: SaddleBrown;
333 background: AntiqueWhite;
334 }
335 main > header > table, main > footer > table { background: OldLace }
336 main > header tr:hover > *, main > footer tr:hover > * { background: FloralWhite }
337 main > header tr > *:hover, main > footer tr > *:hover { background: Snow }
338 main > article { background: OldLace }
339 main > article > header { border-color: SaddleBrown }
340 a[href] { color: SaddleBrown }
341 hr { color: SaddleBrown }
342 i.gloss { color: RosyBrown }
343 span.splash { color: RosyBrown }
344 table.dictionary { background: AntiqueWhite }
345 table.dictionary tbody tr > * {
346 border-color: SaddleBrown;
347 background: OldLace;
348 }
349 table.dictionary tbody tr:hover > * { background: FloralWhite }
350 table.dictionary tbody tr > *:hover { background: Snow }
351 </html:style>
352 <html:style type="text/css" title="Legendary" id="css-legendary">
353 @namespace "http://www.w3.org/1999/xhtml";
354 #theme-selector {
355 border-color: #535555;
356 background: #777899;
357 }
358 html { background: #999ABC }
359 body { color: black }
360 main {
361 background: #EEEEEE;
362 border-color: #545454;
363 }
364 main > header, main > footer {
365 background: #EEE8DD;
366 border-color: #555666;
367 }
368 main > header > table, main > footer > table { background: #DDDDDD }
369 main > header tr:hover > *, main > footer tr:hover > * { background: #EBEBEB }
370 main > header tr > *:hover, main > footer tr > *:hover { background: #F6F6F6 }
371 main > article { color: #334566 }
372 main > article > header { border-color: #999BAD }
373 a[href] { color: #454545 }
374 a[href]:hover { color: #747474 }
375 dfn { color: black }
376 hr { color: #999BAD }
377 i.gloss { color: #999BAD }
378 p.def { color: #227002 }
379 small.note { color: #999BAD }
380 table.dictionary { background: #CCCCCC }
381 table.dictionary tbody tr > * {
382 border-color: #A0A0A0;
383 background: #DDDDDD;
384 }
385 table.dictionary tbody tr:hover > * { background: #EBEBEB }
386 table.dictionary tbody tr > *:hover { background: #F6F6F6 }
387 </html:style>
388 <html:style type="text/css" title="Night" id="css-night">
389 @namespace "http://www.w3.org/1999/xhtml";
390 #theme-selector {
391 border-color: #550022;
392 background: #000000;
393 }
394 html { background: #222222 }
395 body { color: #EEEEEE }
396 main {
397 background: #131313;
398 border-color: #220000;
399 }
400 main > header, main > footer {
401 background: #330011;
402 border-color: #220000;
403 }
404 main > header > table, main > footer > table { background: #441122 }
405 main > header tr:hover > *, main > footer tr:hover > * { background: #4F1F2F }
406 main > header tr > *:hover, main > footer tr > *:hover { background: #5F2F3F }
407 main > article { color: #BB99AA }
408 main > article > header { border-color: #FFBBC3 }
409 a[href] { color: #BCBCBC }
410 a[href]:hover { color: #DEDEDE }
411 dfn { color: white }
412 hr { color: #FFBBC3 }
413 i.gloss { color: #FFBBC3 }
414 p.def { color: #DD0013 }
415 small.note { color: #FFBBC3 }
416 span.splash { color: #CC3355 }
417 table.dictionary { background: #331221 }
418 table.dictionary tbody tr > * {
419 border-color: #542133;
420 background: #441122;
421 }
422 table.dictionary tbody tr:hover > * { background: #4F1F2F }
423 table.dictionary tbody tr > *:hover { background: #5F2F3F }
424 </html:style>
425 </html:head>
426 </template>
427 <template match="tei:teiHeader" mode="body">
428 <html:header>
429 <call-template name="apply-attrs" />
430 <html:table>
431 <html:caption>Text Metadata</html:caption>
432 <html:tr>
433 <html:th>Title</html:th>
434 <html:td><apply-templates select="tei:fileDesc/tei:titleStmt/tei:title" /></html:td>
435 </html:tr>
436 <html:tr>
437 <html:th>Author</html:th>
438 <html:td><apply-templates select="tei:fileDesc/tei:titleStmt/tei:principal" /> (<apply-templates select="tei:fileDesc/tei:titleStmt/tei:author" />)</html:td>
439 </html:tr>
440 <html:tr>
441 <html:th>Edition</html:th>
442 <html:td><apply-templates select="tei:fileDesc/tei:editionStmt/tei:edition" /></html:td>
443 </html:tr>
444 <html:tr>
445 <html:th>Series</html:th>
446 <html:td><apply-templates select="tei:fileDesc/tei:seriesStmt/tei:title" /></html:td>
447 </html:tr>
448 <html:tr>
449 <html:th>Publication info</html:th>
450 <html:td><apply-templates select="tei:fileDesc/tei:publicationStmt/tei:publisher" />, <apply-templates select="tei:fileDesc/tei:publicationStmt/tei:date" /></html:td>
451 </html:tr>
452 <html:tr>
453 <html:th>URI</html:th>
454 <html:td>
455 <html:a>
456 <attribute name="href"><value-of select="tei:fileDesc/tei:publicationStmt/tei:idno[@type='URI']" /></attribute>
457 <value-of select="tei:fileDesc/tei:publicationStmt/tei:idno[@type='URI']" />
458 </html:a>
459 </html:td>
460 </html:tr>
461 <html:tr>
462 <html:th>Availability (<value-of select="tei:fileDesc/tei:publicationStmt/tei:availability/@status" />)</html:th>
463 <html:td>
464 <apply-templates select="tei:fileDesc/tei:publicationStmt/tei:availability" />
465 </html:td>
466 </html:tr>
467 <html:tr>
468 <html:th>Project description</html:th>
469 <html:td><apply-templates select="tei:encodingDesc/tei:projectDesc" /></html:td>
470 </html:tr>
471 <html:tr>
472 <html:th>Source description</html:th>
473 <html:td><apply-templates select="tei:fileDesc/tei:sourceDesc" /></html:td>
474 </html:tr>
475 </html:table>
476 <apply-templates select="tei:revisionDesc" />
477 </html:header>
478 </template>
479 <template match="tei:teiHeader" mode="foot">
480 <html:footer>
481 <html:p>
482 <text>Written in </text><html:a href="http://www.tei-c.org/"><html:abbr title="Text Encoding Initiative">TEI</html:abbr></html:a> and styled as <html:abbr title="HyperText Markup Language">HTML</html:abbr> using <html:abbr title="eXtensible Stylesheet Language Transformations">XSLT</html:abbr>+<html:abbr title="Cascading Style Sheets">CSS</html:abbr><text>.</text>
483 <html:br />
484 <text></text><html:a href="https://pro.ject-lang.dev/">The LANGDEV Project</html:a><text></text>
485 </html:p>
486 </html:footer>
487 </template>
488 <template match="tei:revisionDesc">
489 <html:table class="revisionDesc">
490 <call-template name="apply-attrs" />
491 <html:caption>Revision History</html:caption>
492 <apply-templates />
493 </html:table>
494 </template>
495 <template match="tei:change">
496 <html:tr class="change">
497 <call-template name="apply-attrs" />
498 <html:th><html:time><value-of select="@when" /></html:time></html:th>
499 <html:td><apply-templates /></html:td>
500 </html:tr>
501 </template>
502 <template match="tei:text">
503 <html:body id="text">
504 <call-template name="apply-attrs" />
505 <html:script type="text/javascript">
506 var themes = [
507 <for-each select="/*//html:style[@title and @title != 'current']">
508 ["<value-of select="@id" />", "<value-of select="@title" />"],
509 </for-each>
510 ];
511 var selector = document.createElementNS("http://www.w3.org/1999/xhtml", "label");
512 selector.id = "theme-selector";
513 selector.appendChild(document.createTextNode("Theme: "));
514 var select = document.createElementNS("http://www.w3.org/1999/xhtml", "select");
515 var option;
516 for (var i = themes.length; i > 0; i--) {
517 option = document.createElementNS("http://www.w3.org/1999/xhtml", "option");
518 option.textContent = themes[themes.length - i][1];
519 option.value = themes[themes.length - i][0];
520 select.appendChild(option);
521 }
522 select.addEventListener("change", function () {
523 document.getElementById("css-current").textContent = document.getElementById(this.value).textContent;
524 }, false);
525 selector.appendChild(select);
526 document.getElementById("text").insertBefore(selector, document.getElementById("text").firstChild);
527 </html:script>
528 <html:main>
529 <apply-templates select="../tei:teiHeader" mode="body" />
530 <html:article>
531 <apply-templates select="tei:front" />
532 <apply-templates select="tei:body" />
533 </html:article>
534 <apply-templates select="../tei:teiHeader" mode="foot" />
535 </html:main>
536 </html:body>
537 </template>
538 <template match="tei:front">
539 <html:header>
540 <call-template name="apply-attrs" />
541 <apply-templates select="tei:titlePage/tei:docTitle" />
542 <html:div class="epigraph">
543 <apply-templates select="tei:titlePage/tei:epigraph" />
544 <html:script type="text/javascript">
545 var s = document.getElementsByClassName("splash");
546 var ss = Math.floor(Math.random() * s.length);
547 for (var i = s.length - 1; i > -1; i--) if (i !== ss) s.item(i).setAttribute("hidden", "hidden");
548 </html:script>
549 </html:div>
550 <html:hr />
551 <html:p><apply-templates select="tei:titlePage/tei:docEdition" /></html:p>
552 <html:p><apply-templates select="tei:titlePage/tei:byline" /></html:p>
553 <apply-templates select="tei:titlePage/tei:docDate" />
554 <html:hr />
555 <apply-templates select="tei:div" />
556 </html:header>
557 </template>
558 <template match="tei:body">
559 <html:section class="body">
560 <call-template name="apply-attrs" />
561 <apply-templates select="tei:div" mode="dictionary" />
562 </html:section>
563 </template>
564 <template name="apply-lang">
565 <if test="@xml:lang"><attribute name="lang"><value-of select="@xml:lang" /></attribute></if>
566 </template>
567 <template name="resolve-copy">
568 <if test="@copyOf and substring(@copyOf, 1, 1)='#'"><apply-templates select="/.//*[@xml:id=substring(current()/@copyOf, 2)]" /></if>
569 </template>
570 <template name="apply-attrs">
571 <if test="@xml:id"><attribute name="id"><value-of select="@xml:id" /></attribute></if>
572 <if test="@expand"><attribute name="title"><value-of select="@expand" /></attribute></if>
573 <call-template name="apply-lang" />
574 <call-template name="resolve-copy" />
575 </template>
576 <template match="*" mode="resolve-string">
577 <choose>
578 <when test="@copyOf and substring(@copyOf, 1, 1)='#'"><value-of select="/.//*[@xml:id=substring(current()/@copyOf, 2)]" /></when>
579 <otherwise><apply-templates mode="resolve-string" /></otherwise>
580 </choose>
581 </template>
582 <template match="tei:addName">
583 <html:u class="addName">
584 <call-template name="apply-attrs" />
585 <apply-templates />
586 </html:u>
587 </template>
588 <template match="tei:choice[tei:abbr]">
589 <html:abbr>
590 <if test="tei:expan">
591 <attribute name="title"><apply-templates select="tei:expan" /></attribute>
592 </if>
593 <call-template name="apply-attrs" />
594 <apply-templates select="tei:abbr" />
595 </html:abbr>
596 </template>
597 <template match="tei:div">
598 <html:section>
599 <if test="@type">
600 <attribute name="class"><value-of select="@type" /></attribute>
601 </if>
602 <call-template name="apply-attrs" />
603 <apply-templates />
604 </html:section>
605 </template>
606 <template match="tei:div" mode="dictionary">
607 <html:table class="dictionary">
608 <call-template name="apply-attrs" />
609 <html:caption><apply-templates select="tei:head" /></html:caption>
610 <html:colgroup><html:col /><html:col /><html:col /><html:col /></html:colgroup>
611 <html:thead>
612 <html:tr>
613 <html:th>Word</html:th>
614 <html:th><html:abbr title="Pronunciation">Pron.</html:abbr></html:th>
615 <html:th>Etymology</html:th>
616 <html:th>Definition</html:th>
617 </html:tr>
618 </html:thead>
619 <html:tbody>
620 <apply-templates select="tei:entry" />
621 </html:tbody>
622 </html:table>
623 </template>
624 <template match="tei:docDate">
625 <html:p>
626 <call-template name="apply-attrs" />
627 <text>Last updated: </text>
628 <html:time>
629 <if test="@when">
630 <attribute name="datetime"><value-of select="@when" /></attribute>
631 </if>
632 <apply-templates />
633 </html:time>
634 </html:p>
635 </template>
636 <template match="tei:docTitle">
637 <html:header class="docTitle">
638 <call-template name="apply-attrs" />
639 <choose>
640 <when test="tei:titlePart"><apply-templates /></when>
641 <otherwise><html:h1><apply-templates /></html:h1></otherwise>
642 </choose>
643 </html:header>
644 </template>
645 <template match="tei:etym">
646 <html:span class="etym">
647 <call-template name="apply-attrs" />
648 <apply-templates />
649 </html:span>
650 </template>
651 <template match="tei:entry">
652 <html:tr class="entry">
653 <call-template name="apply-attrs" />
654 <choose>
655 <when test="tei:form[@type='class']">
656 <html:th class='class' colspan='3'>
657 <for-each select="tei:form">
658 <html:dfn><apply-templates select="tei:orth" /></html:dfn>
659 </for-each>
660 </html:th>
661 </when>
662 <otherwise>
663 <html:th>
664 <for-each select="tei:form">
665 <html:dfn><apply-templates select="tei:orth" /></html:dfn>
666 </for-each>
667 </html:th>
668 <html:td>
669 <for-each select="tei:form">
670 <apply-templates select="tei:pron" />
671 </for-each>
672 </html:td>
673 <html:td><apply-templates select="tei:etym" /></html:td>
674 </otherwise>
675 </choose>
676 <html:td>
677 <html:p class="def"><apply-templates select="tei:gramGrp/tei:pos" /> <apply-templates select="tei:def" /></html:p>
678 </html:td>
679 </html:tr>
680 </template>
681 <template match="tei:forename">
682 <html:u class="forename">
683 <call-template name="apply-attrs" />
684 <apply-templates />
685 </html:u>
686 </template>
687 <template match="tei:gloss">
688 <html:i class="gloss">
689 <call-template name="apply-attrs" />
690 <apply-templates />
691 </html:i>
692 </template>
693 <template match="tei:head">
694 <html:h2 class="head">
695 <call-template name="apply-attrs" />
696 <apply-templates />
697 </html:h2>
698 </template>
699 <template match="tei:ident">
700 <html:code>
701 <attribute name="class">ident <value-of select="@type" /></attribute>
702 <call-template name="apply-attrs" />
703 <apply-templates />
704 </html:code>
705 </template>
706 <template match="tei:lang">
707 <html:u class="lang">
708 <call-template name="apply-attrs" />
709 <apply-templates />
710 </html:u>
711 </template>
712 <template match="tei:licence">
713 <for-each select="node()">
714 <choose>
715 <when test="local-name() = 'title'">
716 <html:a>
717 <attribute name="href"><value-of select="../@target" /></attribute>
718 <call-template name="apply-attrs" />
719 <html:cite class="title"><value-of select="." /></html:cite>
720 </html:a>
721 </when>
722 <otherwise><apply-templates select="." /></otherwise>
723 </choose>
724 </for-each>
725 </template>
726 <template match="tei:list[@type='gloss']">
727 <html:dl class="list gloss">
728 <for-each select="*">
729 <choose>
730 <when test="local-name() = 'label'">
731 <html:dt>
732 <call-template name="apply-attrs" />
733 <apply-templates />
734 </html:dt>
735 </when>
736 <when test="local-name() = 'item'">
737 <html:dd>
738 <call-template name="apply-attrs" />
739 <apply-templates />
740 </html:dd>
741 </when>
742 </choose>
743 </for-each>
744 </html:dl>
745 </template>
746 <template match="tei:mentioned">
747 <html:i class="mentioned">
748 <call-template name="apply-attrs" />
749 <apply-templates />
750 </html:i>
751 </template>
752 <template match="tei:name">
753 <html:u>
754 <attribute name="class">name <value-of select="@type" /></attribute>
755 <call-template name="apply-attrs" />
756 <apply-templates />
757 </html:u>
758 </template>
759 <template match="tei:note">
760 <html:small>
761 <attribute name="class">note <value-of select="@type" /></attribute>
762 <call-template name="apply-attrs" />
763 [<apply-templates />]
764 </html:small>
765 </template>
766 <template match="tei:orgName">
767 <html:u class="orgName">
768 <call-template name="apply-attrs" />
769 <apply-templates />
770 </html:u>
771 </template>
772 <template match="tei:orth">
773 <if test="preceding-sibling::tei:orth or ../preceding-sibling::tei:form/tei:orth">
774 <text> / </text>
775 </if>
776 <html:i class="orth">
777 <call-template name="apply-attrs" />
778 <apply-templates />
779 </html:i>
780 </template>
781 <template match="tei:p">
782 <html:p>
783 <call-template name="apply-attrs" />
784 <apply-templates />
785 </html:p>
786 </template>
787 <template match="tei:persName">
788 <html:u class="persName">
789 <call-template name="apply-attrs" />
790 <apply-templates />
791 </html:u>
792 </template>
793 <template match="tei:pos">
794 <html:b class="pos">
795 <call-template name="apply-attrs" />
796 <apply-templates /><text>.</text>
797 </html:b>
798 <text> </text>
799 </template>
800 <template match="tei:pron">
801 <if test="preceding-sibling::tei:pron or ../preceding-sibling::tei:form/tei:pron">
802 <text>, </text>
803 </if>
804 <html:i class="pron">
805 <call-template name="apply-attrs" />
806 <apply-templates />
807 </html:i>
808 </template>
809 <template match="tei:ptr">
810 <html:a class="ptr">
811 <if test="@target">
812 <attribute name="href"><value-of select="@target" /></attribute>
813 </if>
814 <if test="@mimeType">
815 <attribute name="type"><value-of select="@mimeType" /></attribute>
816 </if>
817 <call-template name="apply-attrs" />
818 <choose>
819 <when test="@target and substring(@target, 1, 1)='#' and /.//tei:entry[@xml:id=substring(current()/@target, 2)]"><apply-templates select="/.//tei:entry[@xml:id=substring(current()/@target, 2)]/tei:form/tei:orth" /></when>
820 <otherwise><value-of select="@target" /></otherwise>
821 </choose>
822 </html:a>
823 </template>
824 <template match="tei:ref">
825 <html:a class="ref">
826 <if test="@target">
827 <attribute name="href"><value-of select="@target" /></attribute>
828 </if>
829 <if test="@mimeType">
830 <attribute name="type"><value-of select="@mimeType" /></attribute>
831 </if>
832 <call-template name="apply-attrs" />
833 <apply-templates />
834 </html:a>
835 </template>
836 <template match="tei:rs">
837 <html:u>
838 <attribute name="class">rs <value-of select="@type" /></attribute>
839 <call-template name="apply-attrs" />
840 <apply-templates />
841 </html:u>
842 </template>
843 <template match="tei:seg">
844 <html:span>
845 <attribute name="class">seg <value-of select="@type" /></attribute>
846 <call-template name="apply-attrs" />
847 <apply-templates />
848 </html:span>
849 </template>
850 <template match="tei:seg[@type='splash']">
851 <html:span class="seg splash">
852 <call-template name="apply-attrs" />
853 <if test="@subtype != 'default'">
854 <attribute name="hidden">hidden</attribute>
855 </if>
856 <apply-templates />
857 </html:span>
858 </template>
859 <template match="tei:surname">
860 <html:u class="surname">
861 <call-template name="apply-attrs" />
862 <apply-templates />
863 </html:u>
864 </template>
865 <template match="tei:title">
866 <html:cite class="title">
867 <call-template name="apply-attrs" />
868 <apply-templates />
869 </html:cite>
870 </template>
871 <template match="tei:titlePart">
872 <choose>
873 <when test="@type = 'main'">
874 <html:h1 class="titlePart main">
875 <call-template name="apply-attrs" />
876 <apply-templates />
877 </html:h1>
878 </when>
879 <otherwise>
880 <html:p>
881 <attribute name="class">titlePart <value-of select="@type" /></attribute>
882 <call-template name="apply-attrs" />
883 <apply-templates />
884 </html:p>
885 </otherwise>
886 </choose>
887 </template>
888 <template match="tei:expan/tei:choice[tei:abbr]">
889 <value-of select="tei:abbr" />
890 <if test="tei:expan"><text>(</text><apply-templates select="tei:expan" /><text>)</text></if>
891 </template>
892 <template match="*">
893 <choose>
894 <when test="@copyOf"><call-template name="resolve-copy" /></when>
895 <otherwise><apply-templates /></otherwise>
896 </choose>
897 </template>
898 </stylesheet>
899 </xenoData>
900
901 <!-- REVISION DESCRIPTIONS -->
902
903 <revisionDesc>
904 <change when="2023-12-21">
905 Minor updates to document metadata.
906 A new <choice><abbr>URI</abbr><expan>Uniform Resource Identifier</expan></choice> was provided; the old value was version‐specific, which is not actually useful (old versions of this dictionary are not being preserved).
907 <note type="version">2.04</note>
908 </change>
909 <change when="2022-09-27">
910 Minor revisions to make metadata current.
911 The name of the language was revised from <mentioned>Lrex</mentioned> to <mentioned>Elrex</mentioned> to aid in pronunciation.
912 <note type="version">2.03</note>
913 </change>
914 <change when="2017-10-23">
915 Minor markup improvements.
916 <note type="version">2.02</note>
917 </change>
918 <change when="2017-10-08">
919 Rewrote <choice><abbr>LREC</abbr><expan><choice><abbr>LexisML</abbr><expan>Lexis Markup Language</expan></choice> index RECord</expan></choice>+<choice><abbr>HTML</abbr><expan>HyperText Markup Language</expan></choice> dictionary files into a single <choice><abbr>TEI</abbr><expan>Text Encoding Initiative</expan></choice> document.
920 Corrections were made where errors were found and documentation was improved.
921 <note type="version">2.01</note>
922 </change>
923 <change when="2017-07-09">
924 Created <choice><abbr>LREC</abbr><expan><choice><abbr>LexisML</abbr><expan>Lexis Markup Language</expan></choice> index RECord</expan></choice>+<choice><abbr>HTML</abbr><expan>HyperText Markup Language</expan></choice> dictionary files, including frontmatter, from the original source documents.
925 <note type="version">1.01</note>
926 </change>
927 </revisionDesc>
928
929 <!-- END TEI HEADER -->
930
931 </teiHeader>
932
933 <!-- TEXT -->
934
935 <text>
936
937 <!-- FRONTMATTER -->
938
939 <front>
940
941 <!-- TITLE PAGE -->
942
943 <titlePage>
944 <docTitle>
945 <titlePart type="main" copyOf="#title-main" />
946 <titlePart type="sub" copyOf="#title-sub" />
947 </docTitle>
948 <byline>
949 <docAuthor copyOf="#author-name"></docAuthor>
950 </byline>
951 <docEdition copyOf="#version-no" />
952 <docDate when="2023-12-21">21 December 2023</docDate>
953 <epigraph>
954 <p>
955 <seg type="splash" subtype="default">Kingly!</seg>
956 <seg type="splash">Emotional!</seg>
957 <seg type="splash">Great!</seg>
958 <seg type="splash">Small!</seg>
959 <seg type="splash">Woah!</seg>
960 <seg type="splash">Good!</seg>
961 <seg type="splash">Bad!</seg>
962 <seg type="splash">Scary!</seg>
963 <seg type="splash">Shoo!</seg>
964 <seg type="splash">Fixed!</seg>
965 <seg type="splash">Out loud!</seg>
966 <seg type="splash">Edited!</seg>
967 <seg type="splash">.app!</seg>
968 <seg type="splash">Land ho!</seg>
969 </p>
970 </epigraph>
971 </titlePage>
972
973 <!-- PREFACE -->
974
975 <div xml:id="forward" type="preface">
976 <p>
977 <lang>Elrex</lang> is an early culture and language in the <lang>Jastu-Sevensi</lang> language family.
978 Most of the words in the known <lang>Elrex</lang> lexicon pertained to feelings or emotions, as these are the words which went on to influence later languages.
979 <lang>Elrex</lang> is highly onomatopœic and features a large number of vowels.
980 The spelling <mentioned>Lrex</mentioned> has traditionally been used as a shorthand for Elrex.
981 </p>
982 <p>
983 The words below are grouped into six generations based on their approximate times of origin.
984 The earliest of these are categorized as <mentioned><lang>Elrex version 1</lang></mentioned> and the latest as <mentioned><lang>Elrex version 6</lang></mentioned>.
985 As most of the influence on later <lang>Jastu-Sevensi</lang> languages occured around the time of <lang>Elrex version 5</lang>, our knowledge of <lang>Elrex version 6</lang> is incomplete.
986 </p>
987 <p>
988 Definitive etymological classifications for <lang>Elrex</lang> words have not been made.
989 However, in the later <lang>Elrex</lang> versions, broad associations have been noted.
990 These are marked via a <rs type="unicode">U+223B ∻ HOMOTHETIC</rs> <orgName>Unicode</orgName> character below.
991 </p>
992 <p>
993 As <lang>Elrex</lang> is in essence a speculative proto-language, the pronunciation data should not be taken as anything more than a broad guideline.
994 However, given an American English dialect, the following pronunciation key may be helpful:
995 </p>
996 <list type="gloss">
997 <label><mentioned>a</mentioned></label>
998 <item>Like the <mentioned>a</mentioned> in <mentioned>at</mentioned></item>
999 <label><mentioned>ā</mentioned></label>
1000 <item>Like the <mentioned>ay</mentioned> in <mentioned>play</mentioned></item>
1001 <label><mentioned>ä</mentioned></label>
1002 <item>Like the <mentioned>a</mentioned> in <mentioned>lawn</mentioned></item>
1003 <label><mentioned>ə</mentioned></label>
1004 <item>Like the <mentioned>u</mentioned> in <mentioned>fun</mentioned></item>
1005 <label><mentioned>e</mentioned></label>
1006 <item>Like the first <mentioned>e</mentioned> in <mentioned>enter</mentioned></item>
1007 <label><mentioned>ē</mentioned></label>
1008 <item>Like the <mentioned>e</mentioned> in <mentioned>be</mentioned></item>
1009 <label><mentioned>i</mentioned></label>
1010 <item>Like the <mentioned>i</mentioned> in <mentioned>it</mentioned></item>
1011 <label><mentioned>ī</mentioned></label>
1012 <item>Like the <mentioned>i</mentioned> in <mentioned>white</mentioned></item>
1013 <label><mentioned>ō</mentioned></label>
1014 <item>Like the <mentioned>o</mentioned> in <mentioned>grow</mentioned></item>
1015 <label><mentioned>u</mentioned></label>
1016 <item>Like the <mentioned>u</mentioned> in <mentioned>june</mentioned></item>
1017 <label><mentioned>œ</mentioned></label>
1018 <item>Like the <mentioned>oy</mentioned> in <mentioned>joy</mentioned></item>
1019 <label><mentioned></mentioned></label>
1020 <item>Similar to <mentioned>œ</mentioned>, above, except with the <mentioned>ē</mentioned> sound replaced with <mentioned>ī</mentioned></item>
1021 <label><mentioned>ǽ</mentioned></label>
1022 <item>Pronounced <mentioned>ay-eh</mentioned></item>
1023 </list>
1024 <p>
1025 <lang>Elrex</lang> has been given the language code <ident type="BCP47">art-x-lrx</ident>.
1026 As with any language using the <ident type="BCP47">art</ident> tag, specifying the <ident type="BCP47">Latn</ident> script may prove useful.
1027 <lang>Elrex</lang> has no known native script.
1028 </p>
1029 </div>
1030
1031 <!-- END FRONTMATTER -->
1032
1033 </front>
1034
1035 <!-- DICTIONARY BODY -->
1036
1037 <body xml:id="dict">
1038
1039 <!-- LREX I -->
1040
1041 <div xml:id="dict.0001">
1042 <head><lang>Lrex version 1</lang></head>
1043 <entry xml:id="dict.0001.oi">
1044 <form>
1045 <orth xml:lang="art-Latn-x-lrx-0001">oi</orth>
1046 </form>
1047 <gramGrp>
1048 <pos expand="exclamation">excl</pos>
1049 </gramGrp>
1050 <def>woah</def>
1051 </entry>
1052 <entry xml:id="dict.0001.ra">
1053 <form>
1054 <orth xml:lang="art-Latn-x-lrx-0001">ra</orth>
1055 </form>
1056 <gramGrp>
1057 <pos expand="exclamation">excl</pos>
1058 </gramGrp>
1059 <def>shoo</def>
1060 </entry>
1061 <entry xml:id="dict.0001.ee">
1062 <form>
1063 <orth xml:lang="art-Latn-x-lrx-0001">ee</orth>
1064 </form>
1065 <gramGrp>
1066 <pos expand="adjective">adj</pos>
1067 </gramGrp>
1068 <def>good</def>
1069 </entry>
1070 <entry xml:id="dict.0001.tah">
1071 <form>
1072 <orth xml:lang="art-Latn-x-lrx-0001">tah</orth>
1073 </form>
1074 <gramGrp>
1075 <pos expand="pronoun">pron</pos>
1076 </gramGrp>
1077 <def>that</def>
1078 </entry>
1079 <entry xml:id="dict.0001.aah">
1080 <form>
1081 <orth xml:lang="art-Latn-x-lrx-0001">aah</orth>
1082 </form>
1083 <gramGrp>
1084 <pos expand="adjective">adj</pos>
1085 </gramGrp>
1086 <def>bad</def>
1087 </entry>
1088 <entry xml:id="dict.0001.aei">
1089 <form>
1090 <orth xml:lang="art-Latn-x-lrx-0001">aei</orth>
1091 </form>
1092 <gramGrp>
1093 <pos expand="adjective">adj</pos>
1094 </gramGrp>
1095 <def>scary</def>
1096 </entry>
1097 </div>
1098
1099 <!-- LREX II -->
1100
1101 <div xml:id="dict.0002">
1102 <head><lang>Lrex version 2</lang></head>
1103 <entry xml:id="dict.0002.ohwei">
1104 <form>
1105 <orth xml:lang="art-Latn-x-lrx-0002">ohwei</orth>
1106 </form>
1107 <gramGrp>
1108 <pos expand="adjective">adj</pos>
1109 </gramGrp>
1110 <def>surprising</def>
1111 </entry>
1112 <entry xml:id="dict.0002.raoi">
1113 <form>
1114 <orth xml:lang="art-Latn-x-lrx-0002">raoi</orth>
1115 </form>
1116 <gramGrp>
1117 <pos expand="verb">v</pos>
1118 </gramGrp>
1119 <def>leave</def>
1120 </entry>
1121 <entry xml:id="dict.0002.sa">
1122 <form>
1123 <orth xml:lang="art-Latn-x-lrx-0002">sa</orth>
1124 </form>
1125 <gramGrp>
1126 <pos expand="exclamation">excl</pos>
1127 <pos expand="verb">v</pos>
1128 </gramGrp>
1129 <def>stop/shoo</def>
1130 </entry>
1131 <entry xml:id="dict.0002.ae">
1132 <form>
1133 <orth xml:lang="art-Latn-x-lrx-0002">ae</orth>
1134 </form>
1135 <gramGrp>
1136 <pos expand="adjective">adj</pos>
1137 </gramGrp>
1138 <def>good/pleasant</def>
1139 </entry>
1140 <entry xml:id="dict.0002.ee">
1141 <form>
1142 <orth xml:lang="art-Latn-x-lrx-0002">ee</orth>
1143 </form>
1144 <gramGrp>
1145 <pos expand="adjective">adj</pos>
1146 </gramGrp>
1147 <def>great</def>
1148 </entry>
1149 <entry xml:id="dict.0002.uh">
1150 <form>
1151 <orth xml:lang="art-Latn-x-lrx-0002">uh</orth>
1152 </form>
1153 <gramGrp>
1154 <pos expand="adjective">adj</pos>
1155 </gramGrp>
1156 <def>relaxing</def>
1157 </entry>
1158 <entry xml:id="dict.0002.tuh">
1159 <form>
1160 <orth xml:lang="art-Latn-x-lrx-0002">tuh</orth>
1161 </form>
1162 <gramGrp>
1163 <pos expand="pronoun">pron</pos>
1164 </gramGrp>
1165 <def>this/that/you/me/etc.</def>
1166 </entry>
1167 <entry xml:id="dict.0002.aah">
1168 <form>
1169 <orth xml:lang="art-Latn-x-lrx-0002">aah</orth>
1170 </form>
1171 <gramGrp>
1172 <pos expand="adjective">adj</pos>
1173 </gramGrp>
1174 <def>bad</def>
1175 </entry>
1176 <entry xml:id="dict.0002.iy">
1177 <form>
1178 <orth xml:lang="art-Latn-x-lrx-0002">iy</orth>
1179 </form>
1180 <gramGrp>
1181 <pos expand="adjective">adj</pos>
1182 </gramGrp>
1183 <def>scary</def>
1184 </entry>
1185 <entry xml:id="dict.0002.ta">
1186 <form>
1187 <orth xml:lang="art-Latn-x-lrx-0002">ta</orth>
1188 </form>
1189 <gramGrp>
1190 <pos expand="adjective">adj</pos>
1191 </gramGrp>
1192 <def>do</def>
1193 </entry>
1194 </div>
1195
1196 <!-- LREX III -->
1197
1198 <div xml:id="dict.0003">
1199 <head><lang>Lrex version 3</lang></head>
1200 <entry xml:id="dict.0003.koi">
1201 <form>
1202 <orth xml:lang="art-Latn-x-lrx-0003">koi</orth>
1203 </form>
1204 <gramGrp>
1205 <pos expand="verb">v</pos>
1206 </gramGrp>
1207 <def>stop</def>
1208 </entry>
1209 <entry xml:id="dict.0003.ka">
1210 <form>
1211 <orth xml:lang="art-Latn-x-lrx-0003">ka</orth>
1212 </form>
1213 <gramGrp>
1214 <pos expand="verb">v</pos>
1215 </gramGrp>
1216 <def>go</def>
1217 </entry>
1218 <entry xml:id="dict.0003.ohwi">
1219 <form>
1220 <orth xml:lang="art-Latn-x-lrx-0003">ohwi</orth>
1221 </form>
1222 <gramGrp>
1223 <pos expand="exclamation">excl</pos>
1224 </gramGrp>
1225 <def>a surprised exclamation</def>
1226 </entry>
1227 <entry xml:id="dict.0003.rie">
1228 <form>
1229 <orth xml:lang="art-Latn-x-lrx-0003">rie</orth>
1230 </form>
1231 <gramGrp>
1232 <pos expand="verb">v</pos>
1233 </gramGrp>
1234 <def>leave</def>
1235 </entry>
1236 <entry xml:id="dict.0003.soi">
1237 <form>
1238 <orth xml:lang="art-Latn-x-lrx-0003">soi</orth>
1239 </form>
1240 <gramGrp>
1241 <pos expand="verb">v</pos>
1242 </gramGrp>
1243 <def>quit</def>
1244 </entry>
1245 <entry xml:id="dict.0003.sie">
1246 <form>
1247 <orth xml:lang="art-Latn-x-lrx-0003">sie</orth>
1248 </form>
1249 <gramGrp>
1250 <pos expand="exclamation">excl</pos>
1251 <pos expand="verb">v</pos>
1252 </gramGrp>
1253 <def>shoo</def>
1254 </entry>
1255 <entry xml:id="dict.0003.hae">
1256 <form>
1257 <orth xml:lang="art-Latn-x-lrx-0003">hae</orth>
1258 </form>
1259 <gramGrp>
1260 <pos expand="adjective">adj</pos>
1261 </gramGrp>
1262 <def>good</def>
1263 </entry>
1264 <entry xml:id="dict.0003.aahe">
1265 <form>
1266 <orth xml:lang="art-Latn-x-lrx-0003">aahe</orth>
1267 </form>
1268 <gramGrp>
1269 <pos expand="adjective">adj</pos>
1270 </gramGrp>
1271 <def>pleasant</def>
1272 </entry>
1273 <entry xml:id="dict.0003.eehai">
1274 <form>
1275 <orth xml:lang="art-Latn-x-lrx-0003">eehai</orth>
1276 </form>
1277 <gramGrp>
1278 <pos expand="adjective">adj</pos>
1279 </gramGrp>
1280 <def>calm</def>
1281 </entry>
1282 <entry xml:id="dict.0003.uhai">
1283 <form>
1284 <orth xml:lang="art-Latn-x-lrx-0003">uhai</orth>
1285 </form>
1286 <gramGrp>
1287 <pos expand="adjective">adj</pos>
1288 </gramGrp>
1289 <def>relaxing</def>
1290 </entry>
1291 <entry xml:id="dict.0003.tuwei">
1292 <form>
1293 <orth xml:lang="art-Latn-x-lrx-0003">tuwei</orth>
1294 </form>
1295 <gramGrp>
1296 <pos expand="pronoun">pron</pos>
1297 </gramGrp>
1298 <def>this/that</def>
1299 </entry>
1300 <entry xml:id="dict.0003.uhwei">
1301 <form>
1302 <orth xml:lang="art-Latn-x-lrx-0003">uhwei</orth>
1303 </form>
1304 <gramGrp>
1305 <pos expand="pronoun">pron</pos>
1306 </gramGrp>
1307 <def>he/she/they</def>
1308 </entry>
1309 <entry xml:id="dict.0003.ahnwei">
1310 <form>
1311 <orth xml:lang="art-Latn-x-lrx-0003">ahnwei</orth>
1312 </form>
1313 <gramGrp>
1314 <pos expand="adjective">adj</pos>
1315 </gramGrp>
1316 <def>bad</def>
1317 </entry>
1318 <entry xml:id="dict.0003.iywei">
1319 <form>
1320 <orth xml:lang="art-Latn-x-lrx-0003">iywei</orth>
1321 </form>
1322 <gramGrp>
1323 <pos expand="adjective">adj</pos>
1324 </gramGrp>
1325 <def>scary</def>
1326 </entry>
1327 <entry xml:id="dict.0003.tai">
1328 <form>
1329 <orth xml:lang="art-Latn-x-lrx-0003">tai</orth>
1330 </form>
1331 <gramGrp>
1332 <pos expand="adjective">adj</pos>
1333 </gramGrp>
1334 <def>do</def>
1335 </entry>
1336 <entry xml:id="dict.0003.-wei">
1337 <form>
1338 <orth xml:lang="art-Latn-x-lrx-0003">-wei</orth>
1339 <pron></pron>
1340 </form>
1341 <gramGrp>
1342 <pos>affix</pos>
1343 </gramGrp>
1344 <def>of or pertaining to a thing</def>
1345 </entry>
1346 <entry xml:id="dict.0003.-hai">
1347 <form>
1348 <orth xml:lang="art-Latn-x-lrx-0003">-hai</orth>
1349 <pron></pron>
1350 </form>
1351 <gramGrp>
1352 <pos>affix</pos>
1353 </gramGrp>
1354 <def>calm</def>
1355 </entry>
1356 <entry xml:id="dict.0003.-he">
1357 <form>
1358 <orth xml:lang="art-Latn-x-lrx-0003">-he</orth>
1359 <pron>he</pron>
1360 </form>
1361 <form type="variant">
1362 <orth xml:lang="art-Latn-x-lrx-0003">-hǽ</orth>
1363 <pron></pron>
1364 </form>
1365 <gramGrp>
1366 <pos>affix</pos>
1367 </gramGrp>
1368 <def>good</def>
1369 </entry>
1370 <entry xml:id="dict.0003.aa-">
1371 <form>
1372 <orth xml:lang="art-Latn-x-lrx-0003">aa-</orth>
1373 <pron>ä</pron>
1374 </form>
1375 <gramGrp>
1376 <pos>affix</pos>
1377 </gramGrp>
1378 <def>somewhat</def>
1379 </entry>
1380 <entry xml:id="dict.0003.ahn-">
1381 <form>
1382 <orth xml:lang="art-Latn-x-lrx-0003">ahn-</orth>
1383 <pron>än</pron>
1384 </form>
1385 <gramGrp>
1386 <pos>affix</pos>
1387 </gramGrp>
1388 <def>bad</def>
1389 </entry>
1390 <entry xml:id="dict.0003.iy-">
1391 <form>
1392 <orth xml:lang="art-Latn-x-lrx-0003">iy-</orth>
1393 <pron>ī</pron>
1394 </form>
1395 <gramGrp>
1396 <pos>affix</pos>
1397 </gramGrp>
1398 <def>scary</def>
1399 </entry>
1400 </div>
1401
1402 <!-- LREX IV -->
1403
1404 <div xml:id="dict.0004">
1405 <head><lang>Lrex version 4</lang></head>
1406 <entry xml:id="dict.0004.kohwhǽ">
1407 <form>
1408 <orth xml:lang="art-Latn-x-lrx-0004">kohwhǽ</orth>
1409 <pron>kō+&#x200B;whǽ</pron>
1410 </form>
1411 <gramGrp>
1412 <pos expand="verb">v</pos>
1413 </gramGrp>
1414 <def>stop/wait</def>
1415 </entry>
1416 <entry xml:id="dict.0004.tawhǽ">
1417 <form>
1418 <orth xml:lang="art-Latn-x-lrx-0004">tawhǽ</orth>
1419 <pron>tä+&#x200B;whǽ</pron>
1420 </form>
1421 <gramGrp>
1422 <pos expand="verb">v</pos>
1423 </gramGrp>
1424 <def>go</def>
1425 </entry>
1426 <entry xml:id="dict.0004.ohwy">
1427 <form>
1428 <orth xml:lang="art-Latn-x-lrx-0004">ohwy</orth>
1429 <pron>ōh+&#x200B;</pron>
1430 </form>
1431 <gramGrp>
1432 <pos expand="exclamation">excl</pos>
1433 </gramGrp>
1434 <def>a surprised exclamation</def>
1435 </entry>
1436 <entry xml:id="dict.0004.wahwei">
1437 <form>
1438 <orth xml:lang="art-Latn-x-lrx-0004">wahwei</orth>
1439 <pron>wä+&#x200B;</pron>
1440 </form>
1441 <gramGrp>
1442 <pos expand="adjective">adj</pos>
1443 </gramGrp>
1444 <def>surprising</def>
1445 </entry>
1446 <entry xml:id="dict.0004.rie">
1447 <form>
1448 <orth xml:lang="art-Latn-x-lrx-0004">rie</orth>
1449 <pron></pron>
1450 </form>
1451 <gramGrp>
1452 <pos expand="verb">v</pos>
1453 </gramGrp>
1454 <def>leave</def>
1455 </entry>
1456 <entry xml:id="dict.0004.kotai">
1457 <form>
1458 <orth xml:lang="art-Latn-x-lrx-0004">kotai</orth>
1459 <pron>kō+&#x200B;</pron>
1460 </form>
1461 <gramGrp>
1462 <pos expand="verb">v</pos>
1463 </gramGrp>
1464 <def>quit</def>
1465 </entry>
1466 <entry xml:id="dict.0004.rawhǽ">
1467 <form>
1468 <orth xml:lang="art-Latn-x-lrx-0004">rawhǽ</orth>
1469 <pron>rä+&#x200B;whǽ</pron>
1470 </form>
1471 <gramGrp>
1472 <pos expand="exclamation">excl</pos>
1473 <pos expand="verb">v</pos>
1474 </gramGrp>
1475 <def>shoo</def>
1476 </entry>
1477 <entry xml:id="dict.0004.hae">
1478 <form>
1479 <orth xml:lang="art-Latn-x-lrx-0004">hae</orth>
1480 <pron></pron>
1481 </form>
1482 <gramGrp>
1483 <pos expand="adjective">adj</pos>
1484 </gramGrp>
1485 <def>good</def>
1486 </entry>
1487 <entry xml:id="dict.0004.ahǽ">
1488 <form>
1489 <orth xml:lang="art-Latn-x-lrx-0004">ahǽ</orth>
1490 <pron>ah+&#x200B;ǽ</pron>
1491 </form>
1492 <gramGrp>
1493 <pos expand="adjective">adj</pos>
1494 </gramGrp>
1495 <def>pleasant</def>
1496 </entry>
1497 <entry xml:id="dict.0004.eehae">
1498 <form>
1499 <orth xml:lang="art-Latn-x-lrx-0004">eehae</orth>
1500 <pron>ē+&#x200B;</pron>
1501 </form>
1502 <gramGrp>
1503 <pos expand="adjective">adj</pos>
1504 </gramGrp>
1505 <def>great</def>
1506 </entry>
1507 <entry xml:id="dict.0004.eehoi">
1508 <form>
1509 <orth xml:lang="art-Latn-x-lrx-0004">eehoi</orth>
1510 <pron>ē+&#x200B;hớ</pron>
1511 </form>
1512 <gramGrp>
1513 <pos expand="adjective">adj</pos>
1514 </gramGrp>
1515 <def>peaceful</def>
1516 </entry>
1517 <entry xml:id="dict.0004.hohwǽ'ihy">
1518 <form>
1519 <orth xml:lang="art-Latn-x-lrx-0004">hohwǽ'ihy</orth>
1520 <pron>hō+&#x200B;wǽ·&#x200B;ī</pron>
1521 </form>
1522 <gramGrp>
1523 <pos expand="adjective">adj</pos>
1524 </gramGrp>
1525 <def>calm</def>
1526 </entry>
1527 <entry xml:id="dict.0004.hoita">
1528 <form>
1529 <orth xml:lang="art-Latn-x-lrx-0004">hoita</orth>
1530 <pron>hōē+&#x200B;</pron>
1531 </form>
1532 <gramGrp>
1533 <pos expand="adjective">adj</pos>
1534 </gramGrp>
1535 <def>relaxing</def>
1536 </entry>
1537 <entry xml:id="dict.0004.awei">
1538 <form>
1539 <orth xml:lang="art-Latn-x-lrx-0004">awei</orth>
1540 <pron>ä+&#x200B;</pron>
1541 </form>
1542 <gramGrp>
1543 <pos expand="pronoun">pron</pos>
1544 </gramGrp>
1545 <def>something (this/that)</def>
1546 </entry>
1547 <entry xml:id="dict.0004.uhwei">
1548 <form>
1549 <orth xml:lang="art-Latn-x-lrx-0004">uhwei</orth>
1550 <pron>ə+&#x200B;</pron>
1551 </form>
1552 <gramGrp>
1553 <pos expand="pronoun">pron</pos>
1554 </gramGrp>
1555 <def>he/she/they</def>
1556 </entry>
1557 <entry xml:id="dict.0004.ahn">
1558 <form>
1559 <orth xml:lang="art-Latn-x-lrx-0004">ahn</orth>
1560 <pron>än</pron>
1561 </form>
1562 <gramGrp>
1563 <pos expand="adjective">adj</pos>
1564 </gramGrp>
1565 <def>bad</def>
1566 </entry>
1567 <entry xml:id="dict.0004.koe">
1568 <form>
1569 <orth xml:lang="art-Latn-x-lrx-0004">koe</orth>
1570 <pron></pron>
1571 </form>
1572 <gramGrp>
1573 <pos expand="exclamation">excl</pos>
1574 </gramGrp>
1575 <def>no</def>
1576 </entry>
1577 <entry xml:id="dict.0004.taw">
1578 <form>
1579 <orth xml:lang="art-Latn-x-lrx-0004">taw</orth>
1580 <pron>täw</pron>
1581 </form>
1582 <gramGrp>
1583 <pos expand="exclamation">excl</pos>
1584 </gramGrp>
1585 <def>yes</def>
1586 </entry>
1587 <entry xml:id="dict.0004.iy">
1588 <form>
1589 <orth xml:lang="art-Latn-x-lrx-0004">iy</orth>
1590 <pron>ī</pron>
1591 </form>
1592 <gramGrp>
1593 <pos expand="adjective">adj</pos>
1594 </gramGrp>
1595 <def>scary</def>
1596 </entry>
1597 <entry xml:id="dict.0004.ee">
1598 <form>
1599 <orth xml:lang="art-Latn-x-lrx-0004">ee</orth>
1600 <pron>ē</pron>
1601 </form>
1602 <gramGrp>
1603 <pos expand="adverb">adv</pos>
1604 </gramGrp>
1605 <def>very</def>
1606 </entry>
1607 <entry xml:id="dict.0004.een">
1608 <form>
1609 <orth xml:lang="art-Latn-x-lrx-0004">een</orth>
1610 <pron>ēn</pron>
1611 </form>
1612 <gramGrp>
1613 <pos expand="adjective">adj</pos>
1614 </gramGrp>
1615 <def>very bad / horrible</def>
1616 </entry>
1617 <entry xml:id="dict.0004.eeyih">
1618 <form>
1619 <orth xml:lang="art-Latn-x-lrx-0004">eeyih</orth>
1620 <pron>ē+&#x200B;yīh</pron>
1621 </form>
1622 <gramGrp>
1623 <pos expand="adjective">adj</pos>
1624 </gramGrp>
1625 <def>very frightening</def>
1626 </entry>
1627 <entry xml:id="dict.0004.a-">
1628 <form>
1629 <orth xml:lang="art-Latn-x-lrx-0004">a-</orth>
1630 <pron>ä</pron>
1631 </form>
1632 <gramGrp>
1633 <pos>affix</pos>
1634 </gramGrp>
1635 <def>somewhat/one</def>
1636 </entry>
1637 <entry xml:id="dict.0004.aht">
1638 <form>
1639 <orth xml:lang="art-Latn-x-lrx-0004">aht</orth>
1640 <pron>ät</pron>
1641 </form>
1642 <gramGrp>
1643 <pos expand="adverb">adv</pos>
1644 </gramGrp>
1645 <def>moderately</def>
1646 </entry>
1647 <entry xml:id="dict.0004.wah">
1648 <form>
1649 <orth xml:lang="art-Latn-x-lrx-0004">wah</orth>
1650 <pron></pron>
1651 </form>
1652 <gramGrp>
1653 <pos expand="adjective">adj</pos>
1654 </gramGrp>
1655 <def>different/strange</def>
1656 </entry>
1657 <entry xml:id="dict.0004.whǽ">
1658 <form>
1659 <orth xml:lang="art-Latn-x-lrx-0004">whǽ</orth>
1660 <pron>whǽ</pron>
1661 </form>
1662 <gramGrp>
1663 <pos expand="verb">v</pos>
1664 </gramGrp>
1665 <def>go</def>
1666 </entry>
1667 </div>
1668
1669 <!-- LREX V -->
1670
1671 <div xml:id="dict.0005">
1672 <head><lang>Lrex version 5</lang></head>
1673 <entry xml:id="dict.0005.aln">
1674 <form>
1675 <orth xml:lang="art-Latn-x-lrx-0005">aln</orth>
1676 <pron>äln</pron>
1677 </form>
1678 <gramGrp>
1679 <pos expand="pronoun">pron</pos>
1680 </gramGrp>
1681 <def>some</def>
1682 </entry>
1683 <entry xml:id="dict.0005.älhǽ">
1684 <form>
1685 <orth xml:lang="art-Latn-x-lrx-0005">alhǽ</orth>
1686 <pron>äl+&#x200B;</pron>
1687 </form>
1688 <gramGrp>
1689 <pos expand="adjective">adj</pos>
1690 </gramGrp>
1691 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.aln" /></etym>
1692 <def>pleasant</def>
1693 </entry>
1694 <entry xml:id="dict.0005.alwei">
1695 <form>
1696 <orth xml:lang="art-Latn-x-lrx-0005">alwei</orth>
1697 <pron>äl+&#x200B;</pron>
1698 </form>
1699 <gramGrp>
1700 <pos expand="pronoun">pron</pos>
1701 </gramGrp>
1702 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.aln" /></etym>
1703 <def>something</def>
1704 </entry>
1705 <entry xml:id="dict.0005.alht">
1706 <form>
1707 <orth xml:lang="art-Latn-x-lrx-0005">alht</orth>
1708 <pron>älht</pron>
1709 </form>
1710 <gramGrp>
1711 <pos expand="adverb">adv</pos>
1712 </gramGrp>
1713 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.aln" /></etym>
1714 <def>moderately</def>
1715 </entry>
1716 <entry xml:id="dict.0005.hǽn">
1717 <form>
1718 <orth xml:lang="art-Latn-x-lrx-0005">hǽn</orth>
1719 <pron>hǽn</pron>
1720 </form>
1721 <gramGrp>
1722 <pos expand="adjective">adj</pos>
1723 </gramGrp>
1724 <def>good</def>
1725 </entry>
1726 <entry xml:id="dict.0005.hoin">
1727 <form>
1728 <orth xml:lang="art-Latn-x-lrx-0005">hoin</orth>
1729 <pron>hœn</pron>
1730 </form>
1731 <gramGrp>
1732 <pos expand="adverb">adv</pos>
1733 </gramGrp>
1734 <def>still</def>
1735 </entry>
1736 <entry xml:id="dict.0005.hohwǽ'uh">
1737 <form>
1738 <orth xml:lang="art-Latn-x-lrx-0005">hohwǽ'uh</orth>
1739 <pron>hō+&#x200B;wǽ·&#x200B;ə</pron>
1740 </form>
1741 <gramGrp>
1742 <pos expand="adjective">adj</pos>
1743 </gramGrp>
1744 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.hoin" /></etym>
1745 <def>calm</def>
1746 </entry>
1747 <entry xml:id="dict.0005.hoiten">
1748 <form>
1749 <orth xml:lang="art-Latn-x-lrx-0005">hoiten</orth>
1750 <pron>hœ+&#x200B;ten</pron>
1751 </form>
1752 <gramGrp>
1753 <pos expand="adjective">adj</pos>
1754 </gramGrp>
1755 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.hoin" /></etym>
1756 <def>relaxing</def>
1757 </entry>
1758 <entry xml:id="dict.0005.ee">
1759 <form>
1760 <orth xml:lang="art-Latn-x-lrx-0005">ee</orth>
1761 <pron>ē</pron>
1762 </form>
1763 <gramGrp>
1764 <pos expand="adverb">adv</pos>
1765 </gramGrp>
1766 <def>very</def>
1767 </entry>
1768 <entry xml:id="dict.0005.elnhǽ">
1769 <form>
1770 <orth xml:lang="art-Latn-x-lrx-0005">elnhǽ</orth>
1771 <pron>eln+&#x200B;</pron>
1772 </form>
1773 <gramGrp>
1774 <pos expand="adjective">adj</pos>
1775 </gramGrp>
1776 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.ee" /></etym>
1777 <def>great</def>
1778 </entry>
1779 <entry xml:id="dict.0005.elnhoi">
1780 <form>
1781 <orth xml:lang="art-Latn-x-lrx-0005">elnhoi</orth>
1782 <pron>eln+&#x200B;</pron>
1783 </form>
1784 <gramGrp>
1785 <pos expand="adjective">adj</pos>
1786 </gramGrp>
1787 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.ee" /></etym>
1788 <def>peaceful</def>
1789 </entry>
1790 <entry xml:id="dict.0005.elnhun">
1791 <form>
1792 <orth xml:lang="art-Latn-x-lrx-0005">elnhun</orth>
1793 <pron>eln+&#x200B;hən</pron>
1794 </form>
1795 <gramGrp>
1796 <pos expand="adjective">adj</pos>
1797 </gramGrp>
1798 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.ee" /></etym>
1799 <def>horrible</def>
1800 </entry>
1801 <entry xml:id="dict.0005.elnyih">
1802 <form>
1803 <orth xml:lang="art-Latn-x-lrx-0005">elnyih</orth>
1804 <pron>eln+&#x200B;yīh</pron>
1805 </form>
1806 <gramGrp>
1807 <pos expand="adjective">adj</pos>
1808 </gramGrp>
1809 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.ee" /></etym>
1810 <def>very frightening</def>
1811 </entry>
1812 <entry xml:id="dict.0005.un">
1813 <form>
1814 <orth xml:lang="art-Latn-x-lrx-0005">un</orth>
1815 <pron>ən</pron>
1816 </form>
1817 <gramGrp>
1818 <pos expand="adjective">adj</pos>
1819 </gramGrp>
1820 <def>bad</def>
1821 </entry>
1822 <entry xml:id="dict.0005.koen">
1823 <form>
1824 <orth xml:lang="art-Latn-x-lrx-0005">koen</orth>
1825 <pron>kō+&#x200B;en</pron>
1826 </form>
1827 <gramGrp>
1828 <pos expand="adverb">adv</pos>
1829 <pos expand="exclamation">excl</pos>
1830 </gramGrp>
1831 <def>no/not</def>
1832 </entry>
1833 <entry xml:id="dict.0005.koewhǽ">
1834 <form>
1835 <orth xml:lang="art-Latn-x-lrx-0005">koewhǽ</orth>
1836 <pron>kœ+&#x200B;whǽ</pron>
1837 </form>
1838 <gramGrp>
1839 <pos expand="verb">v</pos>
1840 </gramGrp>
1841 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.koen" /></etym>
1842 <def>stop/wait</def>
1843 </entry>
1844 <entry xml:id="dict.0005.koeta">
1845 <form>
1846 <orth xml:lang="art-Latn-x-lrx-0005">koeta</orth>
1847 <pron>kœ+&#x200B;</pron>
1848 </form>
1849 <gramGrp>
1850 <pos expand="verb">v</pos>
1851 </gramGrp>
1852 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.koen" /></etym>
1853 <def>quit</def>
1854 </entry>
1855 <entry xml:id="dict.0005.tawen">
1856 <form>
1857 <orth xml:lang="art-Latn-x-lrx-0005">tawen</orth>
1858 <pron>täw+&#x200B;en</pron>
1859 </form>
1860 <gramGrp>
1861 <pos expand="adjective">adj</pos>
1862 <pos expand="excl">exclamation</pos>
1863 </gramGrp>
1864 <def>yes/right</def>
1865 </entry>
1866 <entry xml:id="dict.0005.tehǽ">
1867 <form>
1868 <orth xml:lang="art-Latn-x-lrx-0005">tehǽ</orth>
1869 <pron>täh+&#x200B;ǽ</pron>
1870 </form>
1871 <gramGrp>
1872 <pos expand="verb">v</pos>
1873 </gramGrp>
1874 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.tawen" /></etym>
1875 <def>go</def>
1876 </entry>
1877 <entry xml:id="dict.0005.wah">
1878 <form>
1879 <orth xml:lang="art-Latn-x-lrx-0005">wah</orth>
1880 <pron>wäh</pron>
1881 </form>
1882 <gramGrp>
1883 <pos expand="adjective">adj</pos>
1884 </gramGrp>
1885 <def>strange</def>
1886 </entry>
1887 <entry xml:id="dict.0005.wahnei">
1888 <form>
1889 <orth xml:lang="art-Latn-x-lrx-0005">wahnei</orth>
1890 <pron>wäh+&#x200B;</pron>
1891 </form>
1892 <gramGrp>
1893 <pos expand="adjective">adj</pos>
1894 </gramGrp>
1895 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.wah" /></etym>
1896 <def>surprising</def>
1897 </entry>
1898 <entry xml:id="dict.0005.rie">
1899 <form>
1900 <orth xml:lang="art-Latn-x-lrx-0005">rie</orth>
1901 <pron></pron>
1902 </form>
1903 <gramGrp>
1904 <pos expand="verb">v</pos>
1905 </gramGrp>
1906 <def>leave</def>
1907 </entry>
1908 <entry xml:id="dict.0005.raewhǽ">
1909 <form>
1910 <orth xml:lang="art-Latn-x-lrx-0005">raewhǽ</orth>
1911 <pron>rā+&#x200B;whǽ</pron>
1912 </form>
1913 <gramGrp>
1914 <pos expand="verb">v</pos>
1915 </gramGrp>
1916 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.rie" /></etym>
1917 <def>shoo</def>
1918 </entry>
1919 <entry xml:id="dict.0005.whǽn">
1920 <form>
1921 <orth xml:lang="art-Latn-x-lrx-0005">whǽn</orth>
1922 <pron>whǽn</pron>
1923 </form>
1924 <gramGrp>
1925 <pos expand="verb">v</pos>
1926 </gramGrp>
1927 <def>move</def>
1928 </entry>
1929 <entry xml:id="dict.0005.ohn">
1930 <form>
1931 <orth xml:lang="art-Latn-x-lrx-0005">ohn</orth>
1932 <pron>ōhn</pron>
1933 </form>
1934 <gramGrp>
1935 <pos expand="pronoun">pron</pos>
1936 </gramGrp>
1937 <def>move</def>
1938 </entry>
1939 <entry xml:id="dict.0005.ono">
1940 <form>
1941 <orth xml:lang="art-Latn-x-lrx-0005">ono</orth>
1942 <pron>ō+&#x200B;</pron>
1943 </form>
1944 <gramGrp>
1945 <pos expand="pronoun">pron</pos>
1946 </gramGrp>
1947 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.ohn" /></etym>
1948 <def>you</def>
1949 </entry>
1950 <entry xml:id="dict.0005.jo">
1951 <form>
1952 <orth xml:lang="art-Latn-x-lrx-0005">jo</orth>
1953 <pron>ʒō</pron>
1954 </form>
1955 <gramGrp>
1956 <pos expand="pronoun">pron</pos>
1957 </gramGrp>
1958 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.ohn" /></etym>
1959 <def>me/i</def>
1960 </entry>
1961 <entry xml:id="dict.0005.ohnwei">
1962 <form>
1963 <orth xml:lang="art-Latn-x-lrx-0005">ohnwei</orth>
1964 <pron>ōhn+&#x200B;</pron>
1965 </form>
1966 <gramGrp>
1967 <pos expand="pronoun">pron</pos>
1968 </gramGrp>
1969 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.ohn" /></etym>
1970 <def>they/he/she</def>
1971 </entry>
1972 <entry xml:id="dict.0005.wiev">
1973 <form>
1974 <orth xml:lang="art-Latn-x-lrx-0005">wiev</orth>
1975 <pron>wēv</pron>
1976 </form>
1977 <gramGrp>
1978 <pos expand="noun">n</pos>
1979 </gramGrp>
1980 <def>thing</def>
1981 </entry>
1982 <entry xml:id="dict.0005.sǽna">
1983 <form>
1984 <orth xml:lang="art-Latn-x-lrx-0005">sǽna</orth>
1985 <pron>sǽ+&#x200B;</pron>
1986 </form>
1987 <gramGrp>
1988 <pos expand="verb">v</pos>
1989 </gramGrp>
1990 <def>are/is</def>
1991 </entry>
1992 <entry xml:id="dict.0005.sǽkon">
1993 <form>
1994 <orth xml:lang="art-Latn-x-lrx-0005">sǽkon</orth>
1995 <pron>sǽ+&#x200B;kōn</pron>
1996 </form>
1997 <gramGrp>
1998 <pos expand="verb">v</pos>
1999 </gramGrp>
2000 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.sǽna" /></etym>
2001 <def>are/is not</def>
2002 </entry>
2003 <entry xml:id="dict.0005.teen">
2004 <form>
2005 <orth xml:lang="art-Latn-x-lrx-0005">teen</orth>
2006 <pron>tēn</pron>
2007 </form>
2008 <gramGrp>
2009 <pos expand="verb">v</pos>
2010 </gramGrp>
2011 <def>do</def>
2012 </entry>
2013 <entry xml:id="dict.0005.teewǽn">
2014 <form>
2015 <orth xml:lang="art-Latn-x-lrx-0005">teewǽn</orth>
2016 <pron>tē+&#x200B;wǽn</pron>
2017 </form>
2018 <gramGrp>
2019 <pos expand="verb">v</pos>
2020 <pos expand="adjective">adj</pos>
2021 </gramGrp>
2022 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.teen" /></etym>
2023 <def>live/alive</def>
2024 </entry>
2025 <entry xml:id="dict.0005.tekowǽn">
2026 <form>
2027 <orth xml:lang="art-Latn-x-lrx-0005">tekowǽn</orth>
2028 <pron>tā+&#x200B;kō+&#x200B;&#x200B;wǽn</pron>
2029 </form>
2030 <gramGrp>
2031 <pos expand="verb">v</pos>
2032 <pos expand="adjective">adj</pos>
2033 </gramGrp>
2034 <etym><seg expand="related to"></seg> <ptr target="#dict.0005.teen" /></etym>
2035 <def>die/dead</def>
2036 </entry>
2037 </div>
2038
2039 <!-- LREX VI -->
2040
2041 <div xml:id="dict.0006">
2042 <head><lang>Lrex version 6</lang></head>
2043 <entry xml:id="dict.0006.tewǽ">
2044 <form type="class">
2045 <orth xml:lang="art-Latn-x-lrx-0006">tewǽ</orth>
2046 </form>
2047 <def>life</def>
2048 </entry>
2049 <entry xml:id="dict.0006.tewǽn">
2050 <form>
2051 <orth xml:lang="art-Latn-x-lrx-0006">tewǽn</orth>
2052 <pron>tā+&#x200B;wǽn</pron>
2053 </form>
2054 <gramGrp>
2055 <pos expand="adjective">adj</pos>
2056 </gramGrp>
2057 <etym><seg expand="related to"></seg> <ptr target="#dict.0006.tewǽ" /> <gloss>life</gloss></etym>
2058 <def>alive</def>
2059 </entry>
2060 <entry xml:id="dict.0006.tewhǽ">
2061 <form>
2062 <orth xml:lang="art-Latn-x-lrx-0006">tewhǽ</orth>
2063 <pron>tā+&#x200B;whǽ</pron>
2064 </form>
2065 <gramGrp>
2066 <pos expand="adjective">adj</pos>
2067 </gramGrp>
2068 <etym><seg expand="related to"></seg> <ptr target="#dict.0006.tewǽ" /> <gloss>life</gloss></etym>
2069 <def>living</def>
2070 </entry>
2071 <entry xml:id="dict.0006.witawǽ">
2072 <form>
2073 <orth xml:lang="art-Latn-x-lrx-0006">witawǽ</orth>
2074 <pron>wi+&#x200B;tä+&#x200B;</pron>
2075 </form>
2076 <gramGrp>
2077 <pos expand="noun">n</pos>
2078 </gramGrp>
2079 <etym><seg expand="related to"></seg> <ptr target="#dict.0006.tewǽ" /> <gloss>life</gloss></etym>
2080 <def>water</def>
2081 </entry>
2082 <entry xml:id="dict.0006.wiku">
2083 <form>
2084 <orth xml:lang="art-Latn-x-lrx-0006">wiku</orth>
2085 <pron>wi+&#x200B;ku</pron>
2086 </form>
2087 <gramGrp>
2088 <pos expand="noun">n</pos>
2089 </gramGrp>
2090 <etym><seg expand="related to"></seg> <ptr target="#dict.0006.tewǽ" /> <gloss>life</gloss></etym>
2091 <def>food</def>
2092 </entry>
2093 <entry xml:id="dict.0006.tekǽ">
2094 <form type="class">
2095 <orth xml:lang="art-Latn-x-lrx-0006">tekǽ</orth>
2096 </form>
2097 <def>death</def>
2098 </entry>
2099 <entry xml:id="dict.0006.tekǽn">
2100 <form>
2101 <orth xml:lang="art-Latn-x-lrx-0006">tekǽn</orth>
2102 <pron>tā+&#x200B;kǽn</pron>
2103 </form>
2104 <gramGrp>
2105 <pos expand="adjective">adj</pos>
2106 </gramGrp>
2107 <etym><seg expand="related to"></seg> <ptr target="#dict.0006.tekǽ" /> <gloss>death</gloss></etym>
2108 <def>dead</def>
2109 </entry>
2110 <entry xml:id="dict.0006.teko">
2111 <form>
2112 <orth xml:lang="art-Latn-x-lrx-0006">teko</orth>
2113 <pron>tā+&#x200B;</pron>
2114 </form>
2115 <gramGrp>
2116 <pos expand="adjective">adj</pos>
2117 </gramGrp>
2118 <etym><seg expand="related to"></seg> <ptr target="#dict.0006.tekǽ" /> <gloss>death</gloss></etym>
2119 <def>dying</def>
2120 </entry>
2121 <entry xml:id="dict.0006.waev">
2122 <form type="class">
2123 <orth xml:lang="art-Latn-x-lrx-0006">waev</orth>
2124 </form>
2125 <def>thing</def>
2126 </entry>
2127 <entry xml:id="dict.0006.alwee">
2128 <form>
2129 <orth xml:lang="art-Latn-x-lrx-0006">alwee</orth>
2130 <pron>äl+&#x200B;</pron>
2131 </form>
2132 <gramGrp>
2133 <pos expand="pronoun">pron</pos>
2134 </gramGrp>
2135 <etym><seg expand="related to"></seg> <ptr target="#dict.0006.waev" /> <gloss>thing</gloss></etym>
2136 <def>something</def>
2137 </entry>
2138 <entry xml:id="dict.0006.ohnwev">
2139 <form>
2140 <orth xml:lang="art-Latn-x-lrx-0006">ohnwev</orth>
2141 <pron>ōhn+&#x200B;wev</pron>
2142 </form>
2143 <gramGrp>
2144 <pos expand="pronoun">pron</pos>
2145 </gramGrp>
2146 <etym><seg expand="related to"></seg> <ptr target="#dict.0006.waev" /> <gloss>thing</gloss></etym>
2147 <def>they/he/she</def>
2148 </entry>
2149 </div>
2150
2151 <!-- END DICTIONARY BODY -->
2152
2153 </body>
2154
2155 <!-- END TEXT -->
2156
2157 </text>
2158
2159 </TEI>
This page took 0.933261 seconds and 3 git commands to generate.