(pseudo-syllable-freqs words & args)
The intent of this function is to provide information regarding how many pseudo-syllables occur in the words of a corpus, ultimately giving a statistical view of word length.
Create a lookup of key/value pairs where the key is the number pseudo-syllables and the associated value is the number of times the given pseudo-syllable occurs.
The intent of this function is to provide information regarding how many pseudo-syllables occur in the words of a corpus, ultimately giving a statistical view of word length. Create a lookup of key/value pairs where the key is the number pseudo-syllables and the associated value is the number of times the given pseudo-syllable occurs.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close