Skip to content

Transliterates Roman othographic Inuktiut into the Unified Canadian Aboriginal Syllabics equivalents.

License

Notifications You must be signed in to change notification settings

mark-walle/inuktitut-transliterator

Repository files navigation

Inuktitut Transliterator

Transliterates Roman othographic Inuktitut into the Unified Canadian Aboriginal Syllabics equivalents.

Update Log

April 10: - Removed Hex from syllabics tables - Changed license to CC BY-SA 4.0

April 9: - Project has been rewritten using AngularJS, so now processing is all client-side. - input supports all sorts of characters that the previous version didn't, including carriage returns and spaces, so you can basically just paste paragraphs of Roman Orthograpic text into it! - Support for alternative options for ł as lh, &l, and ll (western dialects). - Support for the nng syllabics (which had somehow been missed in the previous version). - Support for the H character, which carries over from the Roman character set. - Now using Bootstrap, so it looks much nicer. - The website now collects user data via Google Analytics.

Background

This project began out of my personal interest to better understand Inuktitut, and out of frustration that there were few really simple ways transliterate on the fly. It started as a shell script, and evolved into a very rudamentary website for use by friends.

In January 2016 some bugs were brought to my atteniton and I decided to release the code on Github to make it available for people interested in using it offline or helping to improve it. In the spirit of Inuit Qaujimajatuqangit (or my best understanding of the spirit), this project is open source (using the MIT License right now).

Rules to Generating Syllabics

  1. There are three symbols to represent three short-form vowels:
  • a, i, and u;
  • ᐊ, ᐃ, and ᐅ.
  1. These three can be made long vowels by a combining dot above:
  • aa, ii, and uu;
  • ᐋ, ᐄ, and ᐆ.
  1. Fourteen consonants can stand alone as superscript characters:
  • H, p, t, k, m, n, r, s, l, j, g, q, v, ł(/lh/&l/ll), and ng;
  • H, ᑉ, ᑦ, ᒃ, ᒻ, ᓐ, ᕐ, ᔅ, ᓪ, ᔾ, ᒡ, ᖅ, ᕝ, ᖦ, and ᖕ.
  • Superscript consonants follow vowels, or otherwise they combine
    with the vowel to produce a new syllabic (see 4).
  1. A consonant immediately preceeding a vowel in a word produces a new symbol:
  • 84 possibilites exist; 42 short vowel, and 42 long vowel;
  • The complete table of syllabics appears below.

Objectives

Many people know how to write in syllabics on computers by using special keyboard sets provided thought system macros or third party applications, as well as by using other online transliterators. Despite this, there is still some technical barrier to writing in syllabic Inuktitut. The goal of this tool is to eliminate that barrier as much as possible, and make writing syllabics on a computer available to anyone.

Thanks

For the enthusiasm from a handful of unexected users. Please continue to share this tool. Thanks to people who have contributed their knowledge of Inuktitut and identified problems with the software.

Nota bene

In Inuktitut the “syllabics” are actually an abugida set, not than a syllabary; however, in popular convention, Nuanvut’s Inuit Language Protection Act, and the Unicode block title, the word “syllabics” persists.


Table of Syllabics

i-vowels u-vowels a-vowels
Othography Syllabics Othography Syllabics Othography Syllabics
i u a
pi pu pa
ti tu ta
ki ku ka
gi gu ga
mi mu ma
ni nu na
li lu la
si su sa
ji ju ja
ri ru ra
vi vu va
qi qu qa
ngi ngu nga
nngi nngu nnga
lh/&l/łi lh/&l/łu lh/&l/ła
ii uu aa
pii puu paa
tii tuu taa
kii kuu kaa
gii guu gaa
mii muu maa
nii nuu naa
lii luu laa
sii suu saa
jii juu jaa
rii ruu raa
vii vuu vaa
qii quu qaa
ngii nguu ngaa
nngii nnguu nngaa
lh/ll/&l/łii lh/ll/&l/łuu lh/ll/&l/łaa

Note in the above table that the ł character may be written as lh, ll, or &l, to support conventional keyboards methods and a variety of observed spelling preferences.

Consonants
Othography Syllabics
p
t
k
g
m
n
l
s
j
r
v
q
ng
lh
Digraphic "qq" Exceptions
Othography Syllabics
qqi ᖅᑭ
qqu ᖅᑯ
qqa ᖅᑲ
qqii ᖅᑮ
qquu ᖅᑰ
qqaa ᖅᑳ

Mark Walle, 2016.

License

This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. http://creativecommons.org/licenses/by-sa/4.0/

About

Transliterates Roman othographic Inuktiut into the Unified Canadian Aboriginal Syllabics equivalents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published