2018-05-04 15:29:11 +00:00
<?xml version="1.0" encoding="utf-8"?>
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "fr" xml:lang = "fr" >
< head >
2018-07-01 15:54:29 +00:00
<!-- 2018 - 06 - 30 sam. 00:57 -->
2018-05-04 15:29:11 +00:00
< meta http-equiv = "Content-Type" content = "text/html;charset=utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2018-05-15 17:15:14 +00:00
< title > Grammaire du Hjalpi’ < / title >
2018-06-19 23:01:14 +00:00
< meta name = "generator" content = "Org mode" / >
< meta name = "author" content = "Lucien Cartier-Tilet" / >
2018-05-04 15:29:11 +00:00
< style type = "text/css" >
<!-- /* --> <![CDATA[/*> <!-- */
2018-06-19 23:01:14 +00:00
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
2018-05-04 15:29:11 +00:00
.todo { font-family: monospace; color: red; }
2018-06-19 23:01:14 +00:00
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
2018-05-04 15:29:11 +00:00
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
2018-06-19 23:01:14 +00:00
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
2018-05-04 15:29:11 +00:00
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #ccc;
box-shadow: 3px 3px 3px #eee;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: visible;
padding-top: 1.2em;
}
pre.src:before {
display: none;
position: absolute;
background-color: white;
top: -10px;
right: 10px;
padding: 3px;
border: 1px solid black;
}
pre.src:hover:before { display: inline;}
2018-06-19 23:01:14 +00:00
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
2018-05-04 15:29:11 +00:00
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
2018-06-19 23:01:14 +00:00
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
2018-05-04 15:29:11 +00:00
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
2018-06-19 23:01:14 +00:00
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
2018-05-04 15:29:11 +00:00
dt { font-weight: bold; }
2018-06-19 23:01:14 +00:00
.footpara { display: inline; }
2018-05-04 15:29:11 +00:00
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
2018-06-19 23:01:14 +00:00
.org-svg { width: 90%; }
2018-05-04 15:29:11 +00:00
/*]]>*/-->
< / style >
2018-06-06 15:15:47 +00:00
< link rel = "stylesheet" type = "text/css" href = "css/htmlize.css" / >
< link rel = "stylesheet" type = "text/css" href = "css/readtheorg.css" / >
< script src = "js/jquery.min.js" > < / script >
< script src = "js/bootstrap.min.js" > < / script >
< script type = "text/javascript" src = "js/jquery.stickytableheaders.min.js" > < / script >
< script type = "text/javascript" src = "js/readtheorg.js" > < / script >
2018-05-04 15:29:11 +00:00
< script type = "text/javascript" >
/*
@licstart The following is the entire license notice for the
JavaScript code in this tag.
2018-06-19 23:01:14 +00:00
Copyright (C) 2012-2018 Free Software Foundation, Inc.
2018-05-04 15:29:11 +00:00
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License (GNU GPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
As additional permission under GNU GPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
that code without the copy of the GNU GPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
@licend The above is the entire license notice
for the JavaScript code in this tag.
*/
<!-- /* --> <![CDATA[/*> <!-- */
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
< / script >
< / head >
< body >
< div id = "content" >
2018-05-15 17:15:14 +00:00
< h1 class = "title" > Grammaire du Hjalpi’ < / h1 >
2018-06-19 23:01:14 +00:00
< p >
< / p >
2018-05-04 15:38:01 +00:00
< div id = "table-of-contents" >
< h2 > Table des matières< / h2 >
< div id = "text-table-of-contents" >
< ul >
2018-07-01 15:54:29 +00:00
< li > < a href = "#org0a92ce3" > 1. < span class = "todo TODO" > TODO< / span > Introduction< / a > < / li >
< li > < a href = "#orgf675507" > 2. Phonologie< / a >
2018-05-04 15:38:01 +00:00
< ul >
2018-07-01 15:54:29 +00:00
< li > < a href = "#org3a0f56a" > 2.1. Voyelles< / a >
2018-05-04 15:38:01 +00:00
< ul >
2018-07-01 15:54:29 +00:00
< li > < a href = "#org2b2acea" > 2.1.1. Voyelles courtes< / a > < / li >
< li > < a href = "#org8b477d4" > 2.1.2. Voyelles longues< / a > < / li >
< li > < a href = "#org98f3214" > 2.1.3. Consonnes syllabiques< / a > < / li >
< li > < a href = "#org005d46d" > 2.1.4. < span class = "todo TODO" > TODO< / span > Diphtongues< / a > < / li >
2018-05-20 18:05:23 +00:00
< / ul >
< / li >
2018-07-01 15:54:29 +00:00
< li > < a href = "#org2c13115" > 2.2. Consonnes< / a > < / li >
< li > < a href = "#org4274d17" > 2.3. < span class = "todo TODO" > TODO< / span > Accentuation< / a > < / li >
< li > < a href = "#org2d8abcd" > 2.4. < span class = "todo TODO" > TODO< / span > Romanisation et translittération< / a > < / li >
2018-05-04 23:14:51 +00:00
< / ul >
< / li >
2018-07-01 15:54:29 +00:00
< li > < a href = "#org54e3887" > 3. Phonologie dérivationnelle< / a >
2018-05-04 23:14:51 +00:00
< ul >
2018-07-01 15:54:29 +00:00
< li > < a href = "#org0b36e31" > 3.1. Allophonie< / a >
2018-06-02 00:56:43 +00:00
< ul >
2018-07-01 15:54:29 +00:00
< li > < a href = "#orgffff01c" > 3.1.1. Voyelles< / a > < / li >
< li > < a href = "#orga77e534" > 3.1.2. Consonnes< / a > < / li >
< li > < a href = "#orgd5fa64a" > 3.1.3. < span class = "todo TODO" > TODO< / span > Exemples< / a > < / li >
2018-06-02 00:56:43 +00:00
< / ul >
< / li >
2018-07-01 15:54:29 +00:00
< li > < a href = "#org8d83589" > 3.2. < span class = "todo TODO" > TODO< / span > Accord des voyelles< / a > < / li >
< li > < a href = "#org9cbabd6" > 3.3. < span class = "todo TODO" > TODO< / span > Accord des consonnes< / a > < / li >
< li > < a href = "#orgf0c3e45" > 3.4. Phonotaxes< / a >
2018-06-29 20:37:43 +00:00
< ul >
2018-07-01 15:54:29 +00:00
< li > < a href = "#orga409fbc" > 3.4.1. Attaque< / a > < / li >
< li > < a href = "#org4fc107a" > 3.4.2. Rime< / a > < / li >
2018-06-29 20:37:43 +00:00
< / ul >
< / li >
2018-07-01 15:54:29 +00:00
< li > < a href = "#org9b7d246" > 3.5. < span class = "todo TODO" > TODO< / span > Déclinaisons< / a > < / li >
2018-06-29 20:37:43 +00:00
< / ul >
< / li >
2018-07-01 15:54:29 +00:00
< li > < a href = "#org823cc39" > 4. < span class = "todo TODO" > TODO< / span > Morphologie< / a >
2018-06-29 20:37:43 +00:00
< ul >
2018-07-01 15:54:29 +00:00
< li > < a href = "#org7c1d953" > 4.1. Noms< / a >
2018-06-29 20:37:43 +00:00
< ul >
2018-07-01 15:54:29 +00:00
< li > < a href = "#orgbc91d75" > 4.1.1. Genre< / a > < / li >
< li > < a href = "#org2c25035" > 4.1.2. Nombre< / a > < / li >
< li > < a href = "#orga2a35dd" > 4.1.3. Déclinaisons< / a > < / li >
2018-06-29 20:37:43 +00:00
< / ul >
< / li >
2018-07-01 15:54:29 +00:00
< li > < a href = "#org0b9ac6f" > 4.2. Verbes< / a > < / li >
2018-05-20 22:56:02 +00:00
< / ul >
< / li >
2018-07-01 15:54:29 +00:00
< li > < a href = "#org0c56789" > 5. < span class = "todo TODO" > TODO< / span > Syntaxe< / a > < / li >
< li > < a href = "#orgac940dc" > 6. < span class = "todo TODO" > TODO< / span > Champs sémantiques et pragmatismes< / a > < / li >
< li > < a href = "#org270a4b9" > 7. < span class = "todo TODO" > TODO< / span > Système d’ écriture< / a > < / li >
< li > < a href = "#orgf9794ad" > 8. Glossaire< / a >
2018-05-20 22:56:02 +00:00
< ul >
2018-07-01 15:54:29 +00:00
< li > < a href = "#org03b2969" > 8.1. À trier< / a > < / li >
< li > < a href = "#org6824c9e" > 8.2. Actions physiques< / a > < / li >
< li > < a href = "#orgfa1986b" > 8.3. Amour< / a > < / li >
< li > < a href = "#org194f9ec" > 8.4. Animaux< / a > < / li >
< li > < a href = "#orgab1b6af" > 8.5. Art< / a > < / li >
< li > < a href = "#org36dd64d" > 8.6. Astronomie< / a > < / li >
< li > < a href = "#org2ad638e" > 8.7. Bâtiments< / a > < / li >
< li > < a href = "#org7feb368" > 8.8. Commerce< / a > < / li >
< li > < a href = "#org7d18f1f" > 8.9. Conflits< / a > < / li >
< li > < a href = "#org9827361" > 8.10. Conteneurs< / a > < / li >
< li > < a href = "#orgb882af2" > 8.11. Corps< / a > < / li >
< li > < a href = "#org1ba4095" > 8.12. Couleurs< / a > < / li >
< li > < a href = "#org3520f88" > 8.13. Dimensions< / a > < / li >
< li > < a href = "#org7c49e5f" > 8.14. Direction< / a > < / li >
< li > < a href = "#org5f86154" > 8.15. Eau< / a > < / li >
< li > < a href = "#org69927d1" > 8.16. Effort< / a > < / li >
< li > < a href = "#org9f70ad3" > 8.17. Éléments< / a > < / li >
< li > < a href = "#orge8f9be3" > 8.18. Émotions< / a > < / li >
< li > < a href = "#org36b5650" > 8.19. Évaluation< / a > < / li >
< li > < a href = "#org5966a75" > 8.20. Événements< / a > < / li >
< li > < a href = "#org105ed5d" > 8.21. Existence< / a > < / li >
< li > < a href = "#org62bf76d" > 8.22. Famille< / a > < / li >
< li > < a href = "#orga3d68fa" > 8.23. Forme< / a > < / li >
< li > < a href = "#orgc8fd104" > 8.24. Gouvernement< / a > < / li >
< li > < a href = "#org1452345" > 8.25. Grammaire< / a >
2018-06-02 00:56:43 +00:00
< ul >
2018-07-01 15:54:29 +00:00
< li > < a href = "#org9b82912" > 8.25.1. Pronoms interrogatifs< / a > < / li >
2018-05-04 15:38:01 +00:00
< / ul >
< / li >
2018-07-01 15:54:29 +00:00
< li > < a href = "#orgc1a8965" > 8.26. Guerre< / a > < / li >
< li > < a href = "#orga1a56b2" > 8.27. Légal< / a > < / li >
< li > < a href = "#org5dc6e29" > 8.28. Lieux< / a > < / li >
< li > < a href = "#org8853767" > 8.29. Lumière< / a > < / li >
< li > < a href = "#orga05aabc" > 8.30. Mental< / a > < / li >
< li > < a href = "#orga2102e8" > 8.31. Mesures< / a > < / li >
< li > < a href = "#orgf539494" > 8.32. Métaux< / a > < / li >
< li > < a href = "#org659077a" > 8.33. Mouvement< / a > < / li >
< li > < a href = "#org7ead958" > 8.34. Nature< / a > < / li >
< li > < a href = "#org0fad543" > 8.35. Nombres< / a > < / li >
< li > < a href = "#org2000581" > 8.36. Nourriture< / a > < / li >
< li > < a href = "#org74eb0c9" > 8.37. Outils< / a > < / li >
< li > < a href = "#org00e062d" > 8.38. Parole< / a > < / li >
< li > < a href = "#orgaa85ac0" > 8.39. Péchés< / a > < / li >
< li > < a href = "#org7deef6f" > 8.40. Physique< / a > < / li >
< li > < a href = "#org411d7e5" > 8.41. Possession< / a > < / li >
< li > < a href = "#orgbf26d90" > 8.42. Religion< / a > < / li >
< li > < a href = "#org8b3fd13" > 8.43. Savoir< / a > < / li >
< li > < a href = "#orgf383539" > 8.44. Sensations< / a > < / li >
< li > < a href = "#org58ed716" > 8.45. Sexe< / a > < / li >
< li > < a href = "#orgad6630b" > 8.46. Société< / a > < / li >
< li > < a href = "#org19abfef" > 8.47. Substances< / a > < / li >
< li > < a href = "#org27a495c" > 8.48. Temps< / a >
2018-06-02 00:56:43 +00:00
< ul >
2018-07-01 15:54:29 +00:00
< li > < a href = "#org8ba7022" > 8.48.1. Jours de la semaine< / a > < / li >
2018-06-02 00:56:43 +00:00
< / ul >
< / li >
2018-07-01 15:54:29 +00:00
< li > < a href = "#org8ae4266" > 8.49. Travail< / a > < / li >
< li > < a href = "#org3abf6b2" > 8.50. Végétaux< / a > < / li >
< li > < a href = "#orgf522294" > 8.51. Vêtements< / a > < / li >
< li > < a href = "#orge919cd5" > 8.52. Vie et santé< / a > < / li >
2018-05-20 18:05:23 +00:00
< / ul >
< / li >
2018-05-04 15:38:01 +00:00
< / ul >
< / div >
< / div >
2018-06-19 23:01:14 +00:00
< p >
2018-05-04 15:29:11 +00:00
2018-06-19 23:01:14 +00:00
< / p >
2018-05-04 15:29:11 +00:00
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org0a92ce3" class = "outline-2" >
< h2 id = "org0a92ce3" > < span class = "section-number-2" > 1< / span > < span class = "todo TODO" > TODO< / span > Introduction< / h2 >
2018-05-10 22:36:08 +00:00
< div class = "outline-text-2" id = "text-1" >
< p >
2018-05-15 17:36:07 +00:00
Le Hjalpi’ est la langue parlée par les dieux dans l’ univers de mon roman. La langue dont je présente ci-dessous la grammaire n’ est cependant pas réellement la langue divine mais la représente ; en effet, le Hjalpi’ a été imaginée comme étant bien trop complexe pour être entièrement apprise par un humain, l’ élaboration de phrases simples requière quelques années d’ études déjà. Bien évidemment, il est impossible pour un humain de créer une telle langue, mais je reste toujours dans cette optique de création de langue complexe, et le résultat me paraîtra complexe mais il se peut que pour certains (du fait des langues qu’ ils maîtrisent déjà) n’ aient pas cette impression.
2018-05-10 22:36:08 +00:00
< / p >
< p >
Cette langue sera également utilisée pour créer d’ autres langues qui auront évolué depuis la langue divine en des langues (me paraissant) beaucoup plus simples afin de créer des langues pour les mortels.
< / p >
< / div >
2018-05-04 15:29:11 +00:00
< / div >
2018-05-10 22:36:08 +00:00
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgf675507" class = "outline-2" >
< h2 id = "orgf675507" > < span class = "section-number-2" > 2< / span > Phonologie< / h2 >
2018-05-04 15:29:11 +00:00
< div class = "outline-text-2" id = "text-2" >
2018-06-29 20:37:43 +00:00
< p >
Dans cette ouvrage, j’ utiliserai principalement la translittération des mots, expressions et phrases du Hjalpi’ pour illustrer mes propos, exemples et explications de la grammaire de cette langue. Toutefois, il est important de savoir comment correctement prononcer le Hjalpi’ , et pour cela j’ utiliserai l’ alphabet phonétique international afin de retranscrire la prononciation correcte du Hjalpi’ . Il est important de relever les deux styles différents de transcription phonétique qui seront utilisés dans cet ouvrage :
< / p >
< dl class = "org-dl" >
< dt > /transcription large/< / dt > < dd > ce type de transcription ne prend pas en compte les divers cas d’ allophonie présents en Hjalpi’ et retranscrit individuellement chaque symbole ayant une signification phonétique dans son orthographe translittérée.< / dd >
< dt > [transcription rapprochée]< / dt > < dd > ce style de transcription prend en compte les changements de prononciation dû aux modifications entre phonèmes. Cela représente donc la prononciation réelle des locuteurs, qui n’ est pas représentée de manière exacte par la translittération du Hjalpi’ .< / dd >
< / dl >
< p >
2018-07-01 15:54:29 +00:00
Généralement, j’ utiliserai la transcription large lorsque j’ aurai besoin de transcrire de façon phonétique des éléments de langage, à moins que je souhaite que vous, le lecteur, portiez votre attention sur un élément particulier de la prononciation de la langue divine, auquel cas j’ userai de la transcription rapprochée, comme lors de la discussion sur l’ < a href = "#org1f6aa18" > allophonie< / a > . La prononciation des mots du < a href = "#org2171329" > glossaire< / a > sera notée en transcription large.
2018-06-29 20:37:43 +00:00
< / p >
2018-05-29 22:58:16 +00:00
< / div >
2018-06-29 20:37:43 +00:00
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org3a0f56a" class = "outline-3" >
< h3 id = "org3a0f56a" > < span class = "section-number-3" > 2.1< / span > < a id = "orgceec203" > < / a > Voyelles< / h3 >
2018-05-04 15:29:11 +00:00
< div class = "outline-text-3" id = "text-2-1" >
2018-05-10 11:32:05 +00:00
< p >
2018-07-01 15:54:29 +00:00
Le Hjalpi’ dispose d’ un inventaire de voyelle très large comparé à la majorité des langues existantes dans notre monde, avec dix-sept voyelles simples, et quelques autres diphtongues (discutées plus bas dans < a href = "#org5f9284b" > Diphtongues< / a > ). Voici la liste des voyelles utilisées dans le Hjalpi’ :
2018-05-10 11:32:05 +00:00
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
2018-06-03 17:15:06 +00:00
< caption class = "t-above" > < span class = "table-number" > Tableau 1 :< / span > Voyelles du Hjalpi’ < / caption >
2018-05-10 11:32:05 +00:00
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-10 11:32:05 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-10 11:32:05 +00:00
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-10 11:32:05 +00:00
< / colgroup >
< thead >
< tr >
2018-06-19 23:01:14 +00:00
< th scope = "col" class = "org-left" >   < / th >
< th scope = "col" class = "org-left" > antérieures< / th >
< th scope = "col" class = "org-left" > postérieures< / th >
2018-05-10 11:32:05 +00:00
< / tr >
< / thead >
< tbody >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > fermées< / td >
< td class = "org-left" > i / y< / td >
< td class = "org-left" > u< / td >
2018-05-10 11:32:05 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > pré-fermées< / td >
< td class = "org-left" > í / ý< / td >
< td class = "org-left" > ú< / td >
2018-05-10 11:32:05 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > mi-fermées< / td >
< td class = "org-left" > e / ò< / td >
< td class = "org-left" > o< / td >
2018-05-10 11:32:05 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > mi-ouvertes< / td >
< td class = "org-left" > é / ö< / td >
< td class = "org-left" > ó< / td >
2018-05-10 11:32:05 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ouvertes< / td >
< td class = "org-left" > a< / td >
< td class = "org-left" > á< / td >
2018-05-10 11:32:05 +00:00
< / tr >
< / tbody >
< / table >
< p >
2018-06-02 17:02:26 +00:00
Le Hjalpi’ dispose également de deux consonnes syllabiques, le < i > ń< / i > et le < i > ĺ< / i > , qui sont respectivement le < i > n< / i > et le < i > l< / i > prononcés comme des voyelles. Voici ci-dessous le même tableau, avec chaque voyelle remplacée par sa valeur phonétique en IPA :
2018-05-10 11:32:05 +00:00
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
2018-06-03 17:15:06 +00:00
< caption class = "t-above" > < span class = "table-number" > Tableau 2 :< / span > Voyelles du Hjalpi’ (IPA)< / caption >
2018-05-10 11:32:05 +00:00
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-10 11:32:05 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-10 11:32:05 +00:00
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-10 11:32:05 +00:00
< / colgroup >
< thead >
< tr >
2018-06-19 23:01:14 +00:00
< th scope = "col" class = "org-left" >   < / th >
< th scope = "col" class = "org-left" > antérieures< / th >
< th scope = "col" class = "org-left" > postérieures< / th >
2018-05-10 11:32:05 +00:00
< / tr >
< / thead >
< tbody >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > fermées< / td >
< td class = "org-left" > iː / yː < / td >
< td class = "org-left" > uː < / td >
2018-05-10 11:32:05 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > pré-fermées< / td >
< td class = "org-left" > ɪ / ʏ < / td >
< td class = "org-left" > ʊ< / td >
2018-05-10 11:32:05 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > mi-fermées< / td >
< td class = "org-left" > eː / øː< / td >
< td class = "org-left" > oː < / td >
2018-05-10 11:32:05 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > mi-ouvertes< / td >
< td class = "org-left" > ɛ / œ< / td >
< td class = "org-left" > ɔ< / td >
2018-05-10 11:32:05 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ouvertes< / td >
< td class = "org-left" > aː < / td >
< td class = "org-left" > ɑ < / td >
2018-05-10 11:32:05 +00:00
< / tr >
< / tbody >
< / table >
2018-05-16 18:56:24 +00:00
2018-05-10 11:32:05 +00:00
< p >
2018-06-02 17:02:26 +00:00
Avec le < i > ń< / i > et le < i > ĺ< / i > ayant respectivement pour valeur /n̩/ et /l̩/.
2018-05-10 11:32:05 +00:00
< / p >
< p >
2018-07-01 15:54:29 +00:00
On peut remarquer que, à l’ exception de < i > ń< / i > et < i > ĺ< / i > , toutes les voyelles ont un couple ouverte-courte/fermée-longue. Dans les mots racine (c’ est à dire non altérés par une quelconque règle grammaticale), la distinction revêt une importance capitale, porteuse de sens et de distinction de certains mots entre eux. Ainsi, < i > þran< / i > [θrãː ] n’ aura pas la même signification que < i > þrán< / i > [θrɑ ̃] (pour l’ explication de la prononciation, voir < a href = "#org1f6aa18" > l’ allophonie< / a > ). En revanche, comme on le verra plus tard, les addition grammaticales verront leurs voyelles s’ accorder avec les voyelles du mot racine en ouverture-longueur.
2018-05-10 11:32:05 +00:00
< / p >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org2b2acea" class = "outline-4" >
< h4 id = "org2b2acea" > < span class = "section-number-4" > 2.1.1< / span > Voyelles courtes< / h4 >
2018-05-10 11:32:05 +00:00
< div class = "outline-text-4" id = "text-2-1-1" >
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /ɑ / : á< / li >
2018-05-10 11:32:05 +00:00
< / ul >
< p >
Le < i > á< / i > est une voyelle ressemblant au « â » que l’ on retrouve en français dans des mots tels que « pâte ». Il s’ agit de la voyelle ouverte antérieure non-arrondie.
< / p >
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /œ/ : ö< / li >
2018-05-10 11:32:05 +00:00
< / ul >
< p >
Il s’ agit ici du son « eu » tel qu’ on le retrouve en français tel que dans le mot « neuf ».
< / p >
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /ɪ / : í< / li >
2018-05-10 11:32:05 +00:00
< / ul >
< p >
Cette voyelle est une voyelle se situant entre le son « i » et le son « e » ; on peut le retrouver en anglais dans des mots tels que « hit » ou « this ». Il s’ agit de la voyelle pré-fermée antérieure non-arrondie.
< / p >
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /ɛ/ : é< / li >
2018-05-10 11:32:05 +00:00
< / ul >
< p >
Nous avons ici la voyelle « è » que l’ on retrouve en français par exemple dans le mot « cette ».
< / p >
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /ɔ/ : ó< / li >
2018-05-10 11:32:05 +00:00
< / ul >
< p >
Il s’ agit du « o » ouvert, que l’ on retrouve en français dans le mot « sort » par exemple.
< / p >
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /ʏ / : ý< / li >
2018-05-10 11:32:05 +00:00
< / ul >
< p >
Cette voyelle est un équivalent du « u » français ouvert, que l’ on peut retrouver en Allemand comme dans « Müller » par exemple. Il s’ agit de la voyelle antérieure pré-fermée arrondie.
< / p >
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /ʊ/ : ú< / li >
2018-05-10 11:32:05 +00:00
< / ul >
< p >
Cette voyelle est un équivalent du « ou » Français ouvert, telle que l’ on peut la retrouver dans le mot « book » en Anglais britannique.
< / p >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org8b477d4" class = "outline-4" >
< h4 id = "org8b477d4" > < span class = "section-number-4" > 2.1.2< / span > Voyelles longues< / h4 >
2018-05-10 11:32:05 +00:00
< div class = "outline-text-4" id = "text-2-1-2" >
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /aː / : a< / li >
2018-05-10 11:32:05 +00:00
< / ul >
< p >
2018-05-15 17:36:07 +00:00
Cette voyelle est le « a » que l’ on peut retrouver dans le français tel que dans « patte », à la différence que le « a » de le Hjalpi’ est prononcé un peu plus longuement que le « a » français.
2018-05-10 11:32:05 +00:00
< / p >
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /øː/ : ò< / li >
2018-05-10 11:32:05 +00:00
< / ul >
< p >
Cette voyelle est la même que le « eu » français que l’ on retrouve dans le mot « deux », à la différence que le « ò » divin est prononcé un peu plus longuement que le « eu » français.
< / p >
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /iː / : i< / li >
2018-05-10 11:32:05 +00:00
< / ul >
< p >
2018-05-15 17:36:07 +00:00
Cette voyelle est la même que le « i » français, à la différence que le « i » de le Hjalpi’ est prononcé un peu plus longuement que le « i » français.
2018-05-10 11:32:05 +00:00
< / p >
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /eː / : e< / li >
2018-05-10 11:32:05 +00:00
< / ul >
< p >
2018-05-15 17:36:07 +00:00
Cette voyelle est la même que le « é » français, à la différence que le « i » de le Hjalpi’ est prononcé un peu plus longuement que le « i » français.
2018-05-10 11:32:05 +00:00
< / p >
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /oː / : o< / li >
2018-05-10 11:32:05 +00:00
< / ul >
< p >
2018-05-15 17:36:07 +00:00
Cette voyelle est la même que le « o » français comme dans « eau », à la différence que le « o » de le Hjalpi’ est prononcé un peu plus longuement que le « o » français.
2018-05-10 11:32:05 +00:00
< / p >
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /yː / : y< / li >
2018-05-10 11:32:05 +00:00
< / ul >
< p >
2018-05-15 17:36:07 +00:00
Cette voyelle est la même que le « u » français, à la différence que le « u » de le Hjalpi’ est prononcé un peu plus longuement que le « u » français.
2018-05-10 11:32:05 +00:00
< / p >
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /uː / : u< / li >
2018-05-10 11:32:05 +00:00
< / ul >
< p >
2018-05-15 17:36:07 +00:00
Cette voyelle est la même que le « ou » français, à la différence que le « ou » de le Hjalpi’ est prononcé un peu plus longuement que le « ou » français.
2018-05-10 11:32:05 +00:00
< / p >
< / div >
< / div >
2018-06-01 21:53:38 +00:00
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org98f3214" class = "outline-4" >
< h4 id = "org98f3214" > < span class = "section-number-4" > 2.1.3< / span > < a id = "org1ea255e" > < / a > Consonnes syllabiques< / h4 >
2018-05-20 18:05:23 +00:00
< div class = "outline-text-4" id = "text-2-1-3" >
2018-05-10 11:32:05 +00:00
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /n̩/ : ń< / li >
2018-05-10 11:32:05 +00:00
< / ul >
< p >
2018-06-02 17:02:26 +00:00
Le « ń » est la consonne « n » (la même que le « n » standard français), mais considérée et prononcée comme une voyelle, tel qu’ on peut l’ entendre dans certains mots anglais comme dans « button » qui peut être prononcé /bʌtn̩/.
2018-05-10 11:32:05 +00:00
< / p >
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /l̩/ : ĺ< / li >
2018-05-10 11:32:05 +00:00
< / ul >
< p >
2018-06-02 17:02:26 +00:00
Le « ĺ » est la consonne « l » (la même que le « l » français), mais considérée et prononcée comme une voyelle, tel qu’ on peut l’ entendre dans certains mots anglais comme dans « bottle » qui peut être prononcé /bɔtl̩/, avec le /ʊ/ qui est omis et le /l/ devenant syllabique.
2018-05-10 11:32:05 +00:00
< / p >
2018-05-04 15:29:11 +00:00
< / div >
< / div >
2018-05-10 11:32:05 +00:00
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org005d46d" class = "outline-4" >
< h4 id = "org005d46d" > < span class = "section-number-4" > 2.1.4< / span > < span class = "todo TODO" > TODO< / span > < a id = "org5f9284b" > < / a > Diphtongues< / h4 >
2018-05-04 15:29:11 +00:00
< / div >
< / div >
2018-05-10 11:32:05 +00:00
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org2c13115" class = "outline-3" >
< h3 id = "org2c13115" > < span class = "section-number-3" > 2.2< / span > < a id = "org7f0db33" > < / a > Consonnes< / h3 >
2018-05-04 15:29:11 +00:00
< div class = "outline-text-3" id = "text-2-2" >
2018-05-10 11:32:05 +00:00
< p >
2018-05-15 17:36:07 +00:00
En plus d’ un important inventaire de voyelle, le Hjalpi’ dispose également d’ un inventaire de consonnes assez important. Voici ci-dessous lesdites consonnes :
2018-05-10 11:32:05 +00:00
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
2018-06-03 17:15:06 +00:00
< caption class = "t-above" > < span class = "table-number" > Tableau 3 :< / span > Consonnes du Hjalpi’ < / caption >
2018-05-10 11:32:05 +00:00
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-10 11:32:05 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-10 11:32:05 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-10 11:32:05 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-10 11:32:05 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-10 11:32:05 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-10 11:32:05 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-10 11:32:05 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-10 11:32:05 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-10 11:32:05 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-10 11:32:05 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-10 11:32:05 +00:00
< / colgroup >
< thead >
< tr >
2018-06-19 23:01:14 +00:00
< th scope = "col" class = "org-left" >   < / th >
2018-06-29 20:37:43 +00:00
< th scope = "col" class = "org-left" > bilab.< / th >
< th scope = "col" class = "org-left" > lab.-dent.< / th >
< th scope = "col" class = "org-left" > dent.< / th >
< th scope = "col" class = "org-left" > alv.< / th >
< th scope = "col" class = "org-left" > pal.-alv.< / th >
< th scope = "col" class = "org-left" > rétro.< / th >
< th scope = "col" class = "org-left" > palat.< / th >
< th scope = "col" class = "org-left" > vélaire< / th >
< th scope = "col" class = "org-left" > uvulaire< / th >
< th scope = "col" class = "org-left" > glottal< / th >
2018-05-10 11:32:05 +00:00
< / tr >
< / thead >
< tbody >
< tr >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > nasal< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > m< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > n< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > ň< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-05-10 11:32:05 +00:00
< / tr >
< / tbody >
< tbody >
< tr >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > occlusif< / td >
< td class = "org-left" > p b< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > t d< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > ţ ḑ< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > k g< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > '< / td >
2018-05-10 11:32:05 +00:00
< / tr >
< / tbody >
< tbody >
< tr >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > fricatif< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" > f v< / td >
< td class = "org-left" > þ ð< / td >
< td class = "org-left" > s z< / td >
< td class = "org-left" > ß ź< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > š ž< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > x ŗ< / td >
< td class = "org-left" > h< / td >
2018-05-10 11:32:05 +00:00
< / tr >
< / tbody >
< tbody >
< tr >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > spirante< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > ŕ< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > j< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< / tr >
< / tbody >
< tbody >
< tr >
< td class = "org-left" > roulé< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > r< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-05-10 11:32:05 +00:00
< / tr >
< / tbody >
< tbody >
< tr >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > fric.-lat.< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > ł< / td >
< td class = "org-left" >   < / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-05-10 11:32:05 +00:00
< / tr >
< / tbody >
< tbody >
< tr >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > spir.-lat.< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > l< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-05-10 11:32:05 +00:00
< / tr >
< / tbody >
< tbody >
< tr >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > semi-voyelles< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > w< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-05-10 11:32:05 +00:00
< / tr >
< / tbody >
< / table >
2018-06-01 21:53:38 +00:00
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
2018-06-03 17:15:06 +00:00
< caption class = "t-above" > < span class = "table-number" > Tableau 4 :< / span > Consonnes du Hjalpi’ (IPA)< / caption >
2018-06-01 21:53:38 +00:00
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-01 21:53:38 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-01 21:53:38 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-01 21:53:38 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-01 21:53:38 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-01 21:53:38 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-01 21:53:38 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-01 21:53:38 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-01 21:53:38 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-01 21:53:38 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-01 21:53:38 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-01 21:53:38 +00:00
< / colgroup >
< thead >
< tr >
2018-06-19 23:01:14 +00:00
< th scope = "col" class = "org-left" >   < / th >
2018-06-29 20:37:43 +00:00
< th scope = "col" class = "org-left" > bilab.< / th >
< th scope = "col" class = "org-left" > lab.-dent.< / th >
< th scope = "col" class = "org-left" > dent.< / th >
< th scope = "col" class = "org-left" > alv.< / th >
< th scope = "col" class = "org-left" > pal.-alv.< / th >
< th scope = "col" class = "org-left" > rétro.< / th >
< th scope = "col" class = "org-left" > palat.< / th >
< th scope = "col" class = "org-left" > vélaire< / th >
< th scope = "col" class = "org-left" > uvulaire< / th >
< th scope = "col" class = "org-left" > glottal< / th >
2018-06-01 21:53:38 +00:00
< / tr >
< / thead >
< tbody >
< tr >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > nasal< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > m< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > n< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > ŋ< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-06-01 21:53:38 +00:00
< / tr >
< / tbody >
< tbody >
< tr >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > occlusif< / td >
< td class = "org-left" > p b< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > t d< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > ʈ ɖ< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > k ɡ < / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > ʔ < / td >
2018-06-01 21:53:38 +00:00
< / tr >
< / tbody >
< tbody >
< tr >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > fricatif< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" > f v< / td >
< td class = "org-left" > θ ð< / td >
< td class = "org-left" > s z< / td >
< td class = "org-left" > ʃ ʒ< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > ç ʝ< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > χ ʁ< / td >
< td class = "org-left" > h< / td >
2018-06-01 21:53:38 +00:00
< / tr >
< / tbody >
< tbody >
< tr >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > spirante< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > ɹ< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > j< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-06-01 21:53:38 +00:00
< / tr >
< / tbody >
< tbody >
< tr >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > roulé< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > r< / td >
< td class = "org-left" >   < / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-06-01 21:53:38 +00:00
< / tr >
< / tbody >
< tbody >
< tr >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > fric.-lat.< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > ɬ< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-06-01 21:53:38 +00:00
< / tr >
< / tbody >
< tbody >
< tr >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > spir.-lat.< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > l< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-06-01 21:53:38 +00:00
< / tr >
< / tbody >
2018-05-10 11:32:05 +00:00
< tbody >
< tr >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > semi-voyelles< / td >
< td class = "org-left" > w< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-05-10 11:32:05 +00:00
< / tr >
< / tbody >
< / table >
2018-05-04 15:29:11 +00:00
< / div >
< / div >
2018-05-10 22:36:08 +00:00
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org4274d17" class = "outline-3" >
< h3 id = "org4274d17" > < span class = "section-number-3" > 2.3< / span > < span class = "todo TODO" > TODO< / span > Accentuation< / h3 >
2018-05-11 00:09:09 +00:00
< div class = "outline-text-3" id = "text-2-3" >
< p >
L’ accentuation des mots en langue divine porte sur l’ avant-dernière voyelle racine si le mot racine dispose de deux syllabes ou plus, sur la voyelle racine unique sinon. L’ accentuation des mots étant régulière, elle n’ est pas marquée par l’ orthographe et la translittération de la langue.
Pour ce qui est de l’ accentuation des phrases, le ton est généralement tombant, avec le terme que le locuteur estime le plus important de la phrase bénéficiant d’ une remontée du ton sur ce terme précisément. Si le locuteur estime que le terme est très important, alors il peut même le prononcer avec une voix de tête, voire étirer de manière exagérée la première syllabe racine du terme. Un verbe interrogatif bénéficie nécessairement de la remontée du ton de la phrase sur ce terme, tandis qu’ une phrase exclamative voit son ton recommencer à descendre à partir de la même hauteur que celle du début de phrase. Une phrase affirmative continue la descente de ton jusqu’ à la dernière syllabe racine qui bénéficie d’ une accentuation.
< / p >
< / div >
2018-05-10 22:36:08 +00:00
< / div >
2018-05-11 00:09:09 +00:00
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org2d8abcd" class = "outline-3" >
< h3 id = "org2d8abcd" > < span class = "section-number-3" > 2.4< / span > < span class = "todo TODO" > TODO< / span > Romanisation et translittération< / h3 >
2018-05-16 22:36:00 +00:00
< div class = "outline-text-3" id = "text-2-4" >
< p >
La romanisation et la translittération d’ une langue sont deux choses très différentes ; en effet, la première a pour but de représenter de façon grossière la prononciation de la langue avec l’ alphabet latin, sans se soucier de l’ orthographe exacte, tandis que la translittération a pour but de reproduire de manière précise l’ orthographe de la langue transcrite, sans se soucier de savoir si le lecteur saura prononcer correctement la transcription s’ il n’ a pas été initié avant à la langue transcrite.
< / p >
< p >
2018-05-20 18:05:23 +00:00
Pour moi le meilleur exemple que je puisse donner pour ce qui est de la différence entre romanisation et translittération est en Tibétain. Nous avons des termes Tibétain romanisés “dorje”, “chorten” ou encore “yak” en anglais dont une de leur translittération possible respective est “rdo rje”, “mchod brten” et “gyag”. Bien évidemment, toute personne n’ ayant aucune notion de translittération du Tibétain et/ou de son orthographe peut être confuse quant à ce qu’ ils viennent de lire, et c’ est tout naturel : leur but est de savoir précisément comment écrire ces mots, et une personne sachant écrire en tibétain pourra, en ayant lu ces exemples, écrire les mots sans faute si je n’ en ai pas fait non plus à la rédaction de cet ouvrage. Comme je l’ ai indiqué, il s’ agit dans cet exemple d’ une romanisation anglophone ; en effet, la romanisation dépend de la langue du lecteur. Étant donné que ce dernier doit pouvoir se forger une idée de la prononciation du mot étranger, il faut utiliser les conventions de lecture de l’ alphabet de sa propre langue afin d’ approcher au mieux la prononciation originale. Ainsi, “dorje” en anglais pourrait être écrit « dordjé » en français, “chorten” pourrait être écrit « tchortène » (« yak » garde la même orthographe dans les deux langues, et est même dans les dictionnaires anglophones et francophones).
2018-05-16 22:36:00 +00:00
< / p >
< p >
2018-07-01 15:54:29 +00:00
Ainsi, dans mon (ou mes ?) livre(s ?) qui s’ adressera (s’ adresseront ?) à un public général, j’ utiliserai des romanisation de la langue divine si je souhaite que le lecteur ait une idée de la prononciation du mot ou de la phrase qu’ il vient de rencontrer – et à l’ inverse, si je souhaite être plus graphique, j’ utiliserai soit la translittération, soit l’ écriture native du Hjalpi’ . Toujours est-il que dans cette référence grammaticale, je n’ utiliserai que de la translittération (les graphèmes et lettres correspondantes furent décrites dans < a href = "#org7f0db33" > Consonnes< / a > et < a href = "#orgceec203" > Voyelles< / a > ), et ne ferai usage de la romanisation que dans ce chapitre où j’ explique ci-dessous le processus de l’ écriture du Hjalpi en romanisation.
2018-05-16 22:36:00 +00:00
< / p >
2018-05-20 18:05:23 +00:00
< p >
2018-06-01 21:53:38 +00:00
Voici ci-dessous un tableau avec chaque phonème du Hjalpi’ , sa translittération, et sa romanisation francophone. Pour un équivalent anglophone, se référer à la version anglophone de cet ouvrage si cette dernière existe.
2018-05-20 18:05:23 +00:00
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
2018-06-03 17:15:06 +00:00
< caption class = "t-above" > < span class = "table-number" > Tableau 5 :< / span > Translittération des voyelles du Hjalpi’ < / caption >
2018-05-20 18:05:23 +00:00
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-20 18:05:23 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-20 18:05:23 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-20 18:05:23 +00:00
< / colgroup >
< thead >
< tr >
2018-06-19 23:01:14 +00:00
< th scope = "col" class = "org-left" > phonème< / th >
< th scope = "col" class = "org-left" > trans.< / th >
< th scope = "col" class = "org-left" > rom.< / th >
2018-05-20 18:05:23 +00:00
< / tr >
< / thead >
< tbody >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > iː < / td >
< td class = "org-left" > i< / td >
< td class = "org-left" > i< / td >
2018-05-20 18:05:23 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > yː < / td >
< td class = "org-left" > y< / td >
< td class = "org-left" > u< / td >
2018-05-20 18:05:23 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > uː < / td >
< td class = "org-left" > u< / td >
< td class = "org-left" > ou< / td >
2018-05-20 18:05:23 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ɪ < / td >
< td class = "org-left" > í< / td >
< td class = "org-left" > i< / td >
2018-05-20 18:05:23 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ʏ < / td >
< td class = "org-left" > ý< / td >
< td class = "org-left" > u< / td >
2018-05-20 18:05:23 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ʊ< / td >
< td class = "org-left" > ú< / td >
< td class = "org-left" > ou< / td >
2018-05-20 18:05:23 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > eː < / td >
< td class = "org-left" > e< / td >
< td class = "org-left" > é< / td >
2018-05-20 18:05:23 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > øː< / td >
< td class = "org-left" > ò< / td >
< td class = "org-left" > e< / td >
2018-05-20 18:05:23 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > oː < / td >
< td class = "org-left" > o< / td >
< td class = "org-left" > o< / td >
2018-05-20 18:05:23 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ɛ< / td >
< td class = "org-left" > é< / td >
< td class = "org-left" > è< / td >
2018-05-20 18:05:23 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > œ< / td >
< td class = "org-left" > ö< / td >
< td class = "org-left" > eu< / td >
2018-05-20 18:05:23 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ɔ< / td >
< td class = "org-left" > ó< / td >
< td class = "org-left" > au< / td >
2018-06-01 21:53:38 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > aː < / td >
< td class = "org-left" > a< / td >
< td class = "org-left" > a< / td >
2018-06-01 21:53:38 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ɑ < / td >
< td class = "org-left" > á< / td >
< td class = "org-left" > a< / td >
2018-06-01 21:53:38 +00:00
< / tr >
< / tbody >
< / table >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
2018-06-03 17:15:06 +00:00
< caption class = "t-above" > < span class = "table-number" > Tableau 6 :< / span > Translittération des consonnes du Hjalpi’ < / caption >
2018-06-01 21:53:38 +00:00
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-01 21:53:38 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-01 21:53:38 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-02 17:02:26 +00:00
< / colgroup >
2018-06-01 21:53:38 +00:00
2018-06-02 17:02:26 +00:00
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-02 17:02:26 +00:00
< / colgroup >
2018-06-01 21:53:38 +00:00
2018-06-02 17:02:26 +00:00
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-01 21:53:38 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-01 21:53:38 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-06-01 21:53:38 +00:00
< / colgroup >
< thead >
< tr >
2018-06-19 23:01:14 +00:00
< th scope = "col" class = "org-left" > phonème< / th >
< th scope = "col" class = "org-left" > trans.< / th >
< th scope = "col" class = "org-left" > rom.< / th >
< th scope = "col" class = "org-left" >   < / th >
< th scope = "col" class = "org-left" > phonème< / th >
< th scope = "col" class = "org-left" > trans.< / th >
< th scope = "col" class = "org-left" > rom.< / th >
2018-06-01 21:53:38 +00:00
< / tr >
< / thead >
< tbody >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > p< / td >
< td class = "org-left" > p< / td >
< td class = "org-left" > p< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > b< / td >
< td class = "org-left" > b< / td >
< td class = "org-left" > b< / td >
2018-06-01 21:53:38 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > t< / td >
< td class = "org-left" > t< / td >
< td class = "org-left" > t< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > d< / td >
< td class = "org-left" > d< / td >
< td class = "org-left" > d< / td >
2018-06-01 21:53:38 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ʈ< / td >
< td class = "org-left" > ţ< / td >
< td class = "org-left" > tr< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > ɖ< / td >
< td class = "org-left" > ḑ< / td >
< td class = "org-left" > dr< / td >
2018-06-01 21:53:38 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > k< / td >
< td class = "org-left" > k< / td >
< td class = "org-left" > k< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > ɡ < / td >
< td class = "org-left" > g< / td >
< td class = "org-left" > g< / td >
2018-06-01 21:53:38 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > f< / td >
< td class = "org-left" > f< / td >
< td class = "org-left" > f< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > v< / td >
< td class = "org-left" > v< / td >
< td class = "org-left" > v< / td >
2018-06-01 21:53:38 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > θ< / td >
< td class = "org-left" > þ< / td >
< td class = "org-left" > th< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > ð< / td >
< td class = "org-left" > ð< / td >
< td class = "org-left" > dh< / td >
2018-06-01 21:53:38 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > s< / td >
< td class = "org-left" > s< / td >
< td class = "org-left" > s< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > z< / td >
< td class = "org-left" > z< / td >
< td class = "org-left" > z< / td >
2018-06-01 21:53:38 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ʃ< / td >
< td class = "org-left" > ß< / td >
< td class = "org-left" > sh< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > ʒ< / td >
< td class = "org-left" > ź< / td >
< td class = "org-left" > j< / td >
2018-06-01 21:53:38 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ç< / td >
< td class = "org-left" > š< / td >
< td class = "org-left" > sh< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > ʝ< / td >
< td class = "org-left" > ž< / td >
< td class = "org-left" > jh< / td >
2018-06-01 21:53:38 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > m< / td >
< td class = "org-left" > m< / td >
< td class = "org-left" > m< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > n< / td >
< td class = "org-left" > n< / td >
< td class = "org-left" > n< / td >
2018-06-01 21:53:38 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ŋ< / td >
< td class = "org-left" > ň< / td >
< td class = "org-left" > ng< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > ʔ < / td >
< td class = "org-left" > ’ < / td >
< td class = "org-left" > ’ < / td >
2018-06-01 21:53:38 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > r< / td >
< td class = "org-left" > r< / td >
< td class = "org-left" > r< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > h< / td >
< td class = "org-left" > h< / td >
< td class = "org-left" > h< / td >
2018-06-01 21:53:38 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > χ< / td >
< td class = "org-left" > x< / td >
< td class = "org-left" > rh< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > ʁ< / td >
< td class = "org-left" > r< / td >
< td class = "org-left" > r< / td >
2018-06-01 21:53:38 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ɬ< / td >
< td class = "org-left" > ł< / td >
< td class = "org-left" > lh< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > ɹ< / td >
< td class = "org-left" > r< / td >
< td class = "org-left" > r< / td >
2018-05-20 18:05:23 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > l< / td >
< td class = "org-left" > l< / td >
< td class = "org-left" > l< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" > j< / td >
< td class = "org-left" > j< / td >
< td class = "org-left" > y< / td >
2018-05-20 18:05:23 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > w< / td >
< td class = "org-left" > w< / td >
< td class = "org-left" > w< / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
< td class = "org-left" >   < / td >
2018-05-20 18:05:23 +00:00
< / tr >
< / tbody >
< / table >
2018-05-16 22:36:00 +00:00
< / div >
2018-05-04 15:29:11 +00:00
< / div >
< / div >
2018-05-16 22:36:00 +00:00
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org54e3887" class = "outline-2" >
< h2 id = "org54e3887" > < span class = "section-number-2" > 3< / span > Phonologie dérivationnelle< / h2 >
2018-05-04 15:29:11 +00:00
< div class = "outline-text-2" id = "text-3" >
2018-06-01 21:53:38 +00:00
< p >
2018-07-01 15:54:29 +00:00
Le Hjalpi’ est une langue riche en dérivation phonétiques du fait de sa grammaire agglutinative et fusionnelle. Les noms changent selon leur nombre, leur rôle au sein de la phrase (leur cas grammatical), les verbes s’ accordent en genre et en nombre, selon l’ objectivité, le mode ou l’ un des nombreux temps de la phrase ou de la proposition. L’ utilisation de chacun de ces éléments sera traité dans le chapitre traitant de la < a href = "#org0c56789" > syntaxe< / a > . Le chapitre actuel servira principalement de référence condensée pour savoir comment accorder les divers éléments entre eux.
2018-06-01 21:53:38 +00:00
< / p >
< p >
Ci-dessous se trouve une liste d’ abréviations que l’ on trouvera souvent dans les règles formelles :
< / p >
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > < code > C< / code > = consonne< / li >
< li > < code > V< / code > = voyelle< / li >
< li > < code > N< / code > = nasale< / li >
< li > < code > F< / code > = fricative< / li >
< li > < code > P< / code > = consonne labiale< / li >
< li > < code > L< / code > = voyelle longue< / li >
< li > < code > S< / code > = voyelle courte< / li >
< li > < code > #< / code > = limite d’ un mot< / li >
< li > < code > Ø< / code > = silencieux, muet, rien< / li >
2018-06-01 21:53:38 +00:00
< / ul >
2018-05-29 22:58:16 +00:00
< / div >
2018-06-01 21:53:38 +00:00
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org0b36e31" class = "outline-3" >
< h3 id = "org0b36e31" > < span class = "section-number-3" > 3.1< / span > < a id = "org1f6aa18" > < / a > Allophonie< / h3 >
2018-05-15 11:51:19 +00:00
< div class = "outline-text-3" id = "text-3-1" >
2018-05-04 15:29:11 +00:00
< p >
2018-07-01 15:54:29 +00:00
En Hjalpi’ , il existe de nombreuses règles sur la modification de prononciation de phonèmes selon leur emplacement au sein d’ un mot et leur environnement phonétique, donnant lieu à des allophones desdits phonèmes. Ces règles sont les dernières règles à s’ appliquer sur la modification de prononciation des mots, les autres règles comme les < a href = "#orgb1c481f" > accords des voyelles< / a > ou les < a href = "#org465d74a" > accords des consonnes< / a > s’ appliquant avant les règles d’ allophonie. Ces règles s’ appliquent dans leur ordre d’ apparition ci-dessous.
2018-05-04 15:29:11 +00:00
< / p >
2018-06-01 21:53:38 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgffff01c" class = "outline-4" >
< h4 id = "orgffff01c" > < span class = "section-number-4" > 3.1.1< / span > Voyelles< / h4 >
2018-06-01 21:53:38 +00:00
< div class = "outline-text-4" id = "text-3-1-1" >
< p >
Il existe relativement peu d’ allophones parmi les voyelles de le Hjalpi’ , cependant on peut en relever certains comme suit :
< / p >
< ul class = "org-ul" >
2018-07-01 15:54:29 +00:00
< li > La prononciation standard du « ń », comme mentionné ci-dessus dans < a href = "#org1ea255e" > Consonnes syllabiques< / a > , est /n̩/. Cependant, cette voyelle peut également être prononcée /m̩/ si le < i > ń< / i > est précédé et/ou suivi par une consonne bilabiale, et il peut être palatalisé en /ɲ̩/ ou /m̩ʲ/ si le < i > ń< / i > est également adjacent à une des voyelles < i > i< / i > ou < i > í< / i > , ou bien la consonne < i > j< / i > (notées < code > I< / code > ).
2018-06-01 21:53:38 +00:00
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /n̩/ > [m̩] / _P< / li >
< li > /n̩/ > [m̩] / P_< / li >
< li > /n̩/ > [ɲ̩] / _I< / li >
< li > /n̩/ > [ɲ̩] / I_< / li >
< li > /n̩/ > [m̩ʲ] / P_ I< / li >
< li > /n̩/ > [m̩ʲ] / I_ P< / li >
< / ul > < / li >
2018-06-02 17:02:26 +00:00
< li > Le « ĺ » peut également être palatalisé en cas d’ adjacence à une des voyelles < i > i< / i > ou < i > í< / i > ou bien la consonne < i > j< / i > , et donc être prononcée /l̩ʲ/.
2018-06-01 21:53:38 +00:00
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /l̩/ > [l̩ʲ] / _I< / li >
< / ul > < / li >
2018-06-01 21:53:38 +00:00
< li > Une voyelle ou un groupe de voyelles placé devant une consonne nasale se nasalise.
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > V > [+nasal] / _N< / li >
< / ul > < / li >
2018-06-01 21:53:38 +00:00
< / ul >
< / div >
< / div >
2018-05-20 22:56:02 +00:00
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orga77e534" class = "outline-4" >
< h4 id = "orga77e534" > < span class = "section-number-4" > 3.1.2< / span > Consonnes< / h4 >
2018-06-01 21:53:38 +00:00
< div class = "outline-text-4" id = "text-3-1-2" >
2018-05-20 22:56:02 +00:00
< p >
2018-06-01 21:53:38 +00:00
Plusieurs de ces consonnes disposent d’ allophones, c’ est à dire de prononciations alternatives à la prononciation exacte mentionnée plus haut, sans que cela n’ affecte le sens des mots ou le sens d’ une phrase.
2018-05-20 22:56:02 +00:00
< / p >
2018-06-01 21:53:38 +00:00
< ul class = "org-ul" >
< li > La prononciation standard du < i > f< / i > et < i > v< / i > sont respectivement < code > /f/< / code > et < code > /v/< / code > , cependant il arrive également qu’ ils soient respectivement prononcés < code > /p\/< / code > et < code > /B/< / code > entre deux voyelles, ou en début de mot si immédiatement suivis d’ une voyelle ou d’ une semi-consonne (également notée < code > V< / code > ).
< ul class = "org-ul" >
2018-06-29 20:37:43 +00:00
< li > /f/ > [ɸ] / #_ V< / li >
< li > /f/ > [ɸ] / V_ V< / li >
< li > /v/ > [β] / #_ V< / li >
< li > /v/ > [β] / V_ V< / li >
2018-06-01 21:53:38 +00:00
< / ul > < / li >
2018-06-02 17:02:26 +00:00
< li > Le /ɦ/ est considéré comme étant un allophone du /h/. Cet allophone se produit entre deux voyelles, en début de mot immédiatement suivit d’ une voyelle, entre une consonne voisée et une voyelle, ou une voyelle et une consonne voisée. En revanche, au contact du < i > i< / i > , < i > í< / i > ou < i > j< / i > (notés < code > I< / code > ), le /h/ se palatalise en un /ç/. Similairement, un /ɦ/ obtenu grâce au premières règles ci-dessous change en /ʝ/.
2018-06-01 21:53:38 +00:00
< ul class = "org-ul" >
2018-06-02 17:02:26 +00:00
< li > /h/ > [ɦ] / #_ V< / li >
2018-06-19 15:25:55 +00:00
< li > /h/ > [ɦ] / V_ V< / li >
2018-06-02 17:02:26 +00:00
< li > /h/ > [ç] / _I< / li >
< li > /h/ > [ç] / I_< / li >
< li > [ɦ] > [ʝ] / _I< / li >
< li > [ɦ] > [ʝ] / I_< / li >
2018-06-01 21:53:38 +00:00
< / ul > < / li >
2018-06-02 17:02:26 +00:00
< li > Le < i > ŗ< / i > a pour prononciation standard le /ʁ/, cependant il est généralement prononcé /ʀ/ entre deux voyelles et/ou consonne voisée (notées < code > V< / code > ).
2018-06-01 21:53:38 +00:00
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /ʁ/ > [ʀ] / V_ V< / li >
< / ul > < / li >
2018-06-02 17:02:26 +00:00
< li > Le < i > x< / i > est habituellement prononcé /χ/, cependant il est prononcé /x/ lorsqu’ il est en contact avec une consonne fricative sourde (notée < code > FS< / code > ).
2018-06-01 21:53:38 +00:00
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > /χ/ > [x] / FS_< / li >
< li > /χ/ > [x] / _FS< / li >
< / ul > < / li >
2018-06-01 21:53:38 +00:00
< li > Une consonne nasale devient silencieuse si elle est précédée d’ une voyelle et suivie d’ une consonne ou d’ un silence. Cela fait suite à la nasalisation de la voyelle précédente.
< ul class = "org-ul" >
2018-06-02 17:02:26 +00:00
< li > N > Ø / V_ #< / li >
2018-06-19 15:25:55 +00:00
< li > N > Ø / V_ C< / li >
2018-06-01 21:53:38 +00:00
< / ul > < / li >
< li > Si deux consonnes fricatives toutes deux voisées ou sourdes se suivent successivement, même entre deux mots distincts, la première fricative devient silencieuse.
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > F > Ø / _F< / li >
< / ul > < / li >
2018-06-01 21:53:38 +00:00
< li > Si une consonne fricative voisée (notée < code > FV< / code > ) est précédée par une fricative sourde (notée < code > FS< / code > ), elle devient elle-même sourde. À l’ inverse, si une fricative sourde est précédée par une fricative voisée, la première devient également voisée.
< ul class = "org-ul" >
2018-06-19 23:01:14 +00:00
< li > FS > [+voisée] / FV_< / li >
< li > FV > [+sourde] / FS_< / li >
< / ul > < / li >
2018-06-01 21:53:38 +00:00
< / ul >
< / div >
2018-05-04 15:29:11 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgd5fa64a" class = "outline-4" >
< h4 id = "orgd5fa64a" > < span class = "section-number-4" > 3.1.3< / span > < span class = "todo TODO" > TODO< / span > Exemples< / h4 >
2018-06-06 14:04:15 +00:00
< div class = "outline-text-4" id = "text-3-1-3" >
< dl class = "org-dl" >
2018-06-19 23:01:14 +00:00
< dt > raòm< / dt > < dd > /raøm/ est prononcé [rãø̃]< / dd >
2018-06-06 14:04:15 +00:00
< / dl >
< / div >
2018-06-03 17:15:06 +00:00
< / div >
< / div >
2018-06-06 11:17:02 +00:00
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org8d83589" class = "outline-3" >
< h3 id = "org8d83589" > < span class = "section-number-3" > 3.2< / span > < span class = "todo TODO" > TODO< / span > < a id = "orgb1c481f" > < / a > Accord des voyelles< / h3 >
2018-05-15 11:51:19 +00:00
< div class = "outline-text-3" id = "text-3-2" >
2018-05-04 15:29:11 +00:00
< p >
2018-06-01 21:53:38 +00:00
L’ accord des voyelles a lieu principalement lors de la déclinaison d’ un nom ou de la conjugaison d’ un verbe, lors d’ un cas où la juxtaposition d’ une voyelle à une autre est obligatoire. Cela donne alors lieu à un accord des voyelles.
2018-05-04 15:29:11 +00:00
< / p >
2018-05-20 22:56:02 +00:00
2018-06-01 21:53:38 +00:00
< ol class = "org-ol" >
2018-06-19 23:01:14 +00:00
< li > Les deux voyelles sont fusionnées en une diphtongue.< / li >
< li > Si l’ un des deux phonèmes est une consonne syllabique < i > ń< / i > ou < i > ĺ< / i > , alors celle-ci reste inchangée.< / li >
< li > Si la première voyelle est une diphtongue, alors le second phonème est remplacé par la seconde voyelle après que cette dernière ait été accordée en longueur à la longueur de premier phonème de la diphtongue.< / li >
< li > Si la seconde voyelle était également une diphtongue, alors elle perd son second phonème.< / li >
< li > Si le second phonème de la diphtongue est plus ouvert que le premier, alors il est refermé afin d’ être au moins aussi fermé que le premier phonème.< / li >
< li > Si le premier phonème de la diphtongue est une voyelle postérieure, alors elle devient son équivalent phonétique postérieur selon la table suivante :< / li >
2018-06-01 21:53:38 +00:00
< / ol >
2018-05-20 22:56:02 +00:00
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-20 22:56:02 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-20 22:56:02 +00:00
< / colgroup >
< thead >
< tr >
2018-06-19 23:01:14 +00:00
< th scope = "col" class = "org-left" > phonème d’ origine< / th >
< th scope = "col" class = "org-left" > nouveau phonème< / th >
2018-05-20 22:56:02 +00:00
< / tr >
< / thead >
< tbody >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > u< / td >
< td class = "org-left" > y< / td >
2018-05-20 22:56:02 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ú< / td >
< td class = "org-left" > ý< / td >
2018-05-20 22:56:02 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > o< / td >
< td class = "org-left" > ò< / td >
2018-05-20 22:56:02 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ó< / td >
< td class = "org-left" > ö< / td >
2018-05-20 22:56:02 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > á< / td >
< td class = "org-left" > a< / td >
2018-05-20 22:56:02 +00:00
< / tr >
< / tbody >
< / table >
2018-05-04 15:29:11 +00:00
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org9cbabd6" class = "outline-3" >
< h3 id = "org9cbabd6" > < span class = "section-number-3" > 3.3< / span > < span class = "todo TODO" > TODO< / span > < a id = "org465d74a" > < / a > Accord des consonnes< / h3 >
2018-06-01 21:53:38 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgf0c3e45" class = "outline-3" >
< h3 id = "orgf0c3e45" > < span class = "section-number-3" > 3.4< / span > Phonotaxes< / h3 >
2018-06-01 21:53:38 +00:00
< div class = "outline-text-3" id = "text-3-4" >
2018-06-29 20:37:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orga409fbc" class = "outline-4" >
< h4 id = "orga409fbc" > < span class = "section-number-4" > 3.4.1< / span > Attaque< / h4 >
2018-06-29 20:37:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org4fc107a" class = "outline-4" >
< h4 id = "org4fc107a" > < span class = "section-number-4" > 3.4.2< / span > Rime< / h4 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-4" id = "text-3-4-2" >
< / div >
< ol class = "org-ol" >
2018-07-01 15:54:29 +00:00
< li > < a id = "orgc3c78f4" > < / a > Noyau syllabique< br / > < / li >
< li > < a id = "org1fdba92" > < / a > Coda< br / > < / li >
2018-06-29 20:37:43 +00:00
< / ol >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org9b7d246" class = "outline-3" >
< h3 id = "org9b7d246" > < span class = "section-number-3" > 3.5< / span > < span class = "todo TODO" > TODO< / span > < a id = "orgb5a9ead" > < / a > Déclinaisons< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-3-5" >
2018-05-04 15:29:11 +00:00
< p >
2018-05-04 23:14:51 +00:00
Les déclinaisons se présentent sous la forme de particules (préfixes, infixes et suffixes) à ajouter au mot racine. Voici un exemple d’ utilisation. Notez que la partie entre parenthèse peut ne pas être spécifiée, auquel cas il faudra se référer à l’ harmonisation des voyelles ou des consonnes selon le cas si une voyelle est accolée à une autre voyelle, de même pour les consonnes.
< / p >
< dl class = "org-dl" >
2018-06-19 23:01:14 +00:00
< dt > V(C)-< / dt > < dd > le préfixe est (ou fini par) une voyelle V, il se rajoute donc au début du mot racine. Si ce dernier commence avec une voyelle, la consonne C est rajoutée entre la voyelle V et le mot racine.< / dd >
< dt > C(V)-< / dt > < dd > le préfixe est (ou fini par) une consonne, il se rajoute donc au début du mot racine. Si ce dernier commence avec une consonne, la voyelle (V) est rajoutée entre la consonne C et le mot racine.< / dd >
< dt > -C< sub > 1< / sub > V(C< sub > 2< / sub > )-< / dt > < dd > l’ infixe commence par consonne, il se placera donc à la fin du mot racine, entre la dernière voyelle et la dernière consonne du mot racine. Si le mot racine se termine par une voyelle, l’ ensemble C< sub > 1< / sub > VC< sub > 2< / sub > agira comme un suffixe.< / dd >
< dt > -(C< sub > 1< / sub > )VC< sub > 2< / sub > -< / dt > < dd > l’ infixe commence par une voyelle, il se placera donc au début du mot racine, entre la première consonne et la première voyelle. Si le mot racine commence par une voyelle, l’ ensemble C< sub > 1< / sub > VC< sub > 2< / sub > agira comme un préfixe.< / dd >
< dt > -(C)V< / dt > < dd > le suffixe est (ou commence par) une voyelle, il se placera donc à la fin du mot racine. Si ce dernier se termine par une voyelle, la consonne C sera ajoutée entre le mot racine et le suffixe.< / dd >
< dt > -(V)C< / dt > < dd > le suffixe est (ou commence par) une consonne, il se placera donc à la fin du mot racine. Si ce dernier se termine par une consonne, la voyelle V sera ajoutée entre le mot racine et le suffixe.< / dd >
2018-05-04 23:14:51 +00:00
< / dl >
< p >
2018-07-01 15:54:29 +00:00
Notez également que la ou les voyelles présentée dans le tableau s’ accorde en ouverture et longueur avec la voyelle du mot racine sur laquelle porte l’ accent. Ainsi, ajouts de voyelles sur < i > mén< / i > via des déclinaisons s’ accorderont en voyelles longues et ouvertes. Si la juxtaposition de deux voyelles est obligatoire, se référer à < a href = "#orgb1c481f" > l’ accord des voyelles< / a > ci-dessus. Si la juxtaposition de deux consonnes est obligatoire, se référer à < a href = "#org465d74a" > l’ accord des consonnes< / a > ci-dessus.
2018-05-04 23:14:51 +00:00
< / p >
< p >
2018-06-01 21:53:38 +00:00
Voici ci-dessous un tableau exposant la forme de chaque déclinaison selon le cas grammatical et le genre/nombre. Le numéro se réfère au numéro du genre tel que décrit dans < b > Genres< / b > , le super-singulier (tel que décrit dans < b > Nombre< / b > ) est représenté par « s » et le pluriel par « p ».
2018-06-19 23:01:14 +00:00
< / p >
2018-06-19 12:31:57 +00:00
2018-05-04 15:29:11 +00:00
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-04 15:29:11 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-04 15:29:11 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-04 15:29:11 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-04 15:29:11 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-04 15:29:11 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-04 15:29:11 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-04 15:29:11 +00:00
< / colgroup >
< thead >
< tr >
2018-06-19 23:01:14 +00:00
< th scope = "col" class = "org-left" >   < / th >
< th scope = "col" class = "org-left" > 1s< / th >
< th scope = "col" class = "org-left" > 1p< / th >
< th scope = "col" class = "org-left" > 2s< / th >
< th scope = "col" class = "org-left" > 2p< / th >
< th scope = "col" class = "org-left" > 3s< / th >
< th scope = "col" class = "org-left" > 3p< / th >
2018-05-04 15:29:11 +00:00
< / tr >
< / thead >
< tbody >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > abessif< / td >
< td class = "org-left" > e(m)-< / td >
< td class = "org-left" > e(ň)-< / td >
< td class = "org-left" > e(n)-< / td >
< td class = "org-left" > e(n)-< / td >
< td class = "org-left" > e(l)-< / td >
< td class = "org-left" > e(dl)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ablatif< / td >
< td class = "org-left" > l(i)-< / td >
< td class = "org-left" > l(e)-< / td >
< td class = "org-left" > li(s)-< / td >
< td class = "org-left" > le(ž)-< / td >
< td class = "org-left" > l(i)-< / td >
< td class = "org-left" > ĺ(ž)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > absolutif< / td >
< td class = "org-left" > -(ts)a< / td >
< td class = "org-left" > -(ts)a< / td >
< td class = "org-left" > -(tß)a< / td >
< td class = "org-left" > -(tß)a< / td >
< td class = "org-left" > -(ts)a< / td >
< td class = "org-left" > -(ts)a< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > accusatif< / td >
< td class = "org-left" > -vo< / td >
< td class = "org-left" > -vwo< / td >
< td class = "org-left" > -vu< / td >
< td class = "org-left" > -vwu< / td >
< td class = "org-left" > -vo< / td >
< td class = "org-left" > -vo< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > accusatif-temporel< / td >
< td class = "org-left" > -źu< / td >
< td class = "org-left" > -źu< / td >
< td class = "org-left" > -źu< / td >
< td class = "org-left" > -źu< / td >
< td class = "org-left" > -źoy< / td >
< td class = "org-left" > -źou< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > adessif< / td >
< td class = "org-left" > ix(a)-< / td >
< td class = "org-left" > ix(e)-< / td >
< td class = "org-left" > ix(a)-< / td >
< td class = "org-left" > ix(e)-< / td >
< td class = "org-left" > ix(a)-< / td >
< td class = "org-left" > ix(e)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > adverbial< / td >
< td class = "org-left" > -ei< / td >
< td class = "org-left" > -ey< / td >
< td class = "org-left" > -ei< / td >
< td class = "org-left" > -ei< / td >
< td class = "org-left" > -ey< / td >
< td class = "org-left" > -ey< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > allatif< / td >
< td class = "org-left" > -li(ß)-< / td >
< td class = "org-left" > -li(ts)-< / td >
< td class = "org-left" > -li(ð)-< / td >
< td class = "org-left" > -li(ð)-< / td >
< td class = "org-left" > -li-< / td >
< td class = "org-left" > -li-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > antessif< / td >
< td class = "org-left" > vwo(n)-< / td >
< td class = "org-left" > vw(o)-< / td >
< td class = "org-left" > v(o)-< / td >
< td class = "org-left" > vw(o)-< / td >
< td class = "org-left" > vwo-< / td >
< td class = "org-left" > vo-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > apudessif< / td >
< td class = "org-left" > þ(e)-< / td >
< td class = "org-left" > ð(e)-< / td >
< td class = "org-left" > ð(e)-< / td >
< td class = "org-left" > ðe-< / td >
< td class = "org-left" > þ(e)-< / td >
< td class = "org-left" > ð(e)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > aversif< / td >
< td class = "org-left" > ł(e)-< / td >
< td class = "org-left" > ł(e)-< / td >
< td class = "org-left" > ła-< / td >
< td class = "org-left" > ł(e)-< / td >
< td class = "org-left" > ł(e)-< / td >
< td class = "org-left" > ła-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
2018-06-29 21:14:18 +00:00
< tr >
< td class = "org-left" > bénéfactif< / td >
< td class = "org-left" > -at< / td >
< td class = "org-left" > -et< / td >
< td class = "org-left" > -at< / td >
< td class = "org-left" > -at< / td >
< td class = "org-left" > -at< / td >
< td class = "org-left" > -aţ< / td >
< / tr >
2018-05-04 15:29:11 +00:00
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > causal< / td >
< td class = "org-left" > -(o)by< / td >
< td class = "org-left" > -(o)bu< / td >
< td class = "org-left" > -(u)by< / td >
< td class = "org-left" > -(o)by< / td >
< td class = "org-left" > -(ob)y< / td >
< td class = "org-left" > -(b)y< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > comitatif< / td >
< td class = "org-left" > -ðai-< / td >
< td class = "org-left" > -ðei-< / td >
< td class = "org-left" > -ðei-< / td >
< td class = "org-left" > -ðai-< / td >
< td class = "org-left" > -ðei-< / td >
< td class = "org-left" > -ðey-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > comparatif< / td >
< td class = "org-left" > -(oi)r< / td >
< td class = "org-left" > -(oi)r< / td >
< td class = "org-left" > -(oi)r< / td >
< td class = "org-left" > -(oi)ţ< / td >
< td class = "org-left" > -(oi)r< / td >
< td class = "org-left" > -(oi)t< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > datif< / td >
< td class = "org-left" > -at-< / td >
< td class = "org-left" > -et-< / td >
< td class = "org-left" > -at-< / td >
< td class = "org-left" > -at-< / td >
< td class = "org-left" > -at-< / td >
< td class = "org-left" > -aţ-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
2018-06-03 15:38:13 +00:00
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > délatif< / td >
< td class = "org-left" > ß(a)-< / td >
< td class = "org-left" > ß(e)-< / td >
< td class = "org-left" > ß(e)-< / td >
< td class = "org-left" > ß(e)-< / td >
< td class = "org-left" > ß(ai)-< / td >
< td class = "org-left" > ß(a)-< / td >
2018-06-03 15:38:13 +00:00
< / tr >
2018-05-04 15:29:11 +00:00
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > distributif< / td >
< td class = "org-left" > xe(š)-< / td >
< td class = "org-left" > xe(l)-< / td >
< td class = "org-left" > xe(ž)-< / td >
< td class = "org-left" > xe(l)-< / td >
< td class = "org-left" > ŗe(š)-< / td >
< td class = "org-left" > ŗe(ž)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > distributif-temporel< / td >
< td class = "org-left" > -be< / td >
< td class = "org-left" > -be< / td >
< td class = "org-left" > -ve< / td >
< td class = "org-left" > -be< / td >
< td class = "org-left" > -va< / td >
< td class = "org-left" > -fe< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > élatif< / td >
< td class = "org-left" > -(a)ły< / td >
< td class = "org-left" > -(e)ły< / td >
< td class = "org-left" > -(a)ły< / td >
< td class = "org-left" > -(a)łu< / td >
< td class = "org-left" > -(e)ły< / td >
< td class = "org-left" > -(e)ły< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > équatif< / td >
< td class = "org-left" > -(ń)t< / td >
< td class = "org-left" > -(ń)t< / td >
< td class = "org-left" > -(ń)t< / td >
< td class = "org-left" > -(ĺ)t< / td >
< td class = "org-left" > -(ń)st< / td >
< td class = "org-left" > -(ń)ft< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ergatif< / td >
< td class = "org-left" > -(u)jo< / td >
< td class = "org-left" > -(y)jo< / td >
< td class = "org-left" > -(í)jo< / td >
< td class = "org-left" > -(é)jo< / td >
< td class = "org-left" > -(u)jo< / td >
< td class = "org-left" > -(u)jo< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > essif< / td >
< td class = "org-left" > -(þ)yd-< / td >
< td class = "org-left" > -(þ)yd-< / td >
< td class = "org-left" > -(þ)ud-< / td >
< td class = "org-left" > -(þ)ud-< / td >
< td class = "org-left" > -(þ)yd-< / td >
< td class = "org-left" > -(þ)ud-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > essif-formel< / td >
< td class = "org-left" > -(ò)ţ< / td >
< td class = "org-left" > -(ò)d< / td >
< td class = "org-left" > -(o)d< / td >
< td class = "org-left" > -(o)ḑ< / td >
< td class = "org-left" > -(ò)d< / td >
< td class = "org-left" > -(ò)ň< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > essif-modal< / td >
< td class = "org-left" > -(’ )uix< / td >
< td class = "org-left" > -(’ )uix< / td >
< td class = "org-left" > -’ yiŗ< / td >
< td class = "org-left" > -(’ )yiŗ< / td >
< td class = "org-left" > -(’ )uŗ< / td >
< td class = "org-left" > -(’ )uiŗ< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > excessif< / td >
< td class = "org-left" > -ex< / td >
< td class = "org-left" > -ex< / td >
< td class = "org-left" > -eŗ< / td >
< td class = "org-left" > -ex< / td >
< td class = "org-left" > -ix< / td >
< td class = "org-left" > -ex< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > génitif< / td >
< td class = "org-left" > ţ(y)-< / td >
< td class = "org-left" > ţ(u)-< / td >
< td class = "org-left" > ţ(y)-< / td >
< td class = "org-left" > ţ(y)-< / td >
< td class = "org-left" > ţ(y)-< / td >
< td class = "org-left" > ţ(yi)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > identique< / td >
< td class = "org-left" > -(e)tyr< / td >
< td class = "org-left" > -(a)tur< / td >
< td class = "org-left" > -(a)tyr< / td >
< td class = "org-left" > -(e)tur< / td >
< td class = "org-left" > -(e)tur< / td >
< td class = "org-left" > -tyr< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > illatif< / td >
< td class = "org-left" > -(p)òn-< / td >
< td class = "org-left" > -(p)on-< / td >
< td class = "org-left" > -(f)òn-< / td >
< td class = "org-left" > -(f)on-< / td >
< td class = "org-left" > -òn-< / td >
< td class = "org-left" > -(p)òn-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > inessif< / td >
< td class = "org-left" > -(a)ŕo-< / td >
< td class = "org-left" > -(e)ŕo-< / td >
< td class = "org-left" > -ŕo(n)-< / td >
< td class = "org-left" > -(ń)ŕo-< / td >
< td class = "org-left" > -(a)ŕo-< / td >
< td class = "org-left" > -ŕo-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > initiatif< / td >
< td class = "org-left" > -(a)kĺ< / td >
< td class = "org-left" > -(k)ĺ< / td >
< td class = "org-left" > -(e)kĺ< / td >
< td class = "org-left" > -(a)kĺ< / td >
< td class = "org-left" > -(k)ĺ< / td >
< td class = "org-left" > -(k)ĺ< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > instructif< / td >
< td class = "org-left" > -(e)ň< / td >
< td class = "org-left" > -(e)ň< / td >
< td class = "org-left" > -(a)ň< / td >
< td class = "org-left" > -eň< / td >
< td class = "org-left" > -(e)ň< / td >
< td class = "org-left" > -(a)ň< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > instrumental< / td >
< td class = "org-left" > -(d)ĺ< / td >
< td class = "org-left" > -(d)ĺ< / td >
< td class = "org-left" > -(d)ĺ< / td >
< td class = "org-left" > -(ḑ)ĺ< / td >
< td class = "org-left" > -(d)ĺ< / td >
< td class = "org-left" > -(ḑ)ĺ< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > intratif< / td >
< td class = "org-left" > -fu(þ)-< / td >
< td class = "org-left" > -fu(ð)-< / td >
< td class = "org-left" > -fu(ð)-< / td >
< td class = "org-left" > -fu(ð)-< / td >
< td class = "org-left" > -fy(þ)-< / td >
< td class = "org-left" > -fy(ð)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > latif< / td >
< td class = "org-left" > -(l)a< / td >
< td class = "org-left" > -(l)ei< / td >
< td class = "org-left" > -(l)òĺ< / td >
< td class = "org-left" > -(l)e< / td >
< td class = "org-left" > -(l)au< / td >
< td class = "org-left" > -(l)ĺ< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > limitatif< / td >
< td class = "org-left" > -(ò)mp< / td >
< td class = "org-left" > -(e)mp< / td >
< td class = "org-left" > -(ò)mp< / td >
< td class = "org-left" > -(ò)mp< / td >
< td class = "org-left" > -(ò)mp< / td >
< td class = "org-left" > -(ò)mp< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > locatif< / td >
< td class = "org-left" > l(a)-< / td >
< td class = "org-left" > l(e)-< / td >
< td class = "org-left" > l(i)-< / td >
< td class = "org-left" > l(e)-< / td >
< td class = "org-left" > le(þ)-< / td >
< td class = "org-left" > l(e)-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > nominal< / td >
< td class = "org-left" > -(eu)s< / td >
< td class = "org-left" > -(eu)ß< / td >
< td class = "org-left" > -(eu)s< / td >
< td class = "org-left" > -(eu)ßt< / td >
< td class = "org-left" > -(eu)st< / td >
< td class = "org-left" > -(eu)s< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > nominatif< / td >
< td class = "org-left" > p(a)-< / td >
< td class = "org-left" > p(e)-< / td >
< td class = "org-left" > p(a)-< / td >
< td class = "org-left" > p(e)-< / td >
< td class = "org-left" > p(a)-< / td >
< td class = "org-left" > p(a)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > oblique< / td >
< td class = "org-left" > -(ŗ)eß< / td >
< td class = "org-left" > -(ŗ)eßt< / td >
< td class = "org-left" > -(ŗ)ef< / td >
< td class = "org-left" > -(ŗ)eft< / td >
< td class = "org-left" > -(ŗ)eß< / td >
< td class = "org-left" > -(x)eß< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > orientatif< / td >
< td class = "org-left" > f(o)-< / td >
< td class = "org-left" > f(o)-< / td >
< td class = "org-left" > f(u)-< / td >
< td class = "org-left" > f(o)-< / td >
< td class = "org-left" > þ(o)-< / td >
< td class = "org-left" > f(o)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > partitif< / td >
< td class = "org-left" > -’ i(l)-< / td >
< td class = "org-left" > -’ i(l)-< / td >
< td class = "org-left" > -’ y(l)-< / td >
< td class = "org-left" > -’ u(l)-< / td >
< td class = "org-left" > -’ i(l)-< / td >
< td class = "org-left" > -’ i(l)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > pégatif< / td >
< td class = "org-left" > ey-< / td >
< td class = "org-left" > eu-< / td >
< td class = "org-left" > ey-< / td >
< td class = "org-left" > ey-< / td >
< td class = "org-left" > eu-< / td >
< td class = "org-left" > ei-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > perlatif< / td >
< td class = "org-left" > ž(u)-< / td >
< td class = "org-left" > ž(y)-< / td >
< td class = "org-left" > ž(u)-< / td >
< td class = "org-left" > š(u)-< / td >
< td class = "org-left" > š(y)-< / td >
< td class = "org-left" > ž(u)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > pertingent< / td >
< td class = "org-left" > m(a)-< / td >
< td class = "org-left" > m(a)-< / td >
< td class = "org-left" > m(a)-< / td >
< td class = "org-left" > m(e)-< / td >
< td class = "org-left" > mj(a)-< / td >
< td class = "org-left" > mj(e)-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > postessif< / td >
< td class = "org-left" > -(u)ß< / td >
< td class = "org-left" > -(u)ßt< / td >
< td class = "org-left" > -(y)ß< / td >
< td class = "org-left" > -(y)ž< / td >
< td class = "org-left" > -(u)š< / td >
< td class = "org-left" > -(u)št< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > privatif< / td >
< td class = "org-left" > ei-< / td >
< td class = "org-left" > ei-< / td >
< td class = "org-left" > eń-< / td >
< td class = "org-left" > ež-< / td >
< td class = "org-left" > ei-< / td >
< td class = "org-left" > éĺ-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > prolatif< / td >
< td class = "org-left" > š(a)-< / td >
< td class = "org-left" > š(a)-< / td >
< td class = "org-left" > š(e)-< / td >
< td class = "org-left" > š(ae)-< / td >
< td class = "org-left" > ž(a)-< / td >
< td class = "org-left" > š(ay)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > révertif< / td >
< td class = "org-left" > -ňo< / td >
< td class = "org-left" > -ňò< / td >
< td class = "org-left" > -ňò< / td >
< td class = "org-left" > -ňò< / td >
< td class = "org-left" > -ňe< / td >
< td class = "org-left" > -ňò< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > semplatif< / td >
< td class = "org-left" > -(ŗ)wo< / td >
< td class = "org-left" > -(ŗ)wo< / td >
< td class = "org-left" > -(ŗ)we< / td >
< td class = "org-left" > -(ŗ)wo< / td >
< td class = "org-left" > -(ŗ)wo< / td >
< td class = "org-left" > -ŗwo< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > sociatif< / td >
< td class = "org-left" > t(o)-< / td >
< td class = "org-left" > t(e)-< / td >
< td class = "org-left" > t(o)-< / td >
< td class = "org-left" > t(o)-< / td >
< td class = "org-left" > ţ(o)-< / td >
< td class = "org-left" > te-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > subessif< / td >
< td class = "org-left" > ň(o)-< / td >
< td class = "org-left" > ň(wo)-< / td >
< td class = "org-left" > n(o)-< / td >
< td class = "org-left" > n(wo)-< / td >
< td class = "org-left" > ň(o)-< / td >
< td class = "org-left" > ň(o)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > sublatif< / td >
< td class = "org-left" > -(i)ţ< / td >
< td class = "org-left" > -(i)ţ< / td >
< td class = "org-left" > -(e)ţ< / td >
< td class = "org-left" > -(i)ḑ< / td >
< td class = "org-left" > -(i)ţ< / td >
< td class = "org-left" > -(i)nţ< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > superessif< / td >
< td class = "org-left" > tß(a)-< / td >
< td class = "org-left" > tß(ań)-)< / td >
< td class = "org-left" > tß(ai)-< / td >
< td class = "org-left" > tßau-< / td >
< td class = "org-left" > tß(e)-< / td >
< td class = "org-left" > tß(a)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > temporel< / td >
< td class = "org-left" > -(i)ňni< / td >
< td class = "org-left" > -(i)ňni< / td >
< td class = "org-left" > -(i)ňni< / td >
< td class = "org-left" > -(i)mi< / td >
< td class = "org-left" > -(i)ňni< / td >
< td class = "org-left" > -(i)nji< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > terminatif< / td >
< td class = "org-left" > -(ae)n< / td >
< td class = "org-left" > -(ae)ň< / td >
< td class = "org-left" > -(þ)aen< / td >
< td class = "org-left" > -(ð)aen< / td >
< td class = "org-left" > -(þ)aeň< / td >
< td class = "org-left" > -(ae)m< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > translatif< / td >
< td class = "org-left" > -(i)n< / td >
< td class = "org-left" > -(i)n< / td >
< td class = "org-left" > -(y)n< / td >
< td class = "org-left" > -(e)n< / td >
< td class = "org-left" > -in< / td >
< td class = "org-left" > -(i)n< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > vocatif< / td >
< td class = "org-left" > -wa< / td >
< td class = "org-left" > -we< / td >
< td class = "org-left" > -wa< / td >
< td class = "org-left" > -wa< / td >
< td class = "org-left" > -we< / td >
< td class = "org-left" > -(d)wa< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< / tbody >
< / table >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-21 14:15:28 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-21 14:15:28 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-21 14:15:28 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-21 14:15:28 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-21 14:15:28 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-21 14:15:28 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-21 14:15:28 +00:00
< / colgroup >
< thead >
< tr >
2018-06-19 23:01:14 +00:00
< th scope = "col" class = "org-left" >   < / th >
< th scope = "col" class = "org-left" > 4s< / th >
< th scope = "col" class = "org-left" > 4p< / th >
< th scope = "col" class = "org-left" > 5s< / th >
< th scope = "col" class = "org-left" > 5p< / th >
< th scope = "col" class = "org-left" > 6s< / th >
< th scope = "col" class = "org-left" > 6p< / th >
2018-05-21 14:15:28 +00:00
< / tr >
< / thead >
< tbody >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > abessif< / td >
< td class = "org-left" > e(ň)-< / td >
< td class = "org-left" > e(t)-< / td >
< td class = "org-left" > e(st)-< / td >
< td class = "org-left" > e(ßt)-< / td >
< td class = "org-left" > e(nt)-< / td >
< td class = "org-left" > e(ňt)-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ablatif< / td >
< td class = "org-left" > li(ß)-< / td >
< td class = "org-left" > li(ź)-< / td >
< td class = "org-left" > li(ß)-< / td >
< td class = "org-left" > li(ź)-< / td >
< td class = "org-left" > li(s)-< / td >
< td class = "org-left" > li(z)-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > absolutif< / td >
< td class = "org-left" > -(t)a< / td >
< td class = "org-left" > -(š)a< / td >
< td class = "org-left" > -(p)a< / td >
< td class = "org-left" > -(v)a< / td >
< td class = "org-left" > -(st)a< / td >
< td class = "org-left" > -(ž)a< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > accusatif< / td >
< td class = "org-left" > -(e)vo< / td >
< td class = "org-left" > -(e)vo< / td >
< td class = "org-left" > -(e)vo< / td >
< td class = "org-left" > -(e)vo< / td >
< td class = "org-left" > -(a)vo< / td >
< td class = "org-left" > -(a)vo< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > accusatif-temporel< / td >
< td class = "org-left" > -(a)źu< / td >
< td class = "org-left" > -(e)źu< / td >
< td class = "org-left" > -(u)źu< / td >
< td class = "org-left" > -(ai)źu< / td >
< td class = "org-left" > -(i)źu< / td >
< td class = "org-left" > -(u)źu< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > adessif< / td >
< td class = "org-left" > iź(a)-< / td >
< td class = "org-left" > iź(ei)-< / td >
< td class = "org-left" > iź(a)-< / td >
< td class = "org-left" > iź(ei)-< / td >
< td class = "org-left" > iź(a)-< / td >
< td class = "org-left" > iź(ei)-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > adverbial< / td >
< td class = "org-left" > -ei< / td >
< td class = "org-left" > -ai< / td >
< td class = "org-left" > -ai< / td >
< td class = "org-left" > -ei< / td >
< td class = "org-left" > -eu< / td >
< td class = "org-left" > -ey< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > allatif< / td >
< td class = "org-left" > -li(s)-< / td >
< td class = "org-left" > -li(ź)-< / td >
< td class = "org-left" > -li(z)-< / td >
< td class = "org-left" > -li(š)-< / td >
< td class = "org-left" > -li(x)-< / td >
< td class = "org-left" > -li(x)-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > antessif< / td >
< td class = "org-left" > we-< / td >
< td class = "org-left" > w(e)-< / td >
< td class = "org-left" > w(o)-< / td >
< td class = "org-left" > w(e)-< / td >
< td class = "org-left" > v(e)-< / td >
< td class = "org-left" > v(wo)-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > apudessif< / td >
< td class = "org-left" > þe(n)-< / td >
< td class = "org-left" > þ(e)-< / td >
< td class = "org-left" > v(e)-< / td >
< td class = "org-left" > ve(n)-< / td >
< td class = "org-left" > þ(e)-< / td >
< td class = "org-left" > ð(e)-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > aversif< / td >
< td class = "org-left" > ł(e)-< / td >
< td class = "org-left" > ła-< / td >
< td class = "org-left" > la-< / td >
< td class = "org-left" > ł(e)-< / td >
< td class = "org-left" > ła-< / td >
< td class = "org-left" > ł(e)-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
2018-06-29 21:14:18 +00:00
< tr >
< td class = "org-left" > bénéfactif< / td >
< td class = "org-left" > -at< / td >
< td class = "org-left" > -aţ< / td >
< td class = "org-left" > -aţ< / td >
< td class = "org-left" > -aţ< / td >
< td class = "org-left" > -et< / td >
< td class = "org-left" > -(v)et< / td >
< / tr >
2018-05-21 14:15:28 +00:00
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > causal< / td >
< td class = "org-left" > -(o)by< / td >
< td class = "org-left" > -(o)by< / td >
< td class = "org-left" > -(o)by< / td >
< td class = "org-left" > -(o)by< / td >
< td class = "org-left" > -(o)bu< / td >
< td class = "org-left" > -(o)bu< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > comitatif< / td >
< td class = "org-left" > -ðeń-< / td >
< td class = "org-left" > -ðei-< / td >
< td class = "org-left" > -ðei(n)-< / td >
< td class = "org-left" > -ðey-< / td >
< td class = "org-left" > -ðei-< / td >
< td class = "org-left" > -ðey-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > comparatif< / td >
< td class = "org-left" > -(oi)t< / td >
< td class = "org-left" > -(oi)ţ< / td >
< td class = "org-left" > -oir< / td >
< td class = "org-left" > -er< / td >
< td class = "org-left" > -(oi)r< / td >
< td class = "org-left" > -oit< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > datif< / td >
< td class = "org-left" > -at-< / td >
< td class = "org-left" > -aţ-< / td >
< td class = "org-left" > -aţ-< / td >
< td class = "org-left" > -aţ-< / td >
< td class = "org-left" > -et-< / td >
< td class = "org-left" > -(v)et-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
2018-06-03 15:38:13 +00:00
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > délatif< / td >
< td class = "org-left" > š(a)-< / td >
< td class = "org-left" > š(e)-< / td >
< td class = "org-left" > ž(a)-< / td >
< td class = "org-left" > ž(e)-< / td >
< td class = "org-left" > ž(a)-< / td >
< td class = "org-left" > ž(a)-< / td >
2018-06-03 15:38:13 +00:00
< / tr >
2018-05-21 14:15:28 +00:00
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > distributif< / td >
< td class = "org-left" > he(l)-< / td >
< td class = "org-left" > he(l)-< / td >
< td class = "org-left" > he(l)-< / td >
< td class = "org-left" > he(l)-< / td >
< td class = "org-left" > ha(l)-< / td >
< td class = "org-left" > ha(l)-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > distributif-temporel< / td >
< td class = "org-left" > -be< / td >
< td class = "org-left" > -ba< / td >
< td class = "org-left" > -ba< / td >
< td class = "org-left" > -ve< / td >
< td class = "org-left" > -ve< / td >
< td class = "org-left" > -va< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > élatif< / td >
< td class = "org-left" > -(ł)y< / td >
< td class = "org-left" > -(ł)y< / td >
< td class = "org-left" > -(ł)y< / td >
< td class = "org-left" > -(ł)yi< / td >
< td class = "org-left" > -(ł)u< / td >
< td class = "org-left" > -(ł)yi< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > équatif< / td >
< td class = "org-left" > -(ń)t< / td >
< td class = "org-left" > -(ń)ḑ< / td >
< td class = "org-left" > -(ń)ţ< / td >
< td class = "org-left" > -(ń)t< / td >
< td class = "org-left" > -(ĺ)ḑ< / td >
< td class = "org-left" > -(ń)ţ< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ergatif< / td >
< td class = "org-left" > -(ò)jo< / td >
< td class = "org-left" > -(y)jo< / td >
< td class = "org-left" > -(lj)o< / td >
< td class = "org-left" > -(lj)o< / td >
< td class = "org-left" > -(mj)o< / td >
< td class = "org-left" > -(lj)o< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > essif< / td >
< td class = "org-left" > -(þ)yḑ-< / td >
< td class = "org-left" > -(þ)yḑ-< / td >
< td class = "org-left" > -(ð)yţ-< / td >
< td class = "org-left" > -(ð)yţ-< / td >
< td class = "org-left" > -(þ)ud-< / td >
< td class = "org-left" > -(þ)ud-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > essif-temporel< / td >
< td class = "org-left" > -(ţ)òd< / td >
< td class = "org-left" > -(ţ)ed< / td >
< td class = "org-left" > -(ţ)òd< / td >
< td class = "org-left" > -òd< / td >
< td class = "org-left" > -(ò)d< / td >
< td class = "org-left" > ò(d)-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > essif-modal< / td >
< td class = "org-left" > -(’ )uŗ< / td >
< td class = "org-left" > -(’ )uŗ< / td >
< td class = "org-left" > -’ u< / td >
< td class = "org-left" > -(’ )yŗ< / td >
< td class = "org-left" > -(’ )yiŗ< / td >
< td class = "org-left" > -(’ )yŗ< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > excessif< / td >
< td class = "org-left" > -ex< / td >
< td class = "org-left" > -eŕ< / td >
< td class = "org-left" > -ex< / td >
< td class = "org-left" > -aŗ< / td >
< td class = "org-left" > -ex< / td >
< td class = "org-left" > -eŗ< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > génitif< / td >
< td class = "org-left" > ţy-< / td >
< td class = "org-left" > ţy-< / td >
< td class = "org-left" > ţy(i)-< / td >
< td class = "org-left" > ţy-< / td >
< td class = "org-left" > ţ(eu)-< / td >
< td class = "org-left" > ţo(y)-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > identique< / td >
< td class = "org-left" > -tur< / td >
< td class = "org-left" > -(e)tur< / td >
< td class = "org-left" > -(a)tur< / td >
< td class = "org-left" > -(e)tur< / td >
< td class = "org-left" > -tyr< / td >
< td class = "org-left" > -tyr< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > illatif< / td >
< td class = "org-left" > -(s)òn-< / td >
< td class = "org-left" > -(s)en-< / td >
< td class = "org-left" > -(s)en-< / td >
< td class = "org-left" > -(s)an-< / td >
< td class = "org-left" > -(ps)òn-< / td >
< td class = "org-left" > -(ps)en-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > inessif< / td >
< td class = "org-left" > -(e)ŕo-< / td >
< td class = "org-left" > -(a)ŕo-< / td >
< td class = "org-left" > -(e)ŕo-< / td >
< td class = "org-left" > -ŕo-< / td >
< td class = "org-left" > -ŕo-< / td >
< td class = "org-left" > -(a)ŕo-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > initiatif< / td >
< td class = "org-left" > -(e)kĺ< / td >
< td class = "org-left" > -(e)kń< / td >
< td class = "org-left" > -(a)kĺ< / td >
< td class = "org-left" > -(ei)kń< / td >
< td class = "org-left" > -akĺ< / td >
< td class = "org-left" > -ekĺ< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > instructif< / td >
< td class = "org-left" > -(e)ň< / td >
< td class = "org-left" > -eň< / td >
< td class = "org-left" > -aň< / td >
< td class = "org-left" > -(e)ň< / td >
< td class = "org-left" > -(ea)ň< / td >
< td class = "org-left" > -(e)ň< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > instrumental< / td >
< td class = "org-left" > -(d)ĺ< / td >
< td class = "org-left" > -(ţ)ĺ< / td >
< td class = "org-left" > -(d)ĺ< / td >
< td class = "org-left" > -ḑĺ< / td >
< td class = "org-left" > -(d)ĺ< / td >
< td class = "org-left" > -(d)ń< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > intratif< / td >
< td class = "org-left" > -fu(þ)-< / td >
< td class = "org-left" > -fy-< / td >
< td class = "org-left" > -fy(ð)-< / td >
< td class = "org-left" > -fy(ð)-< / td >
< td class = "org-left" > -fu(ð)-< / td >
< td class = "org-left" > -þy(ð)-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > latif< / td >
< td class = "org-left" > -(l)ń< / td >
< td class = "org-left" > -(l)a< / td >
< td class = "org-left" > -(l)a< / td >
< td class = "org-left" > -le< / td >
< td class = "org-left" > -la< / td >
< td class = "org-left" > -la< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > limitatif< / td >
< td class = "org-left" > -(ò)mp< / td >
< td class = "org-left" > -(ò)mp< / td >
< td class = "org-left" > -(ò)mp< / td >
< td class = "org-left" > -(ò)mp< / td >
< td class = "org-left" > -(e)mp< / td >
< td class = "org-left" > -(ò)mp< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > locatif< / td >
< td class = "org-left" > l(e)-< / td >
< td class = "org-left" > l(e)-< / td >
< td class = "org-left" > lj(a)-< / td >
< td class = "org-left" > l(a)-< / td >
< td class = "org-left" > ła-< / td >
< td class = "org-left" > ł(a)-< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > nominal< / td >
< td class = "org-left" > -(eu)s< / td >
< td class = "org-left" > -(eo)ß< / td >
< td class = "org-left" > -eus< / td >
< td class = "org-left" > -eušt< / td >
< td class = "org-left" > -eus< / td >
< td class = "org-left" > -(eu)ß< / td >
2018-05-21 14:15:28 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > nominatif< / td >
< td class = "org-left" > pa(n)-< / td >
< td class = "org-left" > pa(ń)-< / td >
< td class = "org-left" > pń-< / td >
< td class = "org-left" > pń-< / td >
< td class = "org-left" > pa(m)-< / td >
< td class = "org-left" > pa-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > oblique< / td >
< td class = "org-left" > -(ŗ)ef< / td >
< td class = "org-left" > -(ŗ)òß< / td >
< td class = "org-left" > -(ŗ)ef< / td >
< td class = "org-left" > -(ŗ)òß< / td >
< td class = "org-left" > -(ŗ)ef< / td >
< td class = "org-left" > -(ŗ)òß< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > orientatif< / td >
< td class = "org-left" > f(o)-< / td >
< td class = "org-left" > v(o)-< / td >
< td class = "org-left" > þ(o)-< / td >
< td class = "org-left" > ð(o)-< / td >
< td class = "org-left" > þ(o)-< / td >
< td class = "org-left" > þo-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > partitif< / td >
< td class = "org-left" > -’ i(l)-< / td >
< td class = "org-left" > -’ il-< / td >
< td class = "org-left" > -’ il(y)-< / td >
< td class = "org-left" > -ili(’ )-< / td >
< td class = "org-left" > -’ i(ł)-< / td >
< td class = "org-left" > -’ e(ł)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > pégatif< / td >
< td class = "org-left" > ey-< / td >
< td class = "org-left" > ei-< / td >
< td class = "org-left" > ei-< / td >
< td class = "org-left" > eu-< / td >
< td class = "org-left" > ey-< / td >
< td class = "org-left" > eu-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > perlatif< / td >
< td class = "org-left" > š(ui)-< / td >
< td class = "org-left" > ž(ui)-< / td >
< td class = "org-left" > š(eu)-< / td >
< td class = "org-left" > š(ey)-< / td >
< td class = "org-left" > š(oy)-< / td >
< td class = "org-left" > ž(ou)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > pertingent< / td >
< td class = "org-left" > m(e)-< / td >
< td class = "org-left" > m(e)-< / td >
< td class = "org-left" > m(a)-< / td >
< td class = "org-left" > m(e)-< / td >
< td class = "org-left" > mj(ò)-< / td >
< td class = "org-left" > mj(e)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > postessif< / td >
< td class = "org-left" > -(u)š< / td >
< td class = "org-left" > -(u)ß< / td >
< td class = "org-left" > -(u)ß< / td >
< td class = "org-left" > -(u)þ< / td >
< td class = "org-left" > -(u)ž< / td >
< td class = "org-left" > -(y)š< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > privatif< / td >
< td class = "org-left" > ei-< / td >
< td class = "org-left" > ae-< / td >
< td class = "org-left" > eiḑ-< / td >
< td class = "org-left" > ei-< / td >
< td class = "org-left" > ei-< / td >
< td class = "org-left" > ei-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > prolatif< / td >
< td class = "org-left" > ša-< / td >
< td class = "org-left" > š(e)-< / td >
< td class = "org-left" > š(e)-< / td >
< td class = "org-left" > ž(a)-< / td >
< td class = "org-left" > š(e)-< / td >
< td class = "org-left" > še-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > révertif< / td >
< td class = "org-left" > -ňò< / td >
< td class = "org-left" > -ňò< / td >
< td class = "org-left" > -ňoe< / td >
< td class = "org-left" > -ňò< / td >
< td class = "org-left" > -ňò< / td >
< td class = "org-left" > -ňe< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > semplatif< / td >
< td class = "org-left" > -ŗwe< / td >
< td class = "org-left" > -(ŗ)wo< / td >
< td class = "org-left" > -ŗwo< / td >
< td class = "org-left" > -(ŗ)wo< / td >
< td class = "org-left" > -ŗwo< / td >
< td class = "org-left" > -ŗwe< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > sociatif< / td >
< td class = "org-left" > t(o)-< / td >
< td class = "org-left" > t(e)-< / td >
< td class = "org-left" > ţe-< / td >
< td class = "org-left" > t(o)-< / td >
< td class = "org-left" > to-< / td >
< td class = "org-left" > ţo-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > subessif< / td >
< td class = "org-left" > nw(o)-< / td >
< td class = "org-left" > n(we)-< / td >
< td class = "org-left" > ň(e)-< / td >
< td class = "org-left" > ň(o)-< / td >
< td class = "org-left" > ne-< / td >
< td class = "org-left" > ňe-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > sublatif< / td >
< td class = "org-left" > -(i)fţ< / td >
< td class = "org-left" > -(i)þţ< / td >
< td class = "org-left" > -(e)nţ< / td >
< td class = "org-left" > -(eu)ţ< / td >
< td class = "org-left" > -(a)ţ< / td >
< td class = "org-left" > -(i)nţ< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > superessif< / td >
< td class = "org-left" > ßt(e)-< / td >
< td class = "org-left" > tß(ei)-< / td >
< td class = "org-left" > tß(e)-< / td >
< td class = "org-left" > št(a)-< / td >
< td class = "org-left" > ßt(a)-< / td >
< td class = "org-left" > ßt(a)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > temporel< / td >
< td class = "org-left" > -(y)ňni< / td >
< td class = "org-left" > -(ň)ne< / td >
< td class = "org-left" > -eňni< / td >
< td class = "org-left" > -(i)mji< / td >
< td class = "org-left" > -(i)ňni< / td >
< td class = "org-left" > -(iň)ni< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > terminatif< / td >
< td class = "org-left" > -(ae)n< / td >
< td class = "org-left" > -aem< / td >
< td class = "org-left" > -aeň< / td >
< td class = "org-left" > -aem< / td >
< td class = "org-left" > -(ae)nz< / td >
< td class = "org-left" > ae(ň)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > translatif< / td >
< td class = "org-left" > -(i)n< / td >
< td class = "org-left" > -(y)m< / td >
< td class = "org-left" > -(i)ň< / td >
< td class = "org-left" > -(i)n< / td >
< td class = "org-left" > -(i)m< / td >
< td class = "org-left" > -(i)n< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > vocatif< / td >
< td class = "org-left" > -wa< / td >
< td class = "org-left" > -ja< / td >
< td class = "org-left" > -je< / td >
< td class = "org-left" > -v(w)e< / td >
< td class = "org-left" > -va< / td >
< td class = "org-left" > -ve< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< / tbody >
< / table >
2018-05-21 14:15:28 +00:00
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
2018-05-04 15:29:11 +00:00
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-04 15:29:11 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-04 15:29:11 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-04 15:29:11 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-04 15:29:11 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-04 15:29:11 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-04 15:29:11 +00:00
< / colgroup >
< colgroup >
2018-06-19 23:01:14 +00:00
< col class = "org-left" / >
2018-05-04 15:29:11 +00:00
< / colgroup >
< thead >
< tr >
2018-06-19 23:01:14 +00:00
< th scope = "col" class = "org-left" >   < / th >
< th scope = "col" class = "org-left" > 7s< / th >
< th scope = "col" class = "org-left" > 7p< / th >
< th scope = "col" class = "org-left" > 8s< / th >
< th scope = "col" class = "org-left" > 8p< / th >
< th scope = "col" class = "org-left" > 9s< / th >
< th scope = "col" class = "org-left" > 9p< / th >
2018-05-04 15:29:11 +00:00
< / tr >
< / thead >
< tbody >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > abessif< / td >
< td class = "org-left" > e-< / td >
< td class = "org-left" > e(s)-< / td >
< td class = "org-left" > e-< / td >
< td class = "org-left" > e(ňt)-< / td >
< td class = "org-left" > e(mt)-< / td >
< td class = "org-left" > e(ňt)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ablatif< / td >
< td class = "org-left" > lń(d)-< / td >
< td class = "org-left" > lń(d)-< / td >
< td class = "org-left" > ĺ(z)-< / td >
< td class = "org-left" > ĺ(z)-< / td >
< td class = "org-left" > ĺ(v)-< / td >
< td class = "org-left" > ĺ(v)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > absolutif< / td >
< td class = "org-left" > -(r)a< / td >
< td class = "org-left" > -(r)a< / td >
< td class = "org-left" > -(x)a< / td >
< td class = "org-left" > -(š)a< / td >
< td class = "org-left" > -(ŗ)a< / td >
< td class = "org-left" > -(ž)a< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > accusatif< / td >
< td class = "org-left" > -(u)vo< / td >
< td class = "org-left" > -(u)vo< / td >
< td class = "org-left" > -vu< / td >
< td class = "org-left" > -vu< / td >
< td class = "org-left" > -vy< / td >
< td class = "org-left" > -vy< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > accusatif-temporel< / td >
< td class = "org-left" > -(o)źu< / td >
< td class = "org-left" > -(o)źu< / td >
< td class = "org-left" > -(o)źu< / td >
< td class = "org-left" > -(o)źu< / td >
< td class = "org-left" > -(o)źu< / td >
< td class = "org-left" > -(o)źu< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > adessif< / td >
< td class = "org-left" > iź(a)-< / td >
< td class = "org-left" > iź(ei)-< / td >
< td class = "org-left" > iŗ(a)-< / td >
< td class = "org-left" > iŗ(a)-< / td >
< td class = "org-left" > iŗ(e)-< / td >
< td class = "org-left" > iŗ(e)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > adverbial< / td >
< td class = "org-left" > -ei< / td >
< td class = "org-left" > -ei< / td >
< td class = "org-left" > -ei< / td >
< td class = "org-left" > -(r)ei< / td >
< td class = "org-left" > -(ei)r< / td >
< td class = "org-left" > -(ey)r< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > allatif< / td >
< td class = "org-left" > -li(ŗ)-< / td >
< td class = "org-left" > -li(ŗ)-< / td >
< td class = "org-left" > -li(þt)-< / td >
< td class = "org-left" > -li(v)-< / td >
< td class = "org-left" > -(l)iþ-< / td >
< td class = "org-left" > -(l)ið-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > antessif< / td >
< td class = "org-left" > vw(o)-< / td >
< td class = "org-left" > v(u)-< / td >
< td class = "org-left" > v(u)-< / td >
< td class = "org-left" > v(u)-< / td >
< td class = "org-left" > vw(o)-< / td >
< td class = "org-left" > vu-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > apudessif< / td >
< td class = "org-left" > ð(ei)-< / td >
< td class = "org-left" > ðe(m)-< / td >
< td class = "org-left" > f(e)-< / td >
< td class = "org-left" > fe-< / td >
< td class = "org-left" > vei-< / td >
< td class = "org-left" > fei-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > aversif< / td >
< td class = "org-left" > ł(e)-< / td >
< td class = "org-left" > ł(e)-< / td >
< td class = "org-left" > ła-< / td >
< td class = "org-left" > l(e)-< / td >
< td class = "org-left" > ł(e)-< / td >
< td class = "org-left" > ł(e)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
2018-06-29 21:14:18 +00:00
< tr >
< td class = "org-left" > bénéfactif< / td >
< td class = "org-left" > -at< / td >
< td class = "org-left" > -et< / td >
< td class = "org-left" > -ast< / td >
< td class = "org-left" > -aþ< / td >
< td class = "org-left" > -at< / td >
< td class = "org-left" > -et< / td >
< / tr >
2018-05-04 15:29:11 +00:00
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > causal< / td >
< td class = "org-left" > -(o)vu< / td >
< td class = "org-left" > -(e)vy< / td >
< td class = "org-left" > -(e)vy< / td >
< td class = "org-left" > -(e)vy< / td >
< td class = "org-left" > -vy< / td >
< td class = "org-left" > -vy< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > comitatif< / td >
< td class = "org-left" > -ðei-< / td >
< td class = "org-left" > -ðei-< / td >
< td class = "org-left" > -ðeu-< / td >
< td class = "org-left" > -ðei-< / td >
< td class = "org-left" > -ðeu-< / td >
< td class = "org-left" > -ðeu-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > comparatif< / td >
< td class = "org-left" > -(oi)r< / td >
< td class = "org-left" > -(oi)r< / td >
< td class = "org-left" > -or< / td >
< td class = "org-left" > -(oi)r< / td >
< td class = "org-left" > -oiŗ< / td >
< td class = "org-left" > -(oi)ŗ< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > datif< / td >
< td class = "org-left" > -at-< / td >
< td class = "org-left" > -et-< / td >
< td class = "org-left" > -ast-< / td >
< td class = "org-left" > -aþ-< / td >
< td class = "org-left" > -at-< / td >
< td class = "org-left" > -et-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
2018-06-03 15:38:13 +00:00
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > délatif< / td >
< td class = "org-left" > ß(eu)-< / td >
< td class = "org-left" > ß(eu)-< / td >
< td class = "org-left" > ß(a)-< / td >
< td class = "org-left" > ß(a)-< / td >
< td class = "org-left" > ßa(l)-< / td >
< td class = "org-left" > ße(l)-< / td >
2018-06-03 15:38:13 +00:00
< / tr >
2018-05-04 15:29:11 +00:00
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > distributif< / td >
< td class = "org-left" > hei(l)-< / td >
< td class = "org-left" > hea(l)-< / td >
< td class = "org-left" > hea(l)-< / td >
< td class = "org-left" > hea(l)-< / td >
< td class = "org-left" > še(l)-< / td >
< td class = "org-left" > še(l)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > distributif-temporel< / td >
< td class = "org-left" > -(b)e< / td >
< td class = "org-left" > -be< / td >
< td class = "org-left" > -bei< / td >
< td class = "org-left" > -(b)ei< / td >
< td class = "org-left" > -be< / td >
< td class = "org-left" > -be< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > élatif< / td >
< td class = "org-left" > -ły< / td >
< td class = "org-left" > -(a)ły< / td >
< td class = "org-left" > -(ł)ay< / td >
< td class = "org-left" > -(ł)ey< / td >
< td class = "org-left" > -(ł)ay< / td >
< td class = "org-left" > -łay< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > équatif< / td >
< td class = "org-left" > -(ń)t< / td >
< td class = "org-left" > -(ń)t< / td >
< td class = "org-left" > -ńt< / td >
< td class = "org-left" > -(ń)t< / td >
< td class = "org-left" > -(ń)t< / td >
< td class = "org-left" > -ńt< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > ergatif< / td >
< td class = "org-left" > -jo< / td >
< td class = "org-left" > -jo< / td >
< td class = "org-left" > -(o)jo< / td >
< td class = "org-left" > -(e)jo< / td >
< td class = "org-left" > -(u)jo< / td >
< td class = "org-left" > -(u)jo< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > essif< / td >
< td class = "org-left" > -þy(d)-< / td >
< td class = "org-left" > -þy(d)-< / td >
< td class = "org-left" > -þy(d)-< / td >
< td class = "org-left" > -þy(d)-< / td >
< td class = "org-left" > -(oi)þyd-< / td >
< td class = "org-left" > -(oi)þyd-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > essif-temporel< / td >
< td class = "org-left" > -òd< / td >
< td class = "org-left" > -(ò)ns< / td >
< td class = "org-left" > -òd< / td >
< td class = "org-left" > -òts< / td >
< td class = "org-left" > -(ò)ß< / td >
< td class = "org-left" > -(ò)ßt< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > essif-modal< / td >
< td class = "org-left" > -(’ )uŗ< / td >
< td class = "org-left" > -(’ )u< / td >
< td class = "org-left" > -(’ )u< / td >
< td class = "org-left" > -(’ )ust< / td >
< td class = "org-left" > -(’ )uŗ< / td >
< td class = "org-left" > -(’ )uŗ< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > excessif< / td >
< td class = "org-left" > -ex< / td >
< td class = "org-left" > -(e)x< / td >
< td class = "org-left" > -(a)x< / td >
< td class = "org-left" > -ex< / td >
< td class = "org-left" > -eŕ< / td >
< td class = "org-left" > -ex< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > génitif< / td >
< td class = "org-left" > ţy-< / td >
< td class = "org-left" > ţ(u)-< / td >
< td class = "org-left" > ţ(u)-< / td >
< td class = "org-left" > ţu-< / td >
< td class = "org-left" > ţ(y)-< / td >
< td class = "org-left" > ţ(u)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > identique< / td >
< td class = "org-left" > -(e)tur< / td >
< td class = "org-left" > -(e)tur< / td >
< td class = "org-left" > -(t)ur< / td >
< td class = "org-left" > -tur< / td >
< td class = "org-left" > -(e)tur< / td >
< td class = "org-left" > -(o)tur< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > illatif< / td >
< td class = "org-left" > -òn-< / td >
< td class = "org-left" > -(v)òn-< / td >
< td class = "org-left" > -(ŕ)òn-< / td >
< td class = "org-left" > -(ŕ)òn-< / td >
< td class = "org-left" > -(ŕ)òn-< / td >
< td class = "org-left" > -(ŕ)en-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > inessif< / td >
< td class = "org-left" > -(o)ŕo-< / td >
< td class = "org-left" > -(a)ŕo-< / td >
< td class = "org-left" > -(a)ŕo-< / td >
< td class = "org-left" > -(u)ŕo-< / td >
< td class = "org-left" > -(e)ŕo-< / td >
< td class = "org-left" > -(a)ŕo-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > initiatif< / td >
< td class = "org-left" > -(a)kĺ< / td >
< td class = "org-left" > -(e)kń< / td >
< td class = "org-left" > ak(ĺ)-< / td >
< td class = "org-left" > k(ń)-< / td >
< td class = "org-left" > -(k)ĺ< / td >
< td class = "org-left" > -(k)ń< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > instructif< / td >
< td class = "org-left" > -eň< / td >
< td class = "org-left" > -eňt< / td >
< td class = "org-left" > -(e)ňz< / td >
< td class = "org-left" > -(e)ň< / td >
< td class = "org-left" > -(e)ň< / td >
< td class = "org-left" > -(e)ňt< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > instrumental< / td >
< td class = "org-left" > -(d)ĺ< / td >
< td class = "org-left" > -(d)ĺ< / td >
< td class = "org-left" > -(d)ń< / td >
< td class = "org-left" > -(ḑ)ń< / td >
< td class = "org-left" > -(d)ĺ< / td >
< td class = "org-left" > -(d)ĺ< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > intratif< / td >
< td class = "org-left" > -(f)yþ-< / td >
< td class = "org-left" > -fu-< / td >
< td class = "org-left" > -fi(ŕ)-< / td >
< td class = "org-left" > -fe(ŕ)-< / td >
< td class = "org-left" > -fu(ð)-< / td >
< td class = "org-left" > -fu(þ)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > latif< / td >
< td class = "org-left" > -(a)la< / td >
< td class = "org-left" > -(e)la< / td >
< td class = "org-left" > -(l)e< / td >
< td class = "org-left" > -(l)ai< / td >
< td class = "org-left" > -(l)ae< / td >
< td class = "org-left" > -la< / td >
2018-05-04 23:14:51 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > limitatif< / td >
< td class = "org-left" > -(a)mp< / td >
< td class = "org-left" > -(a)mp< / td >
< td class = "org-left" > -(a)mp< / td >
< td class = "org-left" > -(a)mp< / td >
< td class = "org-left" > -(ò)mp< / td >
< td class = "org-left" > -(ò)mp< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > locatif< / td >
< td class = "org-left" > l(au)-< / td >
< td class = "org-left" > l(ai)-< / td >
< td class = "org-left" > l(a)-< / td >
< td class = "org-left" > la-< / td >
< td class = "org-left" > ĺ-< / td >
< td class = "org-left" > l(e)-< / td >
2018-05-04 23:14:51 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > nominal< / td >
< td class = "org-left" > -(eu)s< / td >
< td class = "org-left" > -(eu)ß< / td >
< td class = "org-left" > -(eu)s< / td >
< td class = "org-left" > -(ei)š< / td >
< td class = "org-left" > -(eu)s< / td >
< td class = "org-left" > -(eu)st< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > nominatif< / td >
< td class = "org-left" > pa(l)-< / td >
< td class = "org-left" > pa(l)-< / td >
< td class = "org-left" > pa(ß)-< / td >
< td class = "org-left" > pe(ß)-< / td >
< td class = "org-left" > pa-< / td >
< td class = "org-left" > pa-< / td >
2018-05-04 23:14:51 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > oblique< / td >
< td class = "org-left" > -(x)eß< / td >
< td class = "org-left" > -(x)eß< / td >
< td class = "org-left" > -(x)eß< / td >
< td class = "org-left" > -(x)eß< / td >
< td class = "org-left" > -(x)uiß< / td >
< td class = "org-left" > -(x)oiß< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > orientatif< / td >
< td class = "org-left" > f(o)-< / td >
< td class = "org-left" > f(u)-< / td >
< td class = "org-left" > f(o)-< / td >
< td class = "org-left" > vo-< / td >
< td class = "org-left" > þo-< / td >
< td class = "org-left" > fo-< / td >
2018-05-04 23:14:51 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > partitif< / td >
< td class = "org-left" > -’ i(l)-< / td >
< td class = "org-left" > -gi(l)-< / td >
< td class = "org-left" > -’ i(l)-< / td >
< td class = "org-left" > -ki(l)-< / td >
< td class = "org-left" > -’ i(l)-< / td >
< td class = "org-left" > -’ i(l)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > pégatif< / td >
< td class = "org-left" > eu-< / td >
< td class = "org-left" > ey-< / td >
< td class = "org-left" > ey-< / td >
< td class = "org-left" > ey-< / td >
< td class = "org-left" > ei-< / td >
< td class = "org-left" > ey-< / td >
2018-05-04 23:14:51 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > perlatif< / td >
< td class = "org-left" > ž(u)-< / td >
< td class = "org-left" > ž(e)-< / td >
< td class = "org-left" > ž(u)-< / td >
< td class = "org-left" > ž(u)-< / td >
< td class = "org-left" > š(y)-< / td >
< td class = "org-left" > ž(u)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > pertingent< / td >
< td class = "org-left" > m(e)-< / td >
< td class = "org-left" > m(u)-< / td >
< td class = "org-left" > m(a)-< / td >
< td class = "org-left" > m(o)-< / td >
< td class = "org-left" > m(e)-< / td >
< td class = "org-left" > m(e)-< / td >
2018-05-04 23:14:51 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > postessif< / td >
< td class = "org-left" > -(u)ß< / td >
< td class = "org-left" > -(u)ź< / td >
< td class = "org-left" > -(y)ź< / td >
< td class = "org-left" > -(y)ž< / td >
< td class = "org-left" > -(y)tß< / td >
< td class = "org-left" > -(y)ßt< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > privatif< / td >
< td class = "org-left" > ei-< / td >
< td class = "org-left" > ei-< / td >
< td class = "org-left" > ei-< / td >
< td class = "org-left" > ei-< / td >
< td class = "org-left" > eń-< / td >
< td class = "org-left" > eń-< / td >
2018-05-04 23:14:51 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > prolatif< / td >
< td class = "org-left" > š(a)-< / td >
< td class = "org-left" > šei-< / td >
< td class = "org-left" > še-< / td >
< td class = "org-left" > š(a)-< / td >
< td class = "org-left" > š(ey)-< / td >
< td class = "org-left" > ž(e)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > révertif< / td >
< td class = "org-left" > -ňo< / td >
< td class = "org-left" > -ňo< / td >
< td class = "org-left" > -ňò< / td >
< td class = "org-left" > -ňo< / td >
< td class = "org-left" > -(ň)ò< / td >
< td class = "org-left" > -ňo< / td >
2018-05-04 23:14:51 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > semplatif< / td >
< td class = "org-left" > -(ŗ)wo< / td >
< td class = "org-left" > -(ŗ)wo< / td >
< td class = "org-left" > -(ŗ)we< / td >
< td class = "org-left" > -(ŗ)wo< / td >
< td class = "org-left" > -(ŗ)wo< / td >
< td class = "org-left" > -(ŗ)wo< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > sociatif< / td >
< td class = "org-left" > te-< / td >
< td class = "org-left" > t(o)-< / td >
< td class = "org-left" > t(o)-< / td >
< td class = "org-left" > to-< / td >
< td class = "org-left" > t(o)-< / td >
< td class = "org-left" > t(o)-< / td >
2018-05-04 23:14:51 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > subessif< / td >
< td class = "org-left" > ňe-< / td >
< td class = "org-left" > ňo-< / td >
< td class = "org-left" > nw(a)-< / td >
< td class = "org-left" > n(wa)-< / td >
< td class = "org-left" > n(a)-< / td >
< td class = "org-left" > na-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > sublatif< / td >
< td class = "org-left" > -(i)ţ< / td >
< td class = "org-left" > -(i)ßţ< / td >
< td class = "org-left" > -(i)šţ< / td >
< td class = "org-left" > -(i)ţ< / td >
< td class = "org-left" > -(r)iţ< / td >
< td class = "org-left" > -iţ< / td >
2018-05-04 23:14:51 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > superessif< / td >
< td class = "org-left" > tß(ao)-< / td >
< td class = "org-left" > tß(ae)-< / td >
< td class = "org-left" > tßa-< / td >
< td class = "org-left" > ßta-< / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > ßt(e)-< / td >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > tß(a)-< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > temporel< / td >
< td class = "org-left" > -(i)ňni< / td >
< td class = "org-left" > -(i)ňni< / td >
< td class = "org-left" > -(e)ňni< / td >
< td class = "org-left" > -(i)ňni< / td >
< td class = "org-left" > -(y)ňni< / td >
< td class = "org-left" > -iňni< / td >
2018-05-04 23:14:51 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > terminatif< / td >
< td class = "org-left" > -(ae)n< / td >
< td class = "org-left" > -(ae)n< / td >
< td class = "org-left" > -(ae)m< / td >
< td class = "org-left" > -ae< / td >
< td class = "org-left" > -(ai)n< / td >
< td class = "org-left" > -(ai)ň< / td >
2018-05-04 15:29:11 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > translatif< / td >
< td class = "org-left" > -(i)n< / td >
< td class = "org-left" > -(i)n< / td >
< td class = "org-left" > -in< / td >
< td class = "org-left" > -iň< / td >
< td class = "org-left" > -iň< / td >
< td class = "org-left" > -iň< / td >
2018-05-04 23:14:51 +00:00
< / tr >
< tr >
2018-06-19 23:01:14 +00:00
< td class = "org-left" > vocatif< / td >
< td class = "org-left" > -wa< / td >
< td class = "org-left" > -wa< / td >
< td class = "org-left" > -wein< / td >
< td class = "org-left" > -wa< / td >
< td class = "org-left" > -wa< / td >
< td class = "org-left" > -weŕ< / td >
2018-05-04 15:29:11 +00:00
< / tr >
2018-05-04 23:14:51 +00:00
< / tbody >
< / table >
2018-06-19 23:01:14 +00:00
< p >
< / p >
2018-05-21 14:44:12 +00:00
< / div >
< / div >
2018-05-20 22:56:02 +00:00
< / div >
2018-05-21 14:15:28 +00:00
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org823cc39" class = "outline-2" >
< h2 id = "org823cc39" > < span class = "section-number-2" > 4< / span > < span class = "todo TODO" > TODO< / span > Morphologie< / h2 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-2" id = "text-4" >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org7c1d953" class = "outline-3" >
< h3 id = "org7c1d953" > < span class = "section-number-3" > 4.1< / span > Noms< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-4-1" >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgbc91d75" class = "outline-4" >
< h4 id = "orgbc91d75" > < span class = "section-number-4" > 4.1.1< / span > Genre< / h4 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-4" id = "text-4-1-1" >
2018-06-04 23:51:58 +00:00
< p >
2018-06-29 20:37:43 +00:00
Le Hjalpi’ est une langue riche en genres grammaticaux, étant donné qu’ elle dispose de < b > neuf genres< / b > différents
2018-06-04 23:51:58 +00:00
< / p >
2018-06-29 20:37:43 +00:00
< ol class = "org-ol" >
< li > Genre divin : se réfère à toute personne considérée comme divine, que ce soit par les Divins ou par les mortels (humains comme non humains). Aucune distinction n’ est faite selon leur sexe biologique. Les méduses, du fait d’ être une icône divine, sont considérées étant également du genre divin. Il se réfère également à ce qui fait partie de leur domaine, que ce soit leurs Demeures ou leurs Œuvres majeures, tels que les Tours ou le Temps.< / li >
< li > Genre mental : se réfère à tout élément non physique ou concept, comme des pensées ou des couleurs. Les lieux physiques et temporels sont également classifiés dans le genre mental. Bien que le temps en lui-même soit considéré comme étant du genre divin, les événements sont considérés comme étant des éléments mentaux.< / li >
< li > Genre liquide : se réfère, comme son nom l’ indique, à tout liquide, et en particulier à l’ eau, mais ne couvre pas tous les fluides ; par exemple, l’ air n’ est pas considéré comme un liquide, malgré le fait que ce soit un fluide.< / li >
< li > Genre masculin humain : se réfère à tout être humain ou semi-humain mâle, ou à un groupe à prédominance numérique ou de puissance masculine.< / li >
< li > Genre féminin humain : se réfère à tout être humain ou semi-humain femelle, ou à un groupe à prédominance numérique ou de puissance féminine.< / li >
< li > Genre neutre humain : se réfère à tout être humain ou semi-humain dont on ne connaît pas le sexe biologique, ou si un groupe n’ a pas de prédominance numérique ou de puissance masculine ou féminine.< / li >
< li > Genre animal : se réfère à tout être mortel n’ étant pas un humain ou semi-humain et étant animé.< / li >
< li > Genre végétal : se réfère à tout être mortel n’ étant pas un humain ou semi-humain, ou membre d’ animaux.< / li >
< li > Genre inanimé : se réfère à tout être non-vivant n’ étant pas inclus par les trois premiers genres.< / li >
< / ol >
2018-06-04 23:51:58 +00:00
2018-06-02 00:56:43 +00:00
< p >
2018-06-29 20:37:43 +00:00
Le genre est inclus sémantiquement dans chaque nom commun du Hjalpi’ , en revanche la majorité des éléments rattachés au nom s’ accorderont en genre, ainsi que les verbes suivant si le nom influe la conjugaison du verbe.
2018-06-02 00:56:43 +00:00
< / p >
2018-05-04 15:29:11 +00:00
2018-06-29 20:37:43 +00:00
< p >
Le Hjalpi’ dispose également de < b > quatre sur-genres< / b > , regroupant les genres en catégories qui sont utilisées dans certains contexte, comme pour la déclinaison ou la conjugaison des verbes.
< / p >
< ol class = "org-ol" >
< li > Le sur-genre supérieur : rassemble les genres divin et mental< / li >
< li > Le sur-genre humain : rassemble les genres humains (masculin, féminin et neutre)< / li >
< li > Le sur-genre vivant : rassemble les genres du vivant non-humain (animal et végétal)< / li >
< li > Le sur-genre inanimé : rassemble les genres liquide et inanimé< / li >
< / ol >
< p >
Une déclinaison des éléments humains neutres est possible, auquel cas on peut décliner ainsi l’ élément dont on souhaite changer le genre :
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< / colgroup >
< colgroup >
< col class = "org-left" / >
< / colgroup >
< thead >
< tr >
< th scope = "col" class = "org-left" > genre< / th >
< th scope = "col" class = "org-left" > déclinaison< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "org-left" > masculin< / td >
< td class = "org-left" > -e< / td >
< / tr >
< tr >
< td class = "org-left" > féminin< / td >
< td class = "org-left" > -am< / td >
< / tr >
< / tbody >
< / table >
< p >
2018-07-01 15:54:29 +00:00
Ce genre de déclinaison est en général utilisé pour les mots se référant à un être humain dont le genre syntaxique est neutre, mais que l’ humain référé est d’ un genre connu. Par exemple, si l’ on parle de plusieurs personnes de nombre inconnu (donc singulatif, voir les < a href = "#orge31fe8c" > Nombres< / a > ) mais que la majorité des individus est de genre féminin, alors on déclinera < i > ðenmóíl< / i > (individu/personne) en < i > ðenmóílelam< / i > (personne.sf.5g). La déclinaison en féminin s’ affixe à la déclinaison au singulatif du fait qu’ il s’ agit du groupe qui prend le genre féminin, indiquant que le groupe n’ est pas uniquement mais majoritairement féminin. Si le groupe n’ est composé que de femmes, alors < i > ðenmóíl< / i > se déclinera en < i > ðenmóílamel< / i > (personne.5g.sf).
2018-06-29 20:37:43 +00:00
< / p >
2018-06-02 00:56:43 +00:00
< / div >
< / div >
2018-06-29 20:37:43 +00:00
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org2c25035" class = "outline-4" >
< h4 id = "org2c25035" > < span class = "section-number-4" > 4.1.2< / span > < a id = "orge31fe8c" > < / a > Nombre< / h4 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-4" id = "text-4-1-2" >
< p >
En plus d’ avoir une riche quantité de genres, le Hjalpi’ dispose également de cinq nombres distincts qui se marquent par une déclinaison du nom ou de l’ élément accordé en nombre (hormis le verbe).
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< / colgroup >
< colgroup >
< col class = "org-left" / >
< / colgroup >
< colgroup >
< col class = "org-left" / >
< / colgroup >
< thead >
< tr >
< th scope = "col" class = "org-left" > nombre< / th >
< th scope = "col" class = "org-left" > déclinaison< / th >
< th scope = "col" class = "org-left" > description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td class = "org-left" > singulier< / td >
< td class = "org-left" > (aucune)< / td >
< td class = "org-left" > élément unique< / td >
< / tr >
< tr >
< td class = "org-left" > singulatif< / td >
< td class = "org-left" > -el< / td >
< td class = "org-left" > ensemble d’ éléments semblables< / td >
< / tr >
< tr >
< td class = "org-left" > duel< / td >
< td class = "org-left" > -(a)t< / td >
< td class = "org-left" > deux éléments semblables< / td >
< / tr >
< tr >
< td class = "org-left" > triel< / td >
< td class = "org-left" > -(e)þ< / td >
< td class = "org-left" > trois éléments semblables< / td >
< / tr >
< tr >
< td class = "org-left" > pluriel< / td >
< td class = "org-left" > -(o)st< / td >
< td class = "org-left" > quatre éléments semblables ou plus< / td >
< / tr >
< / tbody >
< / table >
< p >
Le singulatif, comme décrit ci-dessus, est utilisé pour regrouper des éléments semblables et est une alternative au singulier ou pluriel dans le cas où l’ élément dont il est question est indénombrable ou éligible au pluriel mais le locuteur n’ a pas d’ idée précise du nombre d’ éléments présents dans le groupe.
< / p >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orga2a35dd" class = "outline-4" >
< h4 id = "orga2a35dd" > < span class = "section-number-4" > 4.1.3< / span > Déclinaisons< / h4 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-4" id = "text-4-1-3" >
< p >
2018-07-01 15:54:29 +00:00
Suivant le rôle du nom dans la phrase, il est possible de le décliner à l’ un des nombreux cas grammaticaux qu’ offre le Hjalpi’ . Dans cette section, j’ expliquerai simplement la signification brève de chacune de ces déclinaisons. Pour un détail de comment décliner les noms, veuillez vous référer au < a href = "#orgb5a9ead" > chapitre dédié< / a > . Je regrouperai ici les déclinaison par catégorie. Chaque cas sera présenté de la manières suivante :
2018-06-29 20:37:43 +00:00
< / p >
< dl class = "org-dl" >
< dt > Cas grammatical (< i > ABBRÉVIATION< / i > )< / dt > < dd > définition< / dd >
< / dl >
< / div >
< ol class = "org-ol" >
2018-07-01 15:54:29 +00:00
< li > < a id = "org28fce78" > < / a > Lieu< br / >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-5" id = "text-4-1-3-1" >
< dl class = "org-dl" >
< dt > Cas adessif (< i > ADE< / i > )< / dt > < dd > indique un lieu adjacent à l’ élément.< / dd >
< / dl >
< p >
Exemple : iŗeménóst (ADE-maison-pl.) à côté des maisons
< / p >
< dl class = "org-dl" >
< dt > Cas antessif (< i > ANTE< / i > )< / dt > < dd > indique un lieu antérieur à l’ élément.< / dd >
< / dl >
< p >
Exemple : vwomén (ANTE-maison) avant la maison / devant la maison
< / p >
< dl class = "org-dl" >
< dt > Cas apudessif (< i > APU< / i > )< / dt > < dd > indique un lieu à côté, proche de l’ élément. L’ élément n’ est pas adjacent au lieu, auquel cas il faudrait utiliser le cas adessif.< / dd >
< / dl >
< p >
Exemple : veimén (APU-maison) à côté de la maison
< / p >
< dl class = "org-dl" >
< dt > Cas inessif (< i > INE< / i > )< / dt > < dd > indique un lieu à l’ intérieur de l’ élément.< / dd >
< / dl >
< p >
Exemple : mérón (< INE> maison) dans la maison
< / p >
< dl class = "org-dl" >
< dt > Cas intratif (< i > INTRT< / i > )< / dt > < dd > indique un lieu entre des éléments. L’ élément décliné ne peut être singulier.< / dd >
< / dl >
< p >
Exemple : ménelń (maison-d.-INTRT) entre deux maisons.
< / p >
< dl class = "org-dl" >
< dt > Cas locatif (< i > LOC< / i > )< / dt > < dd > indique que l’ élément décliné est le lieu indiqué (usage général).< / dd >
< / dl >
< p >
Exemple : ĺmén (LOC-maison) à la maison (sans précision)
< / p >
< dl class = "org-dl" >
< dt > Cas pertingent (< i > PERT< / i > )< / dt > < dd > indique un contact avec un lieu.< / dd >
< / dl >
< p >
Exemple : memén (PERT-maison) en contact avec la maison
< / p >
< dl class = "org-dl" >
< dt > Cas postessif (< i > POSTE< / i > )< / dt > < dd > indique un lieu postérieur à l’ élément.< / dd >
< / dl >
< p >
Exemple : ménýßt (maison-POSTE) après la maison.
< / p >
< dl class = "org-dl" >
< dt > Cas subessif (< i > SUBE< / i > )< / dt > < dd > indique un lieu sous l’ élément.< / dd >
< / dl >
< p >
Exemple : namén (SUBE-maison) sous la maison
< / p >
< dl class = "org-dl" >
< dt > Cas superessif (< i > SUPE< / i > )< / dt > < dd > indique un lieu sous l’ élément.< / dd >
< / dl >
< p >
Exemple : ßtemén (SUPE-maison) sur la maison / sur le toit de la maison (impliqué)< br / >
< br / >
< / p >
< / div >
< / li >
2018-07-01 15:54:29 +00:00
< li > < a id = "orgc031fea" > < / a > Mouvement depuis un élément< br / >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-5" id = "text-4-1-3-2" >
< dl class = "org-dl" >
< dt > Cas ablatif (< i > ABL< / i > )< / dt > < dd > indique un déplacement s’ éloignant de l’ élément.< / dd >
< / dl >
< p >
2018-06-29 21:14:18 +00:00
Exemple : Je pars de Ðbńo. (décision motivée par moi-même)
2018-06-29 20:37:43 +00:00
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > wyhakéís< / td >
2018-06-29 21:14:18 +00:00
< td class = "org-left" > liÐbńovu< / td >
< td class = "org-left" > né< / td >
2018-06-29 20:37:43 +00:00
< / tr >
< tr >
2018-06-29 22:23:01 +00:00
< td class = "org-left" > quitter(NOM prés-indic 1s2SG)< / td >
2018-06-29 21:14:18 +00:00
< td class = "org-left" > ABL-Ðbńo-ACC< / td >
2018-06-29 22:23:01 +00:00
< td class = "org-left" > 1s6G.NOM< / td >
2018-06-29 20:37:43 +00:00
< / tr >
< / tbody >
< / table >
< dl class = "org-dl" >
< dt > Cas délatif (< i > DEL< / i > )< / dt > < dd > déplacement depuis la surface de l’ élément.< / dd >
< / dl >
< p >
Exemple : La mouche s’ envola (volontairement) du livre (sous entendu de sa couverture)
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > proböléntí< / td >
< td class = "org-left" > ßaraòm< / td >
< td class = "org-left" > paŗevir< / td >
< / tr >
< tr >
2018-07-01 15:54:29 +00:00
< td class = "org-left" > s’ envoler-(NOM passé m p 3s3SG)< / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > DEL-livre< / td >
< td class = "org-left" > NOM-mouche< / td >
< / tr >
< / tbody >
< / table >
< dl class = "org-dl" >
< dt > Cas élatif (< i > ELA< / i > )< / dt > < dd > déplacement depuis l’ intérieur de l’ élément.< / dd >
< / dl >
< p >
Exemple : La mouche s’ envola (volontairement) du livre (sous entendu depuis une page / l’ intérieur du livre, le livré étant ouvert)
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > proböléntí< / td >
< td class = "org-left" > raòmey< / td >
< td class = "org-left" > paŗevir< / td >
< / tr >
< tr >
2018-07-01 15:54:29 +00:00
< td class = "org-left" > s’ envoler-(NOM passé m p 3s3SG)< / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > livre-ELA< / td >
< td class = "org-left" > NOM-mouche< / td >
< / tr >
< / tbody >
< / table >
< dl class = "org-dl" >
< dt > Cas initiatif (< i > INIT< / i > )< / dt > < dd > indique le point de départ d’ une action (cas général)< / dd >
< / dl >
< p >
Exemple : Je voyage depuis Ðbńo (sous-entendu, Ðbńo était de point de départ du voyage)
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > etrjáléís< / td >
< td class = "org-left" > Ðbńokĺ< / td >
< td class = "org-left" > né< / td >
< / tr >
< tr >
2018-06-29 22:23:01 +00:00
< td class = "org-left" > voyager(NOM prés-indic 1s2SG)< / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > Ðbńo-INIT< / td >
2018-06-29 22:23:01 +00:00
< td class = "org-left" > 1s6G.NOM< / td >
2018-06-29 20:37:43 +00:00
< / tr >
< / tbody >
< / table >
< / div >
< / li >
2018-07-01 15:54:29 +00:00
< li > < a id = "orgcea35a7" > < / a > Mouvement vers un élément< br / >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-5" id = "text-4-1-3-3" >
< dl class = "org-dl" >
< dt > Cas allatif (< i > ALL< / i > )< / dt > < dd > indique un mouvement vers les environs de l’ élément (cas général), n’ indique pas nécessairement de finalité ou de point précis.< / dd >
< / dl >
< p >
Exemple : Je voyage vers Ðbńo (pas nécessairement à Ðbńo même).
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > etrjáléís< / td >
< td class = "org-left" > Ðbńoðil< / td >
< td class = "org-left" > né< / td >
< / tr >
< tr >
2018-06-29 22:23:01 +00:00
< td class = "org-left" > voyager(NOM prés-indic 1s2SG)< / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > Ðbńo< ALL> < / td >
2018-06-29 22:23:01 +00:00
< td class = "org-left" > 1s6G.NOM< / td >
2018-06-29 20:37:43 +00:00
< / tr >
< / tbody >
< / table >
< dl class = "org-dl" >
< dt > Cas illatif (< i > ILL< / i > )< / dt > < dd > mouvement vers l’ intérieur de l’ élément, n’ indique pas nécessairement de finalité.< / dd >
< / dl >
< p >
Exemple : La mouche vole vers la maison (sous entendu, elle va y rentrer)
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > eŕbölay< / td >
< td class = "org-left" > monén< / td >
< td class = "org-left" > paŗevir< / td >
< / tr >
< tr >
2018-06-29 22:23:01 +00:00
< td class = "org-left" > voler-(NOM prés-indic 3s3SG)< / td >
2018-06-29 20:37:43 +00:00
< td class = "org-left" > < ILL> maison< / td >
< td class = "org-left" > NOM-mouche< / td >
< / tr >
< / tbody >
< / table >
< dl class = "org-dl" >
< dt > Cas latif (< i > LAT< / i > )< / dt > < dd > mouvement vers l’ élément (cas général), n’ indique pas nécessairement de finalité.< / dd >
< / dl >
< p >
Exemple : Je pars de Notń pour Ðbńo.
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > wyhakéís< / td >
2018-06-29 21:14:18 +00:00
< td class = "org-left" > liNotńvu< / td >
< td class = "org-left" > Ðbńolòĺ< / td >
< td class = "org-left" > né< / td >
2018-06-29 20:37:43 +00:00
< / tr >
< tr >
2018-06-29 22:23:01 +00:00
< td class = "org-left" > quitter(NOM prés-indic 1s2SG)< / td >
2018-06-29 21:14:18 +00:00
< td class = "org-left" > ABL-Notń-ACC< / td >
< td class = "org-left" > Ðbńo-LAT< / td >
2018-06-29 22:23:01 +00:00
< td class = "org-left" > 1s6G.NOM< / td >
2018-06-29 21:14:18 +00:00
< / tr >
< / tbody >
< / table >
< dl class = "org-dl" >
< dt > Cas sublatif (< i > SUBL< / i > )< / dt > < dd > mouvement vers la surface de l’ élément.< / dd >
< / dl >
< p >
2018-06-29 22:23:01 +00:00
Exemple : La mouche vole vers le livre. (sous-entendu, la couverture)
2018-06-29 21:14:18 +00:00
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > eŕbölay< / td >
< td class = "org-left" > raòmiţ< / td >
< td class = "org-left" > paŗevir< / td >
< / tr >
< tr >
2018-06-29 22:23:01 +00:00
< td class = "org-left" > voler-(NOM prés-indic 3s3SG)< / td >
2018-06-29 21:14:18 +00:00
< td class = "org-left" > livre-SUBL< / td >
< td class = "org-left" > NOM-mouche< / td >
< / tr >
< / tbody >
< / table >
< dl class = "org-dl" >
< dt > Cas terminatif (< i > TERM< / i > )< / dt > < dd > le mouvement a pour but l’ élément.< / dd >
< / dl >
< p >
Exemple : Je voyage jusqu’ à Ðbńo.
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > etrjáléís< / td >
< td class = "org-left" > Ðbńoþaen< / td >
< td class = "org-left" > né< / td >
< / tr >
< tr >
2018-06-29 22:23:01 +00:00
< td class = "org-left" > voyager(NOM prés-indic 1s2SG)< / td >
2018-06-29 21:14:18 +00:00
< td class = "org-left" > Ðbńo-TERM< / td >
< td class = "org-left" > je(NOM-1s6G)< / td >
< / tr >
< / tbody >
< / table >
< / div >
< / li >
2018-07-01 15:54:29 +00:00
< li > < a id = "orgc781f1b" > < / a > Déplacement via un élément< br / >
2018-06-29 21:14:18 +00:00
< div class = "outline-text-5" id = "text-4-1-3-4" >
< dl class = "org-dl" >
< dt > Cas perlatif (< i > PER< / i > )< / dt > < dd > mouvement au travers ou le long de l’ élément.< / dd >
< / dl >
< p >
Exemple : Je voyage le long de la rivière.
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > etrjáléís< / td >
< td class = "org-left" > šyłánt< / td >
< td class = "org-left" > né< / td >
< / tr >
< tr >
2018-06-29 22:23:01 +00:00
< td class = "org-left" > voyager(NOM prés-indic 1s2SG)< / td >
2018-06-29 21:14:18 +00:00
< td class = "org-left" > PERL-(rivière mineure)< / td >
< td class = "org-left" > je(NOM-1s6G)< / td >
2018-06-29 20:37:43 +00:00
< / tr >
< / tbody >
< / table >
2018-06-29 22:23:01 +00:00
< dl class = "org-dl" >
< dt > Cas prolatif (< i > PROL< / i > )< / dt > < dd > mouvement en utilisant l’ élément ou sur sa surface.< / dd >
< / dl >
< p >
Exemple : Je navigue sur l’ océan côtier.
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > ’ elḑökay< / td >
< td class = "org-left" > šielt< / td >
< td class = "org-left" > né< / td >
< / tr >
< tr >
< td class = "org-left" > naviguer(NOM prés-indic 1s2SG)< / td >
< td class = "org-left" > PROL-(océan côtier)< / td >
< td class = "org-left" > je(NOM-1s6G)< / td >
< / tr >
< / tbody >
< / table >
< / div >
< / li >
2018-07-01 15:54:29 +00:00
< li > < a id = "orgb7eb2d6" > < / a > Temps< br / >
2018-06-29 22:23:01 +00:00
< div class = "outline-text-5" id = "text-4-1-3-5" >
< dl class = "org-dl" >
< dt > Cas accusatif-temporel (< i > ATEMP< / i > )< / dt > < dd > indication d’ une durée de temps, peut remplacer l’ accusatif d’ une proposition nominative-accusative avec un verbe transitif.< / dd >
< / dl >
< p >
Exemple : J’ ai dormis sept heures.
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > ’ oherénté< / td >
< td class = "org-left" > heolí’ < / td >
< td class = "org-left" > pńtwánźu< / td >
< td class = "org-left" > né< / td >
< / tr >
< tr >
2018-07-01 15:54:29 +00:00
< td class = "org-left" > dormir-(NOM passé m p 1s2SG)< / td >
2018-06-29 22:23:01 +00:00
< td class = "org-left" > heure(mesure)-GEN< / td >
< td class = "org-left" > sept-ATEMP< / td >
< td class = "org-left" > je(NOM-1s6G)< / td >
< / tr >
< / tbody >
< / table >
< dl class = "org-dl" >
< dt > Cas essif (< i > ESS< / i > )< / dt > < dd > l’ élément indique la date où le moment où un événement se produit.< / dd >
< / dl >
< p >
Exemple : Je dors habituellement à sept heures.
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > ’ oheroméis< / td >
< td class = "org-left" > hebéómi’ < / td >
< td class = "org-left" > pudńtwán< / td >
< td class = "org-left" > né< / td >
< / tr >
< tr >
< td class = "org-left" > dormir(NOM prés-habit 1s2SG)< / td >
< td class = "org-left" > heure-GEN< / td >
< td class = "org-left" > < ESS> sept< / td >
< td class = "org-left" > je(NOM-1s6G)< / td >
< / tr >
< / tbody >
< / table >
< dl class = "org-dl" >
< dt > Cas limitatif (< i > LIMIT< / i > )< / dt > < dd > l’ élément indique une limite dans le temps.< / dd >
< / dl >
< p >
Exemple : Je dors habituellement jusqu’ à sept heures.
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > ’ oheroméis< / td >
< td class = "org-left" > hebéómi’ < / td >
< td class = "org-left" > pńtwánòmp< / td >
< td class = "org-left" > né< / td >
< / tr >
< tr >
< td class = "org-left" > dormir(NOM prés-habit 1s2SG)< / td >
< td class = "org-left" > heure-GEN< / td >
< td class = "org-left" > sept-LIMIT< / td >
< td class = "org-left" > je(NOM-1s6G)< / td >
< / tr >
< / tbody >
< / table >
< dl class = "org-dl" >
< dt > Cas temporel (< i > TEMP< / i > )< / dt > < dd > l’ élément désigne un moment (cas général).< / dd >
< / dl >
< p >
Exemple : à sept heures
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > hebéómi’ < / td >
< td class = "org-left" > pńtwániňni< / td >
< / tr >
< tr >
< td class = "org-left" > heure-GEN< / td >
< td class = "org-left" > sept-TEMP< / td >
< / tr >
< / tbody >
< / table >
< / div >
< / li >
2018-07-01 15:54:29 +00:00
< li > < a id = "org14d7d8f" > < / a > Alignement morphosyntaxique< br / >
2018-06-29 22:23:01 +00:00
< div class = "outline-text-5" id = "text-4-1-3-6" >
< dl class = "org-dl" >
2018-07-01 15:54:29 +00:00
< dt > < a id = "org4225d7e" > < / a > Cas absolutif (< i > ABS< / i > )< / dt > < dd > indique le patient d’ un verbe transitif ou le sujet d’ un verbe intransitif dans une proposition ergative. S’ oppose à l’ < a href = "#org68765f6" > ergatif< / a > .< / dd >
2018-06-29 22:23:01 +00:00
< / dl >
< p >
Exemple : J’ ai brisé le vase. (action sous-entendue comme involontaire)
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > néí< / td >
< td class = "org-left" > nweţuŗa< / td >
< td class = "org-left" > kĺnéínté< / td >
< / tr >
< tr >
< td class = "org-left" > 1s6G.ERG< / td >
< td class = "org-left" > vase-ABS< / td >
2018-07-01 15:54:29 +00:00
< td class = "org-left" > briser(ERG passé m p 1s2SG)< / td >
2018-06-29 22:23:01 +00:00
< / tr >
< / tbody >
< / table >
< dl class = "org-dl" >
2018-07-01 15:54:29 +00:00
< dt > < a id = "orgb735fcf" > < / a > Cas accusatif (< i > ACC< / i > )< / dt > < dd > indique le patient d’ un verbe transitif dans une proposition nominative. S’ oppose au nominatif.< / dd >
2018-06-29 22:23:01 +00:00
< / dl >
< p >
Exemple : J’ ai brisé le vase. (action sous-entendue comme volontaire)
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
2018-07-01 15:54:29 +00:00
< td class = "org-left" > kĺnénté< / td >
2018-06-29 22:23:01 +00:00
< td class = "org-left" > nweţuvy< / td >
2018-07-01 15:54:29 +00:00
< td class = "org-left" > né< / td >
< / tr >
< tr >
< td class = "org-left" > briser(NOM passé m p 1s2SG)< / td >
< td class = "org-left" > vase-ACC< / td >
< td class = "org-left" > 1s6G.NOM< / td >
< / tr >
< / tbody >
< / table >
< dl class = "org-dl" >
< dt > < a id = "org68765f6" > < / a > Cas ergatif (< i > ERG< / i > )< / dt > < dd > indique l’ agent d’ un verbe transitif dans une proposition ergative. S’ oppose à l’ < a href = "#org4225d7e" > absolutif< / a > . Peut-être remplacé par le < a href = "#org487ce32" > pégatif< / a > .< / dd >
< / dl >
< p >
Exemple : J’ ai brisé le vase. (action sous-entendue comme involontaire)
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > néí< / td >
< td class = "org-left" > nweţuŗa< / td >
< td class = "org-left" > kĺnéínté< / td >
< / tr >
< tr >
< td class = "org-left" > 1s6G.ERG< / td >
< td class = "org-left" > vase-ABS< / td >
< td class = "org-left" > briser(ERG passé m p 1s2SG)< / td >
< / tr >
< / tbody >
< / table >
< dl class = "org-dl" >
< dt > Cas instructif (< i > INSTRUCTIVE< / i > )< / dt > < dd > indique le moyen employé, répond à la question < i > comment ?< / i > .< / dd >
< dt > Cas instrumental (< i > INSTR< / i > )< / dt > < dd > indique l’ instrument utilisé, répond à la question < i > au moyen de quel objet ?< / i > .< / dd >
< dt > < a id = "org9f67434" > < / a > Cas nominatif (< i > NOM< / i > )< / dt > < dd > indique le sujet d’ un verbe intransitif ou l’ agent d’ un verbe transitif dans une proposition nominative. S’ oppose à l’ < a href = "#orgb735fcf" > accusatif< / a > . Peut-être remplacé par le < a href = "#org487ce32" > pégatif< / a > .< / dd >
< / dl >
< p >
Exemple : J’ ai brisé le vase. (action sous-entendue comme volontaire)
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
2018-06-29 22:23:01 +00:00
< td class = "org-left" > kĺnénté< / td >
2018-07-01 15:54:29 +00:00
< td class = "org-left" > nweţuvy< / td >
< td class = "org-left" > né< / td >
2018-06-29 22:23:01 +00:00
< / tr >
< tr >
2018-07-01 15:54:29 +00:00
< td class = "org-left" > briser(NOM passé m p 1s2SG)< / td >
< td class = "org-left" > vase-ACC< / td >
2018-06-29 22:23:01 +00:00
< td class = "org-left" > 1s6G.NOM< / td >
2018-07-01 15:54:29 +00:00
< / tr >
< / tbody >
< / table >
< dl class = "org-dl" >
< dt > Cas oblique (< i > OBL< / i > )< / dt > < dd > marque le verbe, indique la proposition comme étant une citation. Les sous-propositions n’ ont pas besoin d’ être marquée. Remplace l’ < a href = "#orgb735fcf" > accusatif< / a > dans les propositions nominatives, et l’ < a href = "#org4225d7e" > absolutif< / a > dans les propositions ergatives.< / dd >
< / dl >
< p >
Exemple : j’ ai dis que j’ ai cassé (involontairement) le vase.
< / p >
< table border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< col class = "org-left" / >
< / colgroup >
< tbody >
< tr >
< td class = "org-left" > ŗeðénté< / td >
< td class = "org-left" > kĺnéntéŗòß< / td >
< td class = "org-left" > nweţuŗa< / td >
< td class = "org-left" > né< / td >
< td class = "org-left" > né< / td >
< / tr >
< tr >
< td class = "org-left" > dire(NOM passé m p 1s2SG)< / td >
< td class = "org-left" > briser(NOM passé m p 1s2SG)< / td >
2018-06-29 22:23:01 +00:00
< td class = "org-left" > vase-ACC< / td >
2018-07-01 15:54:29 +00:00
< td class = "org-left" > 1s6G.NOM< / td >
< td class = "org-left" > 1s6G.NOM< / td >
2018-06-29 22:23:01 +00:00
< / tr >
< / tbody >
< / table >
< dl class = "org-dl" >
2018-07-01 15:54:29 +00:00
< dt > < a id = "org487ce32" > < / a > Cas pégatif (< i > PEG< / i > )< / dt > < dd > agent dans une proposition ayant un argument datif. Peut remplacer le < a href = "#org9f67434" > nominatif< / a > et l’ < a href = "#org68765f6" > ergatif< / a > .< / dd >
< / dl >
< / div >
< / li >
< li > < a id = "org5565b7e" > < / a > Relation< br / >
< div class = "outline-text-5" id = "text-4-1-3-7" >
< dl class = "org-dl" >
< dt > Cas aversif (< i > EVIT< / i > )< / dt > < dd > indique que l’ élément est évité ou craint.< / dd >
2018-06-29 22:23:01 +00:00
2018-07-01 15:54:29 +00:00
< dt > Cas bénéfactif (< i > BEN< / i > )< / dt > < dd > indique la personne ou le concept motivant une proposition d’ un verbe d’ action. S’ il est omis à la première personne, on assume que le bénéfacteur est le sujet ou l’ agent ; à la seconde ou à la troisième personne, on assume que le bénéfacteur est inconnu.< / dd >
2018-06-29 22:23:01 +00:00
< / dl >
2018-06-29 20:37:43 +00:00
< / div >
< / li >
< / ol >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org0b9ac6f" class = "outline-3" >
< h3 id = "org0b9ac6f" > < span class = "section-number-3" > 4.2< / span > Verbes< / h3 >
2018-06-29 20:37:43 +00:00
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org0c56789" class = "outline-2" >
< h2 id = "org0c56789" > < span class = "section-number-2" > 5< / span > < span class = "todo TODO" > TODO< / span > Syntaxe< / h2 >
2018-06-29 20:37:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgac940dc" class = "outline-2" >
< h2 id = "orgac940dc" > < span class = "section-number-2" > 6< / span > < span class = "todo TODO" > TODO< / span > Champs sémantiques et pragmatismes< / h2 >
2018-06-29 20:37:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org270a4b9" class = "outline-2" >
< h2 id = "org270a4b9" > < span class = "section-number-2" > 7< / span > < span class = "todo TODO" > TODO< / span > Système d’ écriture< / h2 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-2" id = "text-7" >
< p >
< / p >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgf9794ad" class = "outline-2" >
< h2 id = "orgf9794ad" > < span class = "section-number-2" > 8< / span > < a id = "org2171329" > < / a > Glossaire< / h2 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-2" id = "text-8" >
< dl class = "org-dl" >
< dt > clef< / dt > < dd > /transcription large/ < i > élément de langage.< / i > Définition(s)< / dd >
< / dl >
< p >
Définition
< / p >
< p >
Abréviations :
< / p >
< ul class = "org-ul" >
< li > 1 : genre divin< / li >
< li > 2 : genre mental< / li >
< li > 3 : genre liquide< / li >
< li > 4 : genre masculin< / li >
< li > 5 : genre féminin< / li >
< li > 6 : genre neutre< / li >
< li > 7 : genre animal< / li >
< li > 8 : genre végétal< / li >
< li > 9 : genre inanimé< / li >
< li > adj. : adjectif< / li >
< li > ind. : indénombrable< / li >
2018-06-29 21:14:18 +00:00
< li > n.X : nom du Xème genre< / li >
2018-06-29 20:37:43 +00:00
< li > pron. : pronom< / li >
< li > vi. : verbe intransitif< / li >
< li > vt : verbe transitif< / li >
< / ul >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org03b2969" class = "outline-3" >
< h3 id = "org03b2969" > < span class = "section-number-3" > 8.1< / span > À trier< / h3 >
< div class = "outline-text-3" id = "text-8-1" >
< dl class = "org-dl" >
< dt > ŗeðyþ< / dt > < dd > (vt.) dire< / dd >
< / dl >
< / div >
2018-06-29 20:37:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org6824c9e" class = "outline-3" >
< h3 id = "org6824c9e" > < span class = "section-number-3" > 8.2< / span > Actions physiques< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-2" >
< dl class = "org-dl" >
< dt > kĺnyþ< / dt > < dd > /kl̩.nyː θ/ (vt.) casser, briser< / dd >
2018-06-29 22:23:01 +00:00
< dt > ’ oheryþ< / dt > < dd > /?o:.he:.ry:þ/ (vi.) dormir< / dd >
2018-06-29 20:37:43 +00:00
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgfa1986b" class = "outline-3" >
< h3 id = "orgfa1986b" > < span class = "section-number-3" > 8.3< / span > Amour< / h3 >
2018-06-29 20:37:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org194f9ec" class = "outline-3" >
< h3 id = "org194f9ec" > < span class = "section-number-3" > 8.4< / span > Animaux< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-4" >
< dl class = "org-dl" >
< dt > nael< / dt > < dd > /nael/ (n.7) cheval< / dd >
< dt > ŗevír< / dt > < dd > /ʁeː .vɪ r/ (n.7) mouche< / dd >
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgab1b6af" class = "outline-3" >
< h3 id = "orgab1b6af" > < span class = "section-number-3" > 8.5< / span > Art< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-5" >
< dl class = "org-dl" >
< dt > raòm< / dt > < dd > /raøm/ (n.9) livre< / dd >
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org36dd64d" class = "outline-3" >
< h3 id = "org36dd64d" > < span class = "section-number-3" > 8.6< / span > Astronomie< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-6" >
< dl class = "org-dl" >
2018-07-01 15:54:29 +00:00
< dt > < a id = "org6716875" > < / a > béóm< / dt > < dd > /bɛɔm/ (n.1) Soleil. Étymologie : < i > < a href = "#orgf5e700e" > bém< / a > < / i > + < i > < a href = "#orgbabd5eb" > jaom< / a > < / i > , astre du jour< / dd >
< dt > < a id = "orgbabd5eb" > < / a > jaom< / dt > < dd > /jaom/ (n.1) astre< / dd >
2018-06-29 20:37:43 +00:00
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org2ad638e" class = "outline-3" >
< h3 id = "org2ad638e" > < span class = "section-number-3" > 8.7< / span > Bâtiments< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-7" >
< dl class = "org-dl" >
< dt > mén< / dt > < dd > /mɛn/ (n.9) maison (bâtiment)< / dd >
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org7feb368" class = "outline-3" >
< h3 id = "org7feb368" > < span class = "section-number-3" > 8.8< / span > Commerce< / h3 >
2018-06-29 20:37:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org7d18f1f" class = "outline-3" >
< h3 id = "org7d18f1f" > < span class = "section-number-3" > 8.9< / span > Conflits< / h3 >
2018-06-29 20:37:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org9827361" class = "outline-3" >
< h3 id = "org9827361" > < span class = "section-number-3" > 8.10< / span > Conteneurs< / h3 >
2018-06-29 20:37:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgb882af2" class = "outline-3" >
< h3 id = "orgb882af2" > < span class = "section-number-3" > 8.11< / span > Corps< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-11" >
< dl class = "org-dl" >
2018-06-19 23:01:14 +00:00
< dt > gar< / dt > < dd > /ɡ aː r/ (n.6) tête< / dd >
2018-07-01 15:54:29 +00:00
< dt > < a id = "orgeb3f932" > < / a > pńt< / dt > < dd > /pn̩t/ (n.6) main< / dd >
< dt > < a id = "orgbe3b2ed" > < / a > wán< / dt > < dd > /waː n/ (n.6) pied< / dd >
2018-06-02 00:56:43 +00:00
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org1ba4095" class = "outline-3" >
< h3 id = "org1ba4095" > < span class = "section-number-3" > 8.12< / span > Couleurs< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-12" >
2018-06-02 00:56:43 +00:00
< dl class = "org-dl" >
2018-07-01 15:54:29 +00:00
< dt > < a id = "org2b3e511" > < / a > ðúr< / dt > < dd > /ðʊr/ (adj.) argent (couleur)< / dd >
2018-06-02 00:56:43 +00:00
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org3520f88" class = "outline-3" >
< h3 id = "org3520f88" > < span class = "section-number-3" > 8.13< / span > Dimensions< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org7c49e5f" class = "outline-3" >
< h3 id = "org7c49e5f" > < span class = "section-number-3" > 8.14< / span > Direction< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-14" >
2018-06-02 00:56:43 +00:00
< dl class = "org-dl" >
2018-06-29 20:37:43 +00:00
< dt > ňam< / dt > < dd > /ŋaː m/ (n.2) ouest< / dd >
< dt > watßúd< / dt > < dd > /waː t.ʃʊd/ (n.2) nord< / dd >
< dt > wémšal< / dt > < dd > /wɛm.çaː l/ (n.2) est (direction)< / dd >
< dt > zelðeg< / dt > < dd > /zeː l.ðeː ɡ / (n.2) sud< / dd >
2018-06-02 00:56:43 +00:00
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org5f86154" class = "outline-3" >
< h3 id = "org5f86154" > < span class = "section-number-3" > 8.15< / span > Eau< / h3 >
2018-06-29 21:14:18 +00:00
< div class = "outline-text-3" id = "text-8-15" >
< dl class = "org-dl" >
2018-06-29 22:23:01 +00:00
< dt > ánd< / dt > < dd > /ɑ nd/ (n.3) rivière majeure, cours d’ eau dans lequel s’ est jeté une autre rivière, mais ammenée à se jeter elle-même dans un autre cours d’ eau< / dd >
2018-06-29 21:14:18 +00:00
< dt > hanḑ< / dt > < dd > /haː nɖ/ (n.3) fleuve mineur, cours d’ eau n’ ayant aucun confluent se jetant directement dans la mer ou l’ océan< / dd >
2018-06-29 22:23:01 +00:00
< dt > ielt< / dt > < dd > /ielt/ (n.3) océan côtier, vaste étendue d’ eau au contact des côtes< / dd >
< dt > łánt< / dt > < dd > /ɬɑ t/ (n.3) rivière mineure ou ruisseau, cours d’ eau dans lequel ne s’ est jeté aucun autre cours d’ eau mais ammené à se jeter dans un autre cours d’ eau< / dd >
< dt > omd< / dt > < dd > /oː md/ (n.3) océan non-côtier, vaste étendue d’ eau n’ étant pas au contact des côtes< / dd >
2018-06-29 21:14:18 +00:00
< dt > vilţ< / dt > < dd > /viː lʈ/ (n.3) fleuve majeur, cours d’ eau ayant reçu d’ autre cours d’ eau et se jetant directement dans la mer ou l’ océan< / dd >
2018-06-29 22:23:01 +00:00
< dt > ’ élḑ< / dt > < dd > /ʔ ɛlɖ/ (n.3) mer, petite étendue d’ eau connectée à d’ autres mers ou océans, ou région d’ océan côtier< / dd >
2018-06-29 21:14:18 +00:00
< / dl >
< / div >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org69927d1" class = "outline-3" >
< h3 id = "org69927d1" > < span class = "section-number-3" > 8.16< / span > Effort< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org9f70ad3" class = "outline-3" >
< h3 id = "org9f70ad3" > < span class = "section-number-3" > 8.17< / span > Éléments< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orge8f9be3" class = "outline-3" >
< h3 id = "orge8f9be3" > < span class = "section-number-3" > 8.18< / span > Émotions< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-18" >
2018-06-02 00:56:43 +00:00
< dl class = "org-dl" >
2018-06-29 20:37:43 +00:00
< dt > feŗan< / dt > < dd > /feː .ʁaː n/ (n.2) tristesse< / dd >
2018-06-02 00:56:43 +00:00
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org36b5650" class = "outline-3" >
< h3 id = "org36b5650" > < span class = "section-number-3" > 8.19< / span > Évaluation< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-19" >
2018-06-02 00:56:43 +00:00
< dl class = "org-dl" >
2018-06-29 20:37:43 +00:00
< dt > ’ eßtef< / dt > < dd > /ʔ eː ʃ.teː f/ (adj.) mauvais< / dd >
2018-06-02 00:56:43 +00:00
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org5966a75" class = "outline-3" >
< h3 id = "org5966a75" > < span class = "section-number-3" > 8.20< / span > Événements< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-20" >
2018-06-02 00:56:43 +00:00
< dl class = "org-dl" >
2018-06-29 20:37:43 +00:00
< dt > gén< / dt > < dd > /ɡ ɛn/ (n.2) acte, action< / dd >
2018-06-02 00:56:43 +00:00
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org105ed5d" class = "outline-3" >
< h3 id = "org105ed5d" > < span class = "section-number-3" > 8.21< / span > Existence< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org62bf76d" class = "outline-3" >
< h3 id = "org62bf76d" > < span class = "section-number-3" > 8.22< / span > Famille< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-22" >
2018-06-02 00:56:43 +00:00
< dl class = "org-dl" >
2018-06-29 20:37:43 +00:00
< dt > ánám< / dt > < dd > /ɑ .nɑ m/ (n.6) parent< / dd >
< dt > mánám< / dt > < dd > /mɑ .nɑ m/ (n.5) mère, maman< / dd >
< dt > pánám< / dt > < dd > /pɑ .nɑ m/ (n.4) père, papa< / dd >
2018-06-02 00:56:43 +00:00
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orga3d68fa" class = "outline-3" >
< h3 id = "orga3d68fa" > < span class = "section-number-3" > 8.23< / span > Forme< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgc8fd104" class = "outline-3" >
< h3 id = "orgc8fd104" > < span class = "section-number-3" > 8.24< / span > Gouvernement< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org1452345" class = "outline-3" >
< h3 id = "org1452345" > < span class = "section-number-3" > 8.25< / span > Grammaire< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-25" >
2018-06-02 00:56:43 +00:00
< dl class = "org-dl" >
2018-06-29 20:37:43 +00:00
< dt > pöb< / dt > < dd > /pœb/ (pron. interrogatif) quoi, idée générale d’ élément. Peut être décliné afin d’ obtenir des questionnements plus précis.< / dd >
2018-06-02 00:56:43 +00:00
< / dl >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org9b82912" class = "outline-4" >
< h4 id = "org9b82912" > < span class = "section-number-4" > 8.25.1< / span > Pronoms interrogatifs< / h4 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-4" id = "text-8-25-1" >
2018-06-02 00:56:43 +00:00
< / div >
< ol class = "org-ol" >
2018-07-01 15:54:29 +00:00
< li > < a id = "org8181115" > < / a > Temps< br / >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-5" id = "text-8-25-1-1" >
2018-06-02 00:56:43 +00:00
< dl class = "org-dl" >
2018-06-19 23:01:14 +00:00
< dt > pejb< / dt > < dd > /pejb/ (pron. interr. essif) quand, à quel moment. < i > pöb< / i > décliné à l’ essif.< / dd >
2018-06-29 20:37:43 +00:00
< dt > pöémp< / dt > < dd > /pœɛmp/ (pron. interrogatif limitatif) jusqu’ à quand. < i > pöb< / i > décliné au limitatif.< / dd >
< dt > pövwó< / dt > < dd > /pœ.vwɔ/ (pron. interrogatif accusatif) sur quelle durée, pendent combien de temps. < i > pöb< / i > décliné à l’ accusatif.< / dd >
2018-06-02 00:56:43 +00:00
< / dl >
< / div >
2018-06-19 23:01:14 +00:00
< / li >
< / ol >
2018-06-02 00:56:43 +00:00
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgc1a8965" class = "outline-3" >
< h3 id = "orgc1a8965" > < span class = "section-number-3" > 8.26< / span > Guerre< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-26" >
2018-06-02 00:56:43 +00:00
< dl class = "org-dl" >
2018-06-19 23:01:14 +00:00
< dt > wóúl< / dt > < dd > /wɔʊl/ (n.2) attaque< / dd >
2018-06-02 00:56:43 +00:00
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orga1a56b2" class = "outline-3" >
< h3 id = "orga1a56b2" > < span class = "section-number-3" > 8.27< / span > Légal< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org5dc6e29" class = "outline-3" >
< h3 id = "org5dc6e29" > < span class = "section-number-3" > 8.28< / span > Lieux< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org8853767" class = "outline-3" >
< h3 id = "org8853767" > < span class = "section-number-3" > 8.29< / span > Lumière< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orga05aabc" class = "outline-3" >
< h3 id = "orga05aabc" > < span class = "section-number-3" > 8.30< / span > Mental< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orga2102e8" class = "outline-3" >
< h3 id = "orga2102e8" > < span class = "section-number-3" > 8.31< / span > Mesures< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgf539494" class = "outline-3" >
< h3 id = "orgf539494" > < span class = "section-number-3" > 8.32< / span > Métaux< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org659077a" class = "outline-3" >
< h3 id = "org659077a" > < span class = "section-number-3" > 8.33< / span > Mouvement< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-33" >
< dl class = "org-dl" >
< dt > etrjálòm< / dt > < dd > /et.rjɑ .lʏ θ/ (vi.) voyager< / dd >
< dt > eŕbölýþ< / dt > < dd > /eɹ.bœ.lʏ θ/ (vi.) voler (dans le airs)< / dd >
< dt > jĺšek< / dt > < dd > /jl̩.çeː k/ (n.9) chemin, voie< / dd >
< dt > probölýþ< / dt > < dd > /proː .bœ.lʏ þ/ (vi.) s’ envoler< / dd >
< / dl >
< p >
Exemple : Proböléntí paŗevir. La mouche s’ envola.
< / p >
2018-06-02 00:56:43 +00:00
< dl class = "org-dl" >
2018-06-29 20:37:43 +00:00
< dt > wyhakòm< / dt > < dd > /wyː .haː .køː m/ (vt.) quitter, partir.< / dd >
2018-06-02 00:56:43 +00:00
< / dl >
2018-06-29 20:37:43 +00:00
< p >
Exemple : Né liÐbńovu wyhakéís. Je pars de Ðbńo.
< / p >
2018-06-29 22:23:01 +00:00
< dl class = "org-dl" >
< dt > ’ elḑökýþ< / dt > < dd > /ʔ eː lɖœkʏ θ/ (vi.) naviguer< / dd >
< / dl >
2018-06-02 00:56:43 +00:00
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org7ead958" class = "outline-3" >
< h3 id = "org7ead958" > < span class = "section-number-3" > 8.34< / span > Nature< / h3 >
2018-06-29 22:23:01 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org0fad543" class = "outline-3" >
< h3 id = "org0fad543" > < span class = "section-number-3" > 8.35< / span > Nombres< / h3 >
2018-06-29 22:23:01 +00:00
< div class = "outline-text-3" id = "text-8-35" >
< dl class = "org-dl" >
2018-07-01 15:54:29 +00:00
< dt > pńtwán< / dt > < dd > /pn̩twɑ n/ (nbrc) sept. Étymologie : < i > < a href = "#orgeb3f932" > pńt< / a > < / i > + < i > < a href = "#orgbe3b2ed" > wán< / a > < / i > < / dd >
2018-06-29 22:23:01 +00:00
< / dl >
2018-06-02 00:56:43 +00:00
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org2000581" class = "outline-3" >
< h3 id = "org2000581" > < span class = "section-number-3" > 8.36< / span > Nourriture< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org74eb0c9" class = "outline-3" >
< h3 id = "org74eb0c9" > < span class = "section-number-3" > 8.37< / span > Outils< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org00e062d" class = "outline-3" >
< h3 id = "org00e062d" > < span class = "section-number-3" > 8.38< / span > Parole< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-38" >
2018-06-02 00:56:43 +00:00
< dl class = "org-dl" >
2018-06-19 23:01:14 +00:00
< dt > vár< / dt > < dd > /vɑ r/ (n.2) langue (linguistique), langage, parole< / dd >
2018-06-02 00:56:43 +00:00
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgaa85ac0" class = "outline-3" >
< h3 id = "orgaa85ac0" > < span class = "section-number-3" > 8.39< / span > Péchés< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org7deef6f" class = "outline-3" >
< h3 id = "org7deef6f" > < span class = "section-number-3" > 8.40< / span > Physique< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org411d7e5" class = "outline-3" >
< h3 id = "org411d7e5" > < span class = "section-number-3" > 8.41< / span > Possession< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgbf26d90" class = "outline-3" >
< h3 id = "orgbf26d90" > < span class = "section-number-3" > 8.42< / span > Religion< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-42" >
2018-06-02 00:56:43 +00:00
< dl class = "org-dl" >
2018-06-19 23:01:14 +00:00
< dt > hjalp< / dt > < dd > /hjaː lp/ (n.1) dieu céleste< / dd >
2018-06-29 20:37:43 +00:00
< dt > melex< / dt > < dd > /meː .leː χ/ (n.1) dieu terrestre< / dd >
2018-06-02 00:56:43 +00:00
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org8b3fd13" class = "outline-3" >
< h3 id = "org8b3fd13" > < span class = "section-number-3" > 8.43< / span > Savoir< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-43" >
2018-06-02 00:56:43 +00:00
< dl class = "org-dl" >
2018-06-29 20:37:43 +00:00
< dt > bóljòluþ< / dt > < dd > /bɔ.ljøː .luː θ/ (vt.) savoir< / dd >
< dt > wanmjöd< / dt > < dd > /waː n.mjœd/ savoir, connaissance< / dd >
2018-06-02 00:56:43 +00:00
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgf383539" class = "outline-3" >
< h3 id = "orgf383539" > < span class = "section-number-3" > 8.44< / span > Sensations< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-44" >
2018-06-02 00:56:43 +00:00
< dl class = "org-dl" >
2018-06-29 20:37:43 +00:00
< dt > feŗtef< / dt > < dd > /feː ʁ.teː f/ (n.2) douleur mentale, dépression. Étymologie : < i > feŗan< / i > + < i > ’ eßtef< / i > , une < i > tristesse mauvaise< / i > < / dd >
< dt > núótöm< / dt > < dd > /nʊɔ.tœm/ (vt.) voir< / dd >
2018-06-02 00:56:43 +00:00
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org58ed716" class = "outline-3" >
< h3 id = "org58ed716" > < span class = "section-number-3" > 8.45< / span > Sexe< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgad6630b" class = "outline-3" >
< h3 id = "orgad6630b" > < span class = "section-number-3" > 8.46< / span > Société< / h3 >
2018-06-02 00:56:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org19abfef" class = "outline-3" >
< h3 id = "org19abfef" > < span class = "section-number-3" > 8.47< / span > Substances< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-47" >
2018-06-02 00:56:43 +00:00
< dl class = "org-dl" >
2018-06-19 23:01:14 +00:00
< dt > lúb< / dt > < dd > /lʊb/ (n.9) air< / dd >
2018-06-02 00:56:43 +00:00
< / dl >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org27a495c" class = "outline-3" >
< h3 id = "org27a495c" > < span class = "section-number-3" > 8.48< / span > Temps< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-48" >
2018-06-02 00:56:43 +00:00
< dl class = "org-dl" >
2018-07-01 15:54:29 +00:00
< dt > < a id = "orgf5e700e" > < / a > bém< / dt > < dd > /bɛm/ (n.2) jour (mesure de temps)< / dd >
< dt > hebéóm< / dt > < dd > /heː bɛɔm/ (n.2) heure (repère de temps). Étymologie : < i > < a href = "#orgfc71301" > heol< / a > < / i > + < i > < a href = "#org6716875" > béóm< / a > < / i > l’ heure par le Soleil< / dd >
< dt > < a id = "orgfc71301" > < / a > heol< / dt > < dd > /heol/ (n.2) heure (mesure de temps)< / dd >
2018-06-29 22:23:01 +00:00
< dt > łail< / dt > < dd > /ɬail/ (n.2) année (mesure de temps)< / dd >
2018-06-19 23:01:14 +00:00
< dt > ţealnat< / dt > < dd > /ʈealnaː t/ (adj.) précision temporelle, précis.< / dd >
2018-06-02 00:56:43 +00:00
< / dl >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org8ba7022" class = "outline-4" >
< h4 id = "org8ba7022" > < span class = "section-number-4" > 8.48.1< / span > Jours de la semaine< / h4 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-4" id = "text-8-48-1" >
2018-06-02 00:56:43 +00:00
< dl class = "org-dl" >
2018-07-01 15:54:29 +00:00
< dt > ðúbém< / dt > < dd > /ðʊ.bɛm/ (n.2) septième jour de la semaine / jour d’ agent. Étymologie : < i > < a href = "#org2b3e511" > ðúr< / a > < / i > + < i > < a href = "#orgf5e700e" > bém< / a > < / i > < / dd >
2018-06-02 00:56:43 +00:00
< / dl >
< / div >
< / div >
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org8ae4266" class = "outline-3" >
< h3 id = "org8ae4266" > < span class = "section-number-3" > 8.49< / span > Travail< / h3 >
2018-06-29 20:37:43 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-org3abf6b2" class = "outline-3" >
< h3 id = "org3abf6b2" > < span class = "section-number-3" > 8.50< / span > Végétaux< / h3 >
2018-05-04 15:29:11 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orgf522294" class = "outline-3" >
< h3 id = "orgf522294" > < span class = "section-number-3" > 8.51< / span > Vêtements< / h3 >
2018-05-04 15:29:11 +00:00
< / div >
2018-07-01 15:54:29 +00:00
< div id = "outline-container-orge919cd5" class = "outline-3" >
< h3 id = "orge919cd5" > < span class = "section-number-3" > 8.52< / span > Vie et santé< / h3 >
2018-06-29 20:37:43 +00:00
< div class = "outline-text-3" id = "text-8-52" >
< dl class = "org-dl" >
< dt > ðenmóíl< / dt > < dd > /ðeː n.mɔɪ l/ (n.6) personne, individu< / dd >
< / dl >
2018-05-04 15:29:11 +00:00
< / div >
< / div >
< / div >
< / div >
< div id = "postamble" class = "status" >
< p class = "author" > Auteur: Lucien Cartier-Tilet< / p >
2018-07-01 15:54:29 +00:00
< p class = "date" > Created: 2018-06-30 sam. 00:57< / p >
2018-05-04 15:29:11 +00:00
< p class = "validation" > < / p >
< / div >
< / body >
< / html >