Skip to content

Commit

Permalink
start working on the vocab extension
Browse files Browse the repository at this point in the history
  • Loading branch information
fechan committed Jun 25, 2024
1 parent 8c23196 commit 4dfeef6
Showing 1 changed file with 120 additions and 0 deletions.
120 changes: 120 additions & 0 deletions vocabulary/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
---
title: Vocabulary extension - Trilangle Extensions
layout: default
description: The vocabulary extension is an a priori vocabulary created specifically for Trilangle. It is an extension, meaning it is not a core part of Trilangle.
---

<main class="container">
<h2>The vocabulary extension</h2>
<p class="lead">
The Trilangle Vocabulary Extension is an optional vocabulary created specifically for Trilangle that can be used in lieu of borrowing another language's vocabulary.
</p>

<section>
<h3>Phonology and Orthography</h3>
<p class="lead">Lexical items in the vocabulary have a (C)V(C) syllable structure and are written using the following symbols from a few different <a href="https://en.wikipedia.org/wiki/Canadian_Aboriginal_syllabics">Canadian Aboriginal syllabaries</a>.</p>

<p>These symbols work the same way in the Trilangle vocabulary as they do in their original usage: for each syllable in the word, a symbol representing the onset is chosen from the table below, and its orientation depends on the vowel. If the syllable has a coda, the coda symbol is added to the end. <span class="text-muted">(For example, the syllable /ka/ is written &lt;ᑲ&gt;, while /kan/ is written &lt;ᑲᐣ&gt;)</span></p>

<table class="table">
<thead>
<tr>
<th scope="col"></th>
<th scope="col">-/e/</th>
<th scope="col">-/i/</th>
<th scope="col">-/o/</th>
<th scope="col">-/a/</th>
<th scope="col">coda</th>
</tr>
</thead>
<tr>
<th scope="row">(no onset)</th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">/k/-</th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">/ts/-</th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">/m/-<sup>1</sup></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">/n/-</th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">/s/-</th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">/j/-</th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">/tʼ~t/-<sup>2, 3</sup></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">/w/-<sup>2</sup></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>

<small class="text-sm">
<ol>
<li>The symbol for the coda /-m/ has been replaced by <a href="https://en.wiktionary.org/wiki/%E1%92%BE">Canadian Syllabics Athabascan M</a> for reasons described in the Phonosemantics section.</li>
<li>
The non-coda symbols are from the <a href="https://en.wikipedia.org/wiki/Carrier_syllabics">Carrier syllabary</a>. The vowels represented by orientation are different in Carrier; they have been changed for Trilangle to be more similar to the original Canadian syllabics.
</li>
<li>
The non-coda symbols originally represented the <a href="https://en.wikipedia.org/wiki/Carrier_syllabics">Carrier syllabary</a> /tʼ/ series. The /t/ series from the original Canadian syllabics were not included due to similarities to logical and set theory symbols. In Trilangle, /tʼ/ and /t/ are in free variation.
</li>
</ol>
</small>
</section>

<section>
<h3>Phonosemantics</h3>
</section>
</main>

0 comments on commit 4dfeef6

Please sign in to comment.