]> Lady’s Gitweb - Langdev/blob - public/urn:fdc:langdev.xyz:20160819:jsv:eho/index.xml
Move archived files into public/
[Langdev] / public / urn:fdc:langdev.xyz:20160819:jsv:eho / 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">Eho</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 08</edition>
19 </editionStmt>
20 <publicationStmt>
21 <publisher><orgName copyOf="#langdev-project" /></publisher>
22 <date when="2023-12-22">2023-12-22</date>
23 <idno type="URI">urn:fdc:langdev.xyz:20160819:jsv:eho</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 original handwritten lexis at <ptr target="./sources/E.%20Hope.png" mimeType="image/png" />.
35 Commentary added.
36 </p>
37 </sourceDesc>
38 </fileDesc>
39
40 <!-- ENCODING DESCRIPTION -->
41
42 <encodingDesc>
43 <projectDesc>
44 <p>Comprehensive linguistic reference for the various <orgName>LANGDEV</orgName> languages.</p>
45 </projectDesc>
46 <tagsDecl partial="true">
47 <namespace name="http://www.tei-c.org/ns/1.0">
48 <tagUsage gi="div" occurs="5">Used to separate the different versions of the <lang>Eho</lang> language, and also to contain preface material.</tagUsage>
49 <tagUsage gi="entry" occurs="30">Used to mark dictionary entries.</tagUsage>
50 <tagUsage gi="ident">The <val>BCP47</val> <att>type</att> marks an <orgName><choice><abbr>IETF</abbr><expan>Internet Engineering Task Force</expan></choice></orgName> 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>
51 <tagUsage gi="note">The <val>version</val> <att>type</att> is used to denote versions in the list of changes.</tagUsage>
52 <tagUsage gi="rs">The <val>unicode</val> <att>type</att> is used to reference a <orgName>Unicode</orgName> character.</tagUsage>
53 <tagUsage gi="seg">
54 The <val>splash</val> <att>type</att> refers to an optional splash quote.
55 A splash with <att>subtype</att> <val>default</val> identifies the default splash; all others are alternates.
56 </tagUsage>
57 </namespace>
58 </tagsDecl>
59 </encodingDesc>
60
61 <!-- PROFILE DESCRIPTION -->
62
63 <profileDesc>
64 <langUsage>
65 <language ident="en">English</language>
66 <language ident="art-Latn-x-eho">Eho</language>
67 </langUsage>
68 </profileDesc>
69
70 <!-- XSL STYLESHEETS -->
71
72 <xenoData>
73 <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">
74 <output method="xml" />
75 <template match="/tei:TEI">
76 <html:html>
77 <call-template name="apply-attrs" />
78 <apply-templates select="tei:teiHeader" mode="head" />
79 <apply-templates select="tei:text" />
80 </html:html>
81 </template>
82 <template match="tei:teiHeader" mode="head">
83 <html:head>
84 <call-template name="apply-lang" />
85 <html:title><value-of select="tei:fileDesc/tei:titleStmt/tei:title" /></html:title>
86 <html:meta charset="utf-8" />
87 <html:meta name="author">
88 <attribute name="content"><apply-templates select="tei:fileDesc/tei:titleStmt/tei:author" mode="resolve-string" /></attribute>
89 </html:meta>
90 <html:meta name="publisher">
91 <attribute name="content"><apply-templates select="tei:fileDesc/tei:publicationStmt/tei:publisher" mode="resolve-string" /></attribute>
92 </html:meta>
93 <html:link rel="license">
94 <attribute name="href"><apply-templates select="tei:fileDesc/tei:publicationStmt/tei:availability/tei:licence/@target" mode="resolve-string" /></attribute>
95 </html:link>
96 <html:style type="text/css" id="css-base">
97 @namespace "http://www.w3.org/1999/xhtml";
98 #theme-selector {
99 display: block;
100 margin: 0 0 .675em;
101 border: thin currentColor solid;
102 padding: .3375em .5em;
103 font-size: small;
104 text-align: right;
105 }
106 html {
107 margin: 0;
108 padding: 0;
109 font: large/1.35 "Junicode", "Elstob", "Iowan Old Style", "Palatino Linotype", "URW Palladio L", "P052", "Gentium Plus", "Georgia", "STIX Two Math", serif;
110 font-variant-numeric: oldstyle-nums;
111 }
112 body {
113 margin: auto;
114 padding: 2.7em 1.5em;
115 max-width: 34em;
116 }
117 main {
118 display: block;
119 margin: 0;
120 border: thin currentColor solid;
121 padding: 0;
122 }
123 main > header, main > footer {
124 display: block;
125 margin: 0;
126 padding: 1.35em 1em;
127 font-size: x-small;
128 text-align: center;
129 }
130 main > header { border-bottom: thin currentColor solid }
131 main > footer { border-top: thin currentColor solid }
132 main > header > table, main > footer > table {
133 margin: 0;
134 border-collapse: collapse;
135 padding: 0;
136 width: 100%;
137 }
138 main > header > table + table, main > footer > table + table { margin-top: .675em }
139 main > header tr > *, main > footer tr > * { border: thin currentColor solid }
140 main > header tr > *:first-child, main > footer tr > * { width: 10em }
141 main > article {
142 display: block;
143 margin: 0;
144 padding: 1.35em 1.5em;
145 }
146 main > article > header {
147 display: block;
148 margin: 0 0 1.35em;
149 border-bottom: thin currentColor solid;
150 padding: 0 0 1.35em;
151 text-align: center;
152 font-size: medium;
153 }
154 main > article > header p:not(:first-child) { margin: 0 }
155 main > article > header section { text-align: justify }
156 main > article > header section p:not(:first-child) { margin: 1.35em 0 0 }
157 b.pos {
158 font-weight: inherit;
159 font-style: italic;
160 }
161 caption {
162 margin: 0 0 .675em;
163 font-weight: bold;
164 text-decoration: underline;
165 }
166 dd { margin: 0 0 0 1.5em }
167 dl {
168 margin: 1.35em 0;
169 padding: 0 1.5em;
170 }
171 dt {
172 font-weight: bold;
173 text-decoration: underline;
174 }
175 div.epigraph {
176 display: block;
177 position: relative;
178 margin: .675em 0;
179 padding: 0;
180 height: 1.35em;
181 }
182 h1 {
183 margin: 0;
184 padding: 0;
185 font-size: xx-large;
186 }
187 h2 {
188 margin: 0 auto;
189 border-bottom: thin currentColor solid;
190 padding: 0;
191 width: 6em;
192 font-size: inherit;
193 font-weight: inherit;
194 letter-spacing: .15em;
195 }
196 header {
197 display: block;
198 margin: 0;
199 padding: 0;
200 }
201 hr {
202 margin: .675em;
203 border: none;
204 padding: 0;
205 background: none;
206 height: 1.35em;
207 text-align: center;
208 }
209 hr::after { content: "⁂" }
210 i.gloss { font-style: inherit }
211 i.orth { font-style: inherit }
212 i.pron {
213 font-size: smaller;
214 font-style: inherit;
215 }
216 p {
217 display: block;
218 margin: 0;
219 padding: 0;
220 }
221 p + p { margin-top: 1.35em }
222 small.note.version {
223 font-size: inherit;
224 font-style: italic;
225 }
226 span.splash:not([hidden]) {
227 display: block;
228 position: absolute;
229 top: 0;
230 bottom: 0;
231 left: 0;
232 right: 0;
233 margin: auto;
234 height: 1em;
235 font-size: small;
236 font-style: italic;
237 line-height: 1;
238 animation: 3s splash infinite ease-in-out;
239 }
240 span.splash::before { content: open-quote }
241 span.splash::after { content: close-quote }
242 span.splash:not([hidden]) ~ span.splash { display: none }
243 table {
244 width: 100%;
245 text-align: left;
246 }
247 table.dictionary {
248 table-layout: fixed;
249 border-collapse: separate;
250 margin: .675em 0;
251 padding: .3375em .25em;
252 }
253 table.dictionary caption {
254 font-weight: inherit;
255 text-decoration: none;
256 }
257 table.dictionary col { width: 15% }
258 table.dictionary col:nth-child(3) { width: 25% }
259 table.dictionary col:nth-child(4) { width: auto }
260 table.dictionary tbody tr > * {
261 margin: 0;
262 border: thin currentColor solid;
263 padding: 0 .75em;
264 font-weight: inherit;
265 text-align: left;
266 }
267 table.dictionary thead { text-decoration: underline }
268 td, th { vertical-align: middle }
269 th {
270 font-weight: bold;
271 text-align: center;
272 }
273 u { text-decoration: none }
274 u.lang { font-variant: small-caps }
275 u.surname { text-transform: uppercase }
276 @keyframes splash {
277 from { font-size: medium }
278 50% { font-size: large }
279 to { font-size: medium }
280 }
281 </html:style>
282 <html:style type="text/css" title="current" id="css-current"><value-of select="/*//html:style[@title][2]" /></html:style>
283 <html:style type="text/css" title="OldStyle" id="css-oldStyle">
284 @namespace "http://www.w3.org/1999/xhtml";
285 #theme-selector {
286 border-color: Grey;
287 background: DarkGrey;
288 }
289 html { background: DimGray }
290 main { border-color: SaddleBrown }
291 main > header, main > footer {
292 border-color: SaddleBrown;
293 background: AntiqueWhite;
294 }
295 main > header > table, main > footer > table { background: OldLace }
296 main > header tr:hover > *, main > footer tr:hover > * { background: FloralWhite }
297 main > header tr > *:hover, main > footer tr > *:hover { background: Snow }
298 main > article { background: OldLace }
299 main > article > header { border-color: SaddleBrown }
300 a[href] { color: SaddleBrown }
301 hr { color: SaddleBrown }
302 i.gloss { color: RosyBrown }
303 span.splash { color: RosyBrown }
304 table.dictionary { background: AntiqueWhite }
305 table.dictionary tbody tr > * {
306 border-color: SaddleBrown;
307 background: OldLace;
308 }
309 table.dictionary tbody tr:hover > * { background: FloralWhite }
310 table.dictionary tbody tr > *:hover { background: Snow }
311 </html:style>
312 <html:style type="text/css" title="TE" id="css-TE">
313 @namespace "http://www.w3.org/1999/xhtml";
314 #theme-selector {
315 border-color: #9F9F9F;
316 background: #ECECEC;
317 }
318 html { background: #EDEDED }
319 main {
320 background: white;
321 border-color: #B8B8B8;
322 }
323 main > header, main > footer {
324 border-color: #AAAAAA;
325 background: #ECECEC;
326 }
327 main > header tr > *, main > footer tr > * {
328 border-color: #B0B0B0;
329 background: white;
330 }
331 a[href] { color: inherit }
332 hr { color: black }
333 table.dictionary tbody tr > * { border-color: #515151 }
334 </html:style>
335 <html:style type="text/css" title="RedBook" id="css-RedBook">
336 @namespace "http://www.w3.org/1999/xhtml";
337 #theme-selector {
338 border-color: #F79F9F;
339 background: white;
340 }
341 html { background: #B21A2A }
342 main {
343 background: white;
344 border-color: #F77F7F;
345 }
346 main > header, main > footer {
347 border-color: #6FCFEF;
348 color: #3F3F3F;
349 }
350 main > header tr > *, main > footer tr > * { border-color: #6FCFEF }
351 main > article > header { border-color: #6FCFEF }
352 a[href] { color: #0FAF0F }
353 dfn { color: #2028B8 }
354 hr { color: #3F3F3F }
355 p.def { color: #FF0000 }
356 small.note { color: #FF0000 }
357 span.splash { color: #0FAF0F }
358 </html:style>
359 <html:style type="text/css" title="Legendary" id="css-legendary">
360 @namespace "http://www.w3.org/1999/xhtml";
361 #theme-selector {
362 border-color: #535555;
363 background: #777899;
364 }
365 html { background: #999ABC }
366 body { color: black }
367 main {
368 background: #EEEEEE;
369 border-color: #545454;
370 }
371 main > header, main > footer {
372 background: #EEE8DD;
373 border-color: #555666;
374 }
375 main > header > table, main > footer > table { background: #DDDDDD }
376 main > header tr:hover > *, main > footer tr:hover > * { background: #EBEBEB }
377 main > header tr > *:hover, main > footer tr > *:hover { background: #F6F6F6 }
378 main > article { color: #334566 }
379 main > article > header { border-color: #999BAD }
380 a[href] { color: #454545 }
381 a[href]:hover { color: #747474 }
382 dfn { color: black }
383 hr { color: #999BAD }
384 i.gloss { color: #999BAD }
385 p.def { color: #227002 }
386 small.note { color: #999BAD }
387 table.dictionary { background: #CCCCCC }
388 table.dictionary tbody tr > * {
389 border-color: #A0A0A0;
390 background: #DDDDDD;
391 }
392 table.dictionary tbody tr:hover > * { background: #EBEBEB }
393 table.dictionary tbody tr > *:hover { background: #F6F6F6 }
394 </html:style>
395 <html:style type="text/css" title="Night" id="css-night">
396 @namespace "http://www.w3.org/1999/xhtml";
397 #theme-selector {
398 border-color: #550022;
399 background: #000000;
400 }
401 html { background: #222222 }
402 body { color: #EEEEEE }
403 main {
404 background: #131313;
405 border-color: #220000;
406 }
407 main > header, main > footer {
408 background: #330011;
409 border-color: #220000;
410 }
411 main > header > table, main > footer > table { background: #441122 }
412 main > header tr:hover > *, main > footer tr:hover > * { background: #4F1F2F }
413 main > header tr > *:hover, main > footer tr > *:hover { background: #5F2F3F }
414 main > article { color: #BB99AA }
415 main > article > header { border-color: #FFBBC3 }
416 a[href] { color: #BCBCBC }
417 a[href]:hover { color: #DEDEDE }
418 dfn { color: white }
419 hr { color: #FFBBC3 }
420 i.gloss { color: #FFBBC3 }
421 p.def { color: #DD0013 }
422 small.note { color: #FFBBC3 }
423 span.splash { color: #CC3355 }
424 table.dictionary { background: #331221 }
425 table.dictionary tbody tr > * {
426 border-color: #542133;
427 background: #441122;
428 }
429 table.dictionary tbody tr:hover > * { background: #4F1F2F }
430 table.dictionary tbody tr > *:hover { background: #5F2F3F }
431 </html:style>
432 </html:head>
433 </template>
434 <template match="tei:teiHeader" mode="body">
435 <html:header>
436 <call-template name="apply-attrs" />
437 <html:table>
438 <html:caption>Text Metadata</html:caption>
439 <html:tr>
440 <html:th>Title</html:th>
441 <html:td><apply-templates select="tei:fileDesc/tei:titleStmt/tei:title" /></html:td>
442 </html:tr>
443 <html:tr>
444 <html:th>Author</html:th>
445 <html:td><apply-templates select="tei:fileDesc/tei:titleStmt/tei:principal" /> (<apply-templates select="tei:fileDesc/tei:titleStmt/tei:author" />)</html:td>
446 </html:tr>
447 <html:tr>
448 <html:th>Edition</html:th>
449 <html:td><apply-templates select="tei:fileDesc/tei:editionStmt/tei:edition" /></html:td>
450 </html:tr>
451 <html:tr>
452 <html:th>Series</html:th>
453 <html:td><apply-templates select="tei:fileDesc/tei:seriesStmt/tei:title" /></html:td>
454 </html:tr>
455 <html:tr>
456 <html:th>Publication info</html:th>
457 <html:td><apply-templates select="tei:fileDesc/tei:publicationStmt/tei:publisher" />, <apply-templates select="tei:fileDesc/tei:publicationStmt/tei:date" /></html:td>
458 </html:tr>
459 <html:tr>
460 <html:th>URI</html:th>
461 <html:td>
462 <html:a>
463 <attribute name="href"><value-of select="tei:fileDesc/tei:publicationStmt/tei:idno[@type='URI']" /></attribute>
464 <value-of select="tei:fileDesc/tei:publicationStmt/tei:idno[@type='URI']" />
465 </html:a>
466 </html:td>
467 </html:tr>
468 <html:tr>
469 <html:th>Availability (<value-of select="tei:fileDesc/tei:publicationStmt/tei:availability/@status" />)</html:th>
470 <html:td>
471 <apply-templates select="tei:fileDesc/tei:publicationStmt/tei:availability" />
472 </html:td>
473 </html:tr>
474 <html:tr>
475 <html:th>Project description</html:th>
476 <html:td><apply-templates select="tei:encodingDesc/tei:projectDesc" /></html:td>
477 </html:tr>
478 <html:tr>
479 <html:th>Source description</html:th>
480 <html:td><apply-templates select="tei:fileDesc/tei:sourceDesc" /></html:td>
481 </html:tr>
482 </html:table>
483 <apply-templates select="tei:revisionDesc" />
484 </html:header>
485 </template>
486 <template match="tei:teiHeader" mode="foot">
487 <html:footer>
488 <html:p>
489 <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>
490 <html:br />
491 <text></text><html:a href="https://langdev.ladys.computer/">Project Langdev</html:a><text></text>
492 </html:p>
493 </html:footer>
494 </template>
495 <template match="tei:revisionDesc">
496 <html:table class="revisionDesc">
497 <call-template name="apply-attrs" />
498 <html:caption>Revision History</html:caption>
499 <apply-templates />
500 </html:table>
501 </template>
502 <template match="tei:change">
503 <html:tr class="change">
504 <call-template name="apply-attrs" />
505 <html:th><html:time><value-of select="@when" /></html:time></html:th>
506 <html:td><apply-templates /></html:td>
507 </html:tr>
508 </template>
509 <template match="tei:text">
510 <html:body id="text">
511 <call-template name="apply-attrs" />
512 <html:script type="text/javascript">
513 var themes = [
514 <for-each select="/*//html:style[@title and @title != 'current']">
515 ["<value-of select="@id" />", "<value-of select="@title" />"],
516 </for-each>
517 ];
518 var selector = document.createElementNS("http://www.w3.org/1999/xhtml", "label");
519 selector.id = "theme-selector";
520 selector.appendChild(document.createTextNode("Theme: "));
521 var select = document.createElementNS("http://www.w3.org/1999/xhtml", "select");
522 var option;
523 for (var i = themes.length; i > 0; i--) {
524 option = document.createElementNS("http://www.w3.org/1999/xhtml", "option");
525 option.textContent = themes[themes.length - i][1];
526 option.value = themes[themes.length - i][0];
527 select.appendChild(option);
528 }
529 select.addEventListener("change", function () {
530 document.getElementById("css-current").textContent = document.getElementById(this.value).textContent;
531 }, false);
532 selector.appendChild(select);
533 document.getElementById("text").insertBefore(selector, document.getElementById("text").firstChild);
534 </html:script>
535 <html:main>
536 <apply-templates select="../tei:teiHeader" mode="body" />
537 <html:article>
538 <apply-templates select="tei:front" />
539 <apply-templates select="tei:body" />
540 </html:article>
541 <apply-templates select="../tei:teiHeader" mode="foot" />
542 </html:main>
543 </html:body>
544 </template>
545 <template match="tei:front">
546 <html:header>
547 <call-template name="apply-attrs" />
548 <apply-templates select="tei:titlePage/tei:docTitle" />
549 <html:div class="epigraph">
550 <apply-templates select="tei:titlePage/tei:epigraph" />
551 <html:script type="text/javascript">
552 var s = document.getElementsByClassName("splash");
553 var ss = Math.floor(Math.random() * s.length);
554 for (var i = s.length - 1; i > -1; i--) if (i !== ss) s.item(i).setAttribute("hidden", "hidden");
555 </html:script>
556 </html:div>
557 <html:hr />
558 <html:p><apply-templates select="tei:titlePage/tei:docEdition" /></html:p>
559 <html:p><apply-templates select="tei:titlePage/tei:byline" /></html:p>
560 <apply-templates select="tei:titlePage/tei:docDate" />
561 <html:hr />
562 <apply-templates select="tei:div" />
563 </html:header>
564 </template>
565 <template match="tei:body">
566 <html:section class="body">
567 <call-template name="apply-attrs" />
568 <apply-templates select="tei:div" mode="dictionary" />
569 </html:section>
570 </template>
571 <template name="apply-lang">
572 <if test="@xml:lang"><attribute name="lang"><value-of select="@xml:lang" /></attribute></if>
573 </template>
574 <template name="resolve-copy">
575 <if test="@copyOf and substring(@copyOf, 1, 1)='#'"><apply-templates select="/.//*[@xml:id=substring(current()/@copyOf, 2)]" /></if>
576 </template>
577 <template name="apply-attrs">
578 <call-template name="apply-lang" />
579 <if test="@xml:id"><attribute name="id"><value-of select="@xml:id" /></attribute></if>
580 <if test="@expand"><attribute name="title"><value-of select="@expand" /></attribute></if>
581 <call-template name="resolve-copy" />
582 </template>
583 <template match="*" mode="resolve-string">
584 <choose>
585 <when test="@copyOf and substring(@copyOf, 1, 1)='#'"><value-of select="/.//*[@xml:id=substring(current()/@copyOf, 2)]" /></when>
586 <otherwise><apply-templates mode="resolve-string" /></otherwise>
587 </choose>
588 </template>
589 <template match="tei:addName">
590 <html:u class="addName">
591 <call-template name="apply-attrs" />
592 <apply-templates />
593 </html:u>
594 </template>
595 <template match="tei:choice[tei:abbr]">
596 <html:abbr>
597 <if test="tei:expan">
598 <attribute name="title"><apply-templates select="tei:expan" /></attribute>
599 </if>
600 <call-template name="apply-attrs" />
601 <apply-templates select="tei:abbr" />
602 </html:abbr>
603 </template>
604 <template match="tei:div">
605 <html:section>
606 <if test="@type">
607 <attribute name="class"><value-of select="@type" /></attribute>
608 </if>
609 <call-template name="apply-attrs" />
610 <apply-templates />
611 </html:section>
612 </template>
613 <template match="tei:div" mode="dictionary">
614 <html:table class="dictionary">
615 <call-template name="apply-attrs" />
616 <html:caption><apply-templates select="tei:head" /></html:caption>
617 <html:colgroup><html:col /><html:col /><html:col /><html:col /></html:colgroup>
618 <html:thead>
619 <html:tr>
620 <html:th>Word</html:th>
621 <html:th><html:abbr title="Pronunciation">Pron.</html:abbr></html:th>
622 <html:th>Etymology</html:th>
623 <html:th>Definition</html:th>
624 </html:tr>
625 </html:thead>
626 <html:tbody>
627 <apply-templates select="tei:entry" />
628 </html:tbody>
629 </html:table>
630 </template>
631 <template match="tei:docDate">
632 <html:p>
633 <call-template name="apply-attrs" />
634 <text>Last updated: </text>
635 <html:time>
636 <if test="@when">
637 <attribute name="datetime"><value-of select="@when" /></attribute>
638 </if>
639 <apply-templates />
640 </html:time>
641 </html:p>
642 </template>
643 <template match="tei:docTitle">
644 <html:header class="docTitle">
645 <call-template name="apply-attrs" />
646 <choose>
647 <when test="tei:titlePart"><apply-templates /></when>
648 <otherwise><html:h1><apply-templates /></html:h1></otherwise>
649 </choose>
650 </html:header>
651 </template>
652 <template match="tei:etym">
653 <html:span class="etym">
654 <call-template name="apply-attrs" />
655 <apply-templates />
656 </html:span>
657 </template>
658 <template match="tei:entry">
659 <html:tr class="entry">
660 <call-template name="apply-attrs" />
661 <html:th>
662 <for-each select="tei:form">
663 <html:dfn><apply-templates select="tei:orth" /></html:dfn>
664 </for-each>
665 </html:th>
666 <html:td>
667 <for-each select="tei:form">
668 <apply-templates select="tei:pron" />
669 </for-each>
670 </html:td>
671 <html:td><apply-templates select="tei:etym" /></html:td>
672 <html:td>
673 <html:p class="def"><apply-templates select="tei:gramGrp/tei:pos" /> <apply-templates select="tei:def" /></html:p>
674 </html:td>
675 </html:tr>
676 </template>
677 <template match="tei:forename">
678 <html:u class="forename">
679 <call-template name="apply-attrs" />
680 <apply-templates />
681 </html:u>
682 </template>
683 <template match="tei:gloss">
684 <html:i class="gloss">
685 <call-template name="apply-attrs" />
686 <apply-templates />
687 </html:i>
688 </template>
689 <template match="tei:head">
690 <html:h2 class="head">
691 <call-template name="apply-attrs" />
692 <apply-templates />
693 </html:h2>
694 </template>
695 <template match="tei:ident">
696 <html:code>
697 <attribute name="class">ident <value-of select="@type" /></attribute>
698 <call-template name="apply-attrs" />
699 <apply-templates />
700 </html:code>
701 </template>
702 <template match="tei:lang">
703 <html:u class="lang">
704 <call-template name="apply-attrs" />
705 <apply-templates />
706 </html:u>
707 </template>
708 <template match="tei:licence">
709 <for-each select="node()">
710 <choose>
711 <when test="local-name() = 'title'">
712 <html:a>
713 <attribute name="href"><value-of select="../@target" /></attribute>
714 <call-template name="apply-attrs" />
715 <html:cite class="title"><value-of select="." /></html:cite>
716 </html:a>
717 </when>
718 <otherwise><apply-templates select="." /></otherwise>
719 </choose>
720 </for-each>
721 </template>
722 <template match="tei:list[@type='gloss']">
723 <html:dl class="list gloss">
724 <for-each select="*">
725 <choose>
726 <when test="local-name() = 'label'">
727 <html:dt>
728 <call-template name="apply-attrs" />
729 <apply-templates />
730 </html:dt>
731 </when>
732 <when test="local-name() = 'item'">
733 <html:dd>
734 <call-template name="apply-attrs" />
735 <apply-templates />
736 </html:dd>
737 </when>
738 </choose>
739 </for-each>
740 </html:dl>
741 </template>
742 <template match="tei:mentioned">
743 <html:i class="mentioned">
744 <call-template name="apply-attrs" />
745 <apply-templates />
746 </html:i>
747 </template>
748 <template match="tei:name">
749 <html:u>
750 <attribute name="class">name <value-of select="@type" /></attribute>
751 <call-template name="apply-attrs" />
752 <apply-templates />
753 </html:u>
754 </template>
755 <template match="tei:note">
756 <html:small>
757 <attribute name="class">note <value-of select="@type" /></attribute>
758 <call-template name="apply-attrs" />
759 [<apply-templates />]
760 </html:small>
761 </template>
762 <template match="tei:orgName">
763 <html:u class="orgName">
764 <call-template name="apply-attrs" />
765 <apply-templates />
766 </html:u>
767 </template>
768 <template match="tei:orth">
769 <if test="preceding-sibling::tei:orth or ../preceding-sibling::tei:form/tei:orth">
770 <text> / </text>
771 </if>
772 <html:i class="orth">
773 <call-template name="apply-attrs" />
774 <apply-templates />
775 </html:i>
776 </template>
777 <template match="tei:p">
778 <html:p>
779 <call-template name="apply-attrs" />
780 <apply-templates />
781 </html:p>
782 </template>
783 <template match="tei:persName">
784 <html:u class="persName">
785 <call-template name="apply-attrs" />
786 <apply-templates />
787 </html:u>
788 </template>
789 <template match="tei:pos">
790 <html:b class="pos">
791 <call-template name="apply-attrs" />
792 <apply-templates /><text>.</text>
793 </html:b>
794 <text> </text>
795 </template>
796 <template match="tei:pron">
797 <if test="preceding-sibling::tei:pron or ../preceding-sibling::tei:form/tei:pron">
798 <text>, </text>
799 </if>
800 <html:i class="pron">
801 <call-template name="apply-attrs" />
802 <apply-templates />
803 </html:i>
804 </template>
805 <template match="tei:ptr">
806 <html:a class="ptr">
807 <if test="@target">
808 <attribute name="href"><value-of select="@target" /></attribute>
809 </if>
810 <if test="@mimeType">
811 <attribute name="type"><value-of select="@mimeType" /></attribute>
812 </if>
813 <call-template name="apply-attrs" />
814 <choose>
815 <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>
816 <otherwise><value-of select="@target" /></otherwise>
817 </choose>
818 </html:a>
819 </template>
820 <template match="tei:ref">
821 <html:a class="ref">
822 <if test="@target">
823 <attribute name="href"><value-of select="@target" /></attribute>
824 </if>
825 <if test="@mimeType">
826 <attribute name="type"><value-of select="@mimeType" /></attribute>
827 </if>
828 <call-template name="apply-attrs" />
829 <apply-templates />
830 </html:a>
831 </template>
832 <template match="tei:rs">
833 <html:u>
834 <attribute name="class">rs <value-of select="@type" /></attribute>
835 <call-template name="apply-attrs" />
836 <apply-templates />
837 </html:u>
838 </template>
839 <template match="tei:seg">
840 <html:span>
841 <attribute name="class">seg <value-of select="@type" /></attribute>
842 <call-template name="apply-attrs" />
843 <apply-templates />
844 </html:span>
845 </template>
846 <template match="tei:seg[@type='splash']">
847 <html:span class="seg splash">
848 <call-template name="apply-attrs" />
849 <if test="@subtype != 'default'">
850 <attribute name="hidden">hidden</attribute>
851 </if>
852 <apply-templates />
853 </html:span>
854 </template>
855 <template match="tei:surname">
856 <html:u class="surname">
857 <call-template name="apply-attrs" />
858 <apply-templates />
859 </html:u>
860 </template>
861 <template match="tei:title">
862 <html:cite class="title">
863 <call-template name="apply-attrs" />
864 <apply-templates />
865 </html:cite>
866 </template>
867 <template match="tei:titlePart">
868 <choose>
869 <when test="@type = 'main'">
870 <html:h1 class="titlePart main">
871 <call-template name="apply-attrs" />
872 <apply-templates />
873 </html:h1>
874 </when>
875 <otherwise>
876 <html:p>
877 <attribute name="class">titlePart <value-of select="@type" /></attribute>
878 <call-template name="apply-attrs" />
879 <apply-templates />
880 </html:p>
881 </otherwise>
882 </choose>
883 </template>
884 <template match="tei:expan/tei:choice[tei:abbr]">
885 <value-of select="tei:abbr" />
886 <if test="tei:expan"><text>(</text><apply-templates select="tei:expan" /><text>)</text></if>
887 </template>
888 <template match="*">
889 <choose>
890 <when test="@copyOf"><call-template name="resolve-copy" /></when>
891 <otherwise><apply-templates /></otherwise>
892 </choose>
893 </template>
894 </stylesheet>
895 </xenoData>
896
897 <!-- REVISION DESCRIPTIONS -->
898
899 <revisionDesc>
900 <change when="2023-12-22">
901 Minor adjustments to formatting.
902 <note type="version">2.08</note>
903 </change>
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.07</note>
908 </change>
909 <change when="2022-09-27">
910 Minor revisions to make metadata current.
911 <note type="version">2.06</note>
912 </change>
913 <change when="2017-10-23">
914 Minor markup improvements.
915 Language version numbers are now considered part of the language name.
916 Removed indexing as it provided no useful functionality.
917 <note type="version">2.05</note>
918 </change>
919 <change when="2017-10-08">
920 Improved internal markup to allow for more easily directly referencing entries inside of etymologies.
921 Added themes.
922 <note type="version">2.04</note>
923 </change>
924 <change when="2017-10-07">
925 Improved internal markup to be more semantic and reduce duplication.
926 Added themes for browsers which support them.
927 <note type="version">2.03</note>
928 </change>
929 <change when="2017-10-07">
930 Fixed centering of table header elements.
931 <note type="version">2.02</note>
932 </change>
933 <change when="2017-10-07">
934 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.
935 Corrections were made where errors were found and documentation was improved.
936 <note type="version">2.01</note>
937 </change>
938 <change when="2017-07-09">
939 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 document.
940 <note type="version">1.01</note>
941 </change>
942 </revisionDesc>
943
944 <!-- END TEI HEADER -->
945
946 </teiHeader>
947
948 <!-- TEXT -->
949
950 <text>
951
952 <!-- FRONTMATTER -->
953
954 <front>
955
956 <!-- TITLE PAGE -->
957
958 <titlePage>
959 <docTitle>
960 <titlePart type="main" copyOf="#title-main" />
961 <titlePart type="sub" copyOf="#title-sub" />
962 </docTitle>
963 <byline>
964 <docAuthor copyOf="#author-name"></docAuthor>
965 </byline>
966 <docEdition copyOf="#version-no" />
967 <docDate when="2023-12-22">22 December 2023</docDate>
968 <epigraph>
969 <p>
970 <seg type="splash" subtype="default">Default text!</seg>
971 <seg type="splash">Small!</seg>
972 <seg type="splash">Minimal!</seg>
973 <seg type="splash">We’re just getting started!</seg>
974 <seg type="splash">I hope!</seg>
975 <seg type="splash">A little start!</seg>
976 <seg type="splash">A little more!</seg>
977 <seg type="splash">Verbal!</seg>
978 <seg type="splash">Etymologized!</seg>
979 <seg type="splash">Built on top!</seg>
980 <seg type="splash">Paper!</seg>
981 <seg type="splash">Discontinued!</seg>
982 <seg type="splash">Encoded!</seg>
983 <seg type="splash">Text!</seg>
984 <seg type="splash">Extended!</seg>
985 <seg type="splash">Trust in me!</seg>
986 <seg type="splash">Lorem Ipsum!</seg>
987 <seg type="splash">Hypothetical!</seg>
988 <seg type="splash">Early!</seg>
989 <seg type="splash">Birdie!</seg>
990 <seg type="splash">Slow!</seg>
991 <seg type="splash">Square!</seg>
992 <seg type="splash">Generational!</seg>
993 <seg type="splash">Generated!</seg>
994 <seg type="splash">Old-style!</seg>
995 <seg type="splash">Olde stile!</seg>
996 </p>
997 </epigraph>
998 </titlePage>
999
1000 <!-- PREFACE -->
1001
1002 <div xml:id="forward" type="preface">
1003 <p>
1004 <lang>Eho</lang> is an early culture and language in the <lang>Jastu‐Sevensi</lang> language family.
1005 <lang>Eho</lang> had the smallest starting lexicon of the <lang>Jastu‐Sevensi</lang> languages, and so developed at the slowest rate.
1006 The <orgName>Unicode</orgName> character <rs type="unicode">U+25A1 □ WHITE SQUARE</rs> has traditionally been used as a shorthand for <mentioned><lang>Eho</lang></mentioned>.
1007 </p>
1008 <p>
1009 The words below are grouped into four generations based on their approximate times of origin.
1010 The earliest of these are categorized as <mentioned><lang expand="Eho I">1</lang></mentioned> and the latest as <mentioned><lang expand="Eho IV">4</lang></mentioned>.
1011 The <lang>Eho</lang> language had very little influence on later Jastu‐Sevensi languages and so the size of this dictionary is quite small.
1012 </p>
1013 <p>
1014 As <lang>Eho</lang> is in essence a speculative proto‐language, the pronunciation data should not be taken as anything more than a broad guideline.
1015 The orthography attempts to follow general American English conventions.
1016 </p>
1017 <p>
1018 <lang>Eho</lang> has been given the language code <ident type="BCP47">art-x-eho</ident>.
1019 As with any language using the <ident type="BCP47">art</ident> tag, specifying the <ident type="BCP47">Latn</ident> script may prove useful.
1020 <lang>Eho</lang> has no known native script.
1021 </p>
1022 </div>
1023
1024 <!-- END FRONTMATTER -->
1025
1026 </front>
1027
1028 <!-- DICTIONARY BODY -->
1029
1030 <body xml:id="dict">
1031
1032 <!-- EHO I -->
1033
1034 <div xml:id="dict.0001">
1035 <head><lang expand="Eho">1</lang></head>
1036 <entry xml:id="dict.0001.o">
1037 <form>
1038 <orth xml:lang="art-Latn-x-eho-0001">o</orth>
1039 <pron>ō</pron>
1040 </form>
1041 <gramGrp>
1042 <pos expand="verb">v</pos>
1043 </gramGrp>
1044 <def>come/go</def>
1045 </entry>
1046 <entry xml:id="dict.0001.aht">
1047 <form>
1048 <orth xml:lang="art-Latn-x-eho-0001">aht</orth>
1049 <pron>äht</pron>
1050 </form>
1051 <gramGrp>
1052 <pos expand="verb">v</pos>
1053 </gramGrp>
1054 <def>stay/stop/wait</def>
1055 </entry>
1056 </div>
1057
1058 <!-- EHO II -->
1059
1060 <div xml:id="dict.0002">
1061 <head><lang expand="Eho II">2</lang></head>
1062 <entry xml:id="dict.0002.ba">
1063 <form>
1064 <orth xml:lang="art-Latn-x-eho-0002">ba</orth>
1065 <pron></pron>
1066 </form>
1067 <gramGrp>
1068 <pos expand="verb">v</pos>
1069 </gramGrp>
1070 <def>do</def>
1071 </entry>
1072 <entry xml:id="dict.0002.o">
1073 <form>
1074 <orth xml:lang="art-Latn-x-eho-0002">o</orth>
1075 <pron>ō</pron>
1076 </form>
1077 <etym><ref target="#0001.o"><lang expand="Eho I">1</lang></ref></etym>
1078 <gramGrp>
1079 <pos expand="verb">v</pos>
1080 </gramGrp>
1081 <def>go</def>
1082 </entry>
1083 <entry xml:id="dict.0002.uw">
1084 <form>
1085 <orth xml:lang="art-Latn-x-eho-0002">uw</orth>
1086 <pron>o͡o</pron>
1087 </form>
1088 <etym><ref target="#0001.o"><lang expand="Eho I">1</lang> <mentioned xml:lang="art-Latn-x-eho-0001">o</mentioned></ref></etym>
1089 <gramGrp>
1090 <pos expand="verb">v</pos>
1091 </gramGrp>
1092 <def>come</def>
1093 </entry>
1094 <entry xml:id="dict.0002.ah">
1095 <form>
1096 <orth xml:lang="art-Latn-x-eho-0002">ah</orth>
1097 <pron>äh</pron>
1098 </form>
1099 <etym><ref target="#0001.aht"><lang expand="Eho I">1</lang> <mentioned xml:lang="art-Latn-x-eho-0001">aht</mentioned></ref></etym>
1100 <gramGrp>
1101 <pos expand="verb">v</pos>
1102 </gramGrp>
1103 <def>wait</def>
1104 </entry>
1105 <entry xml:id="dict.0002.aat">
1106 <form>
1107 <orth xml:lang="art-Latn-x-eho-0002">aat</orth>
1108 <pron>ät</pron>
1109 </form>
1110 <etym><ref target="#0001.aht"><lang expand="Eho I">1</lang> <mentioned xml:lang="art-Latn-x-eho-0001">aht</mentioned></ref></etym>
1111 <gramGrp>
1112 <pos expand="verb">v</pos>
1113 </gramGrp>
1114 <def>stay/stop</def>
1115 </entry>
1116 </div>
1117
1118 <!-- EHO III -->
1119
1120 <div xml:id="dict.0003">
1121 <head><lang expand="Eho III">3</lang></head>
1122 <entry xml:id="dict.0003.eh">
1123 <form>
1124 <orth xml:lang="art-Latn-x-eho-0003">eh</orth>
1125 <pron>ā</pron>
1126 </form>
1127 <gramGrp>
1128 <pos expand="adjective">adj</pos>
1129 </gramGrp>
1130 <def>good</def>
1131 </entry>
1132 <entry xml:id="dict.0003.ba">
1133 <form>
1134 <orth xml:lang="art-Latn-x-eho-0003">ba</orth>
1135 <pron></pron>
1136 </form>
1137 <etym><ref target="#0002.ba"><lang expand="Eho II">2</lang></ref></etym>
1138 <gramGrp>
1139 <pos expand="verb">v</pos>
1140 </gramGrp>
1141 <def>do</def>
1142 </entry>
1143 <entry xml:id="dict.0003.oet">
1144 <form>
1145 <orth xml:lang="art-Latn-x-eho-0003">oet</orth>
1146 <pron>œt</pron>
1147 </form>
1148 <gramGrp>
1149 <pos expand="adv">adv</pos>
1150 </gramGrp>
1151 <def>quickly</def>
1152 </entry>
1153 <entry xml:id="dict.0003.ahn">
1154 <form>
1155 <orth xml:lang="art-Latn-x-eho-0003">ahn</orth>
1156 <pron>än</pron>
1157 </form>
1158 <gramGrp>
1159 <pos expand="adv">adv</pos>
1160 </gramGrp>
1161 <def>carefully, cautiously</def>
1162 </entry>
1163 <entry xml:id="dict.0003.o">
1164 <form>
1165 <orth xml:lang="art-Latn-x-eho-0003">o</orth>
1166 <pron>ō</pron>
1167 </form>
1168 <etym><ref target="#0001.o"><lang expand="Eho I">1</lang></ref></etym>
1169 <gramGrp>
1170 <pos expand="verb">v</pos>
1171 </gramGrp>
1172 <def>go</def>
1173 </entry>
1174 <entry xml:id="dict.0003.uw">
1175 <form>
1176 <orth xml:lang="art-Latn-x-eho-0003">uw</orth>
1177 <pron>o͡o</pron>
1178 </form>
1179 <etym><ref target="#0001.o"><lang expand="Eho I">1</lang> <mentioned xml:lang="art-Latn-x-eho-0001">o</mentioned></ref></etym>
1180 <gramGrp>
1181 <pos expand="verb">v</pos>
1182 </gramGrp>
1183 <def>come</def>
1184 </entry>
1185 <entry xml:id="dict.0003.ah">
1186 <form>
1187 <orth xml:lang="art-Latn-x-eho-0003">ah</orth>
1188 <pron>äh</pron>
1189 </form>
1190 <etym><ref target="#0001.aht"><lang expand="Eho I">1</lang> <mentioned xml:lang="art-Latn-x-eho-0001">aht</mentioned></ref></etym>
1191 <gramGrp>
1192 <pos expand="verb">v</pos>
1193 </gramGrp>
1194 <def>wait</def>
1195 </entry>
1196 <entry xml:id="dict.0003.aat">
1197 <form>
1198 <orth xml:lang="art-Latn-x-eho-0003">aat</orth>
1199 <pron>ät</pron>
1200 </form>
1201 <etym><ref target="#0001.aht"><lang expand="Eho I">1</lang> <mentioned xml:lang="art-Latn-x-eho-0001">aht</mentioned></ref></etym>
1202 <gramGrp>
1203 <pos expand="verb">v</pos>
1204 </gramGrp>
1205 <def>stay/stop</def>
1206 </entry>
1207 </div>
1208
1209 <!-- EHO IV -->
1210
1211 <div xml:id="dict.0004">
1212 <head><lang expand="Eho IV">4</lang></head>
1213 <entry xml:id="dict.0004.ay">
1214 <form>
1215 <orth xml:lang="art-Latn-x-eho-0004">ay</orth>
1216 <pron>ā</pron>
1217 </form>
1218 <gramGrp>
1219 <pos expand="adjective">adj</pos>
1220 </gramGrp>
1221 <def>good</def>
1222 </entry>
1223 <entry xml:id="dict.0004.ra">
1224 <form>
1225 <orth xml:lang="art-Latn-x-eho-0004">ra</orth>
1226 <pron></pron>
1227 </form>
1228 <gramGrp>
1229 <pos expand="adjective">adj</pos>
1230 </gramGrp>
1231 <def>bad</def>
1232 </entry>
1233 <entry xml:id="dict.0004.æt">
1234 <form>
1235 <orth xml:lang="art-Latn-x-eho-0004">æt</orth>
1236 <pron>āt</pron>
1237 </form>
1238 <etym><ref target="#0003.eh"><lang expand="Eho III">3</lang> <mentioned xml:lang="art-Latn-x-eho-0003">eh</mentioned></ref></etym>
1239 <gramGrp>
1240 <pos expand="pronoun">pron</pos>
1241 </gramGrp>
1242 <def>this</def>
1243 </entry>
1244 <entry xml:id="dict.0004.ko">
1245 <form>
1246 <orth xml:lang="art-Latn-x-eho-0004">ko</orth>
1247 <pron></pron>
1248 </form>
1249 <gramGrp>
1250 <pos expand="pronoun">pron</pos>
1251 </gramGrp>
1252 <def>you</def>
1253 </entry>
1254 <entry xml:id="dict.0004.ka">
1255 <form>
1256 <orth xml:lang="art-Latn-x-eho-0004">ka</orth>
1257 <pron></pron>
1258 </form>
1259 <gramGrp>
1260 <pos expand="pronoun">pron</pos>
1261 </gramGrp>
1262 <def>me</def>
1263 </entry>
1264 <entry xml:id="dict.0004.tay">
1265 <form>
1266 <orth xml:lang="art-Latn-x-eho-0004">tay</orth>
1267 <pron></pron>
1268 </form>
1269 <gramGrp>
1270 <pos expand="pronoun">pron</pos>
1271 </gramGrp>
1272 <def>they</def>
1273 </entry>
1274 <entry xml:id="dict.0004.tih">
1275 <form>
1276 <orth xml:lang="art-Latn-x-eho-0004">tih</orth>
1277 <pron>tih</pron>
1278 </form>
1279 <gramGrp>
1280 <pos expand="verb">v</pos>
1281 </gramGrp>
1282 <def>is</def>
1283 </entry>
1284 <entry xml:id="dict.0004.ba">
1285 <form>
1286 <orth xml:lang="art-Latn-x-eho-0004">ba</orth>
1287 <pron></pron>
1288 </form>
1289 <etym><ref target="#0002.ba"><lang expand="Eho II">2</lang></ref></etym>
1290 <gramGrp>
1291 <pos expand="verb">v</pos>
1292 </gramGrp>
1293 <def>do</def>
1294 </entry>
1295 <entry xml:id="dict.0004.o">
1296 <form>
1297 <orth xml:lang="art-Latn-x-eho-0004">o</orth>
1298 <pron>ō</pron>
1299 </form>
1300 <etym><ref target="#0001.o"><lang expand="Eho I">1</lang></ref></etym>
1301 <gramGrp>
1302 <pos expand="verb">v</pos>
1303 </gramGrp>
1304 <def>go</def>
1305 </entry>
1306 <entry xml:id="dict.0004.uw">
1307 <form>
1308 <orth xml:lang="art-Latn-x-eho-0004">uw</orth>
1309 <pron>o͡o</pron>
1310 </form>
1311 <etym><ref target="#0001.uw"><lang expand="Eho I">1</lang></ref></etym>
1312 <gramGrp>
1313 <pos expand="verb">v</pos>
1314 </gramGrp>
1315 <def>come</def>
1316 </entry>
1317 <entry xml:id="dict.0004.ah">
1318 <form>
1319 <orth xml:lang="art-Latn-x-eho-0004">ah</orth>
1320 <pron>äh</pron>
1321 </form>
1322 <etym><ref target="#0001.ah"><lang expand="Eho I">1</lang></ref></etym>
1323 <gramGrp>
1324 <pos expand="verb">v</pos>
1325 </gramGrp>
1326 <def>wait</def>
1327 </entry>
1328 <entry xml:id="dict.0004.ahnt">
1329 <form>
1330 <orth xml:lang="art-Latn-x-eho-0004">ahnt</orth>
1331 <pron>ähnt</pron>
1332 </form>
1333 <etym><ref target="#0003.aat"><lang expand="Eho III">3</lang> <mentioned xml:lang="art-Latn-x-eho-0003">aat</mentioned></ref></etym>
1334 <gramGrp>
1335 <pos expand="verb">v</pos>
1336 </gramGrp>
1337 <def>stay/stop</def>
1338 </entry>
1339 <entry xml:id="dict.0004.oet">
1340 <form>
1341 <orth xml:lang="art-Latn-x-eho-0004">oet</orth>
1342 <pron>œt</pron>
1343 </form>
1344 <etym><ref target="#0003.oet"><lang expand="Eho III">3</lang></ref></etym>
1345 <gramGrp>
1346 <pos expand="adv">adv</pos>
1347 </gramGrp>
1348 <def>quickly</def>
1349 </entry>
1350 <entry xml:id="dict.0004.on">
1351 <form>
1352 <orth xml:lang="art-Latn-x-eho-0004">on</orth>
1353 <pron>on</pron>
1354 </form>
1355 <etym><ref target="#0003.ahn"><lang expand="Eho III">3</lang> <mentioned xml:lang="art-Latn-x-eho-0003">ahn</mentioned></ref></etym>
1356 <gramGrp>
1357 <pos expand="adv">adv</pos>
1358 </gramGrp>
1359 <def>carefully, cautiously</def>
1360 </entry>
1361 <entry xml:id="dict.0004.rayd">
1362 <form>
1363 <orth xml:lang="art-Latn-x-eho-0004">rayd</orth>
1364 <pron>rād</pron>
1365 </form>
1366 <gramGrp>
1367 <pos expand="adv">adv</pos>
1368 </gramGrp>
1369 <def>not</def>
1370 </entry>
1371 </div>
1372
1373 <!-- END DICTIONARY BODY -->
1374
1375 </body>
1376
1377 <!-- END TEXT -->
1378
1379 </text>
1380
1381 </TEI>
This page took 0.810284 seconds and 5 git commands to generate.