12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
-
- // 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
-
-
-
- // 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
|