Communicator
On display
Home / Languages / Malay / Sounds

Malay: spelling → sound

Malay spelling (Rumi) is young and clean — the current system dates from 1972 — and nearly one-to-one. The traps are few and famous: c is always /t͡ʃ/ (cinta = 'chinta'), sy is /ʃ/, ng is one sound /ŋ/ and ngg is two (dengan vs tinggal), final -k is usually a glottal stop /ʔ/ (tidak, nak), and the letter e hides two sounds — schwa /ə/ (the common one: besar, kereta) and /e/ (untranslated in spelling: merah, bela). Arabic loans bring kh /x/ and gh /ɣ/. Stress is light, roughly on the second-to-last syllable; there is no tone, no vowel length, no gender, and syllables are simple — which is why Malay is regularly called the easiest major language to pronounce.

Trace a word

Every box is one rule firing. Hover a box (or open the table) to see why. Rules are applied in order, first match wins — that order is the spelling system. Type the word as written. Final -k is a glottal stop; e is usually /ə/.

tidaʔ
t
t
i
i
d
d
a
a
k
ʔ
Why each segment sounds like that
LettersSoundRule
tt default mapping
ii default mapping
dd default mapping
aa default mapping
kʔ final k = glottal stop (tidak, banyak)

Consonants & glides

IPASpelledExample
pppagi paɡi
morning — Unaspirated — no puff.
bbbesar bəsar
big
tttahu tahu
to know
dddua dua
two
kkkita kita
we (incl.)
ʔk (final), ' (loans)tidak tidaʔ
no / not — Final k = glottal stop, the catch in 'uh-oh'. tidak → 'tida'.'
ɡggigi ɡiɡi
tooth — Always hard, even before e/i.
mmmakan makan
to eat
nnnasi nasi
rice
ɲnybanyak baɲaʔ
many
ŋngdengan dəŋan
with — ng = ONE sound; ngg = ng + g: tinggal /tiŋɡal/.
t͡ʃccinta t͡ʃinta
love — c is ALWAYS ch — cawan, cuci, kucing.
d͡ʒjjalan d͡ʒalan
road / to walk
sssatu satu
one
ʃsysyukur ʃukur
gratitude — Arabic loans.
xkhkhabar xabar
news — Arabic loans; many speakers just say /k/: kabar.
ɣghghaib ɣaib
unseen / supernatural — Arabic loans; often just /ɡ/.
hhhujan hud͡ʒan
rain — Light between vowels, sometimes dropped: tahu → 'tau'.
lllima lima
five
rrrumah rumah
house — Tapped or lightly trilled; often dropped at the end in Malaysia (besar → besa).
wwwang waŋ
money
jysaya saja
I — The letter y = IPA /j/.
fffaham faham
to understand — Arabic loans; colloquially /p/: paham.
zzzaman zaman
era — Arabic loans.

Vowels

IPASpelledExample
aaapa apa
what — In Malaysia final -a often sounds like /ə/: apa → 'apə'. Indonesia keeps /a/.
əe (usually)kereta kəreta
car — THE default e. besar, benar, sepuluh.
ee (sometimes)merah merah
red — Spelling doesn't distinguish it from schwa — learn per word. The tracer guesses schwa.
iiini ini
this
ooorang oraŋ
person
uuuntuk untuʔ
for
aiaipantai pantai
beach
auaupulau pulau
island

The rules, in order

18 rules. The left column is a pattern (regular expression) matched at the current position of the word; (?=…) looks ahead, (?<=…) looks behind, $ is the end of the word.

#PatternSoundWhy
1nggŋɡngg = ng + g (tinggal)
2ngŋng = one sound (dengan)
3nyɲ
4syʃsy = sh (Arabic loans)
5khxkh (Arabic loans)
6ghɣgh (Arabic loans)
7ct͡ʃc is ALWAYS ch
8jd͡ʒ
9yj
10k(?:$| )ʔfinal k = glottal stop (tidak, banyak)
11aiai
12auau
13e(?=[^aeiou ]?(?:$| ))ee in the last syllable is usually /e/ (merah — but not always)
14eəe is usually schwa (besar, kereta)
15[aiou]same letter
16gɡ
17[pbtdkmnszlrwfh]same letter
18vv