Liking cljdoc? Tell your friends :D

com.owoga.phonetics.syllabify


<sonorousclj

(<sonorous a b)

>sonorousclj

(>sonorous a b)

apply-stressclj

(apply-stress unstressed-syllables stressed-phones)

consonant?clj


lax-vowelsclj


slurp-onset-given-rimeclj

(slurp-onset-given-rime phones rime)

Phones and rime are vectors of phones. Phones is backwards since we process naturally that way due to the maximal onset principle. Rime is forwards since it's the end-result of how we're reading the word.

Returns a vector of the syllable and the remaining phones to process.

Phones and rime are vectors of phones.
Phones is backwards since we process naturally that way
due to the maximal onset principle. Rime is forwards since
it's the end-result of how we're reading the word.

Returns a vector of the syllable and the remaining phones to process.
raw docstring

slurp-rimeclj

(slurp-rime phones)

Returns a vector of the rime and the remaining phones to process.

Returns a vector of the rime and the remaining phones to process.
raw docstring

sonorityclj

(sonority phone)

sonority-hierarchyclj


syllabifyclj

(syllabify original-phones)

vowel?clj

(vowel? phone)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close