From 373e0c0545f552485f19572a2c6d51147178325e Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Thu, 28 Oct 2021 22:41:27 +0700 Subject: Add romanization --- src/phonology/rom.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/phonology/rom.md b/src/phonology/rom.md index b3c4be8..9d984c7 100644 --- a/src/phonology/rom.md +++ b/src/phonology/rom.md @@ -1,3 +1,34 @@ # Romanization +For the sake of convenience, Latin script is used to transcribe Ravna, as its +orthography is not convenience for displaying on computer. It uses as few +diacritics as possible for the convenience of typing, with the exception of +umlaut vowels. +| Letter | Phoneme | +|--------|---------| +| a | a | +| ä | ɛ | +| b | b | +| c | k | +| ch | c | +| d | d | +| e | e, ə | +| f | f | +| g | g | +| h | h, ç | +| i | i, ɨ | +| k | x | +| l | l | +| m | m | +| n | n | +| o | o | +| ö | u | +| oo | ɔ | +| p | p | +| r | r | +| s | s | +| t | t | +| v | v | +| y | j | +| z | z | -- cgit 1.4.1