| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 | 
// This file is UTF8 encoded 
// Spelling to phoneme words for Lojban (an artificial constructed language).
// Note: initial/final "." has already been removed
// Numbers
_0	no
_1	pa
_2	Re
_3	Si
_4	vo
_5	mu
_6	xa
_7	ze
_8	bi
_9	so
_dpt	pi_
a	abu
b	b@
c	S@
d	d@
e	ebu
f	f@
g	g@
i	ibu
j	Z@
k	k@
l	l@
m	m@
n	n@
o	obu
p	p@
r	R@
s	s@
t	t@
u	ubu
v	v@
x	x@
y	'@bu
z	z@
h	@h@bu
q	k@bu
w	v@bu
// stressed cmavo
cai	k'aI_!
cu'i	S'uhi_!
pei	p'eI_!
ru'e	R'uhe_!
sai	s'aI_!
nai	n'aI_!
na	n'a_!
ja'a	Z'aha_!
// unstressed words. Note single-syllable cmavo are all unstressed in jbo_rules
e'o	$u+	// request
po'e	$u+	// of
zo'e	$u+	// pronoun
i	i_:	$u	// sentence break (recognised by eSpeak program). Try a short pause after ".i"
// end-of-clause [_;_] before these
noi	_;_nOI	$u
poi	_;_pOI	$u
no'u	_;_nohu	$u
po'u	_;_pohu	$u
goi	_;_gOI	$u
ija	_;_iZa		// should this series be unstressed?
ijanai	_;_iZanaI
ije	_;_iZe
ije'i	_;_iZehi
ijenai	_;_iZenaI
ijo	_;_iZo
ijonai	_;_iZonaI
inaja	_;_inaZa
to	_::to	$u	// start parenthesis, pause but don't raise intonation
// terminators (include a pause after)
ku	ku_::	$u
boi	bOI_::	$u
vau	vaU_::	$u
kei	keI_::	$u
toi	tOI_::	$u
 |