Liking cljdoc? Tell your friends :D

clj-thamil.format.analysis


-mainclj

(-main & args)

freq-gridclj/s

(freq-grid letter-seq freq-map)

given a sequence of தமிழ் letters (flattened from a letter grid) and a map of those letters' frequences, return the frequencies in the shape of the grid

given a sequence of தமிழ் letters (flattened from a letter grid) and a map of those letters' frequences, return the frequencies in the shape of the grid
raw docstring

letters-plus-granthaclj/s


(print-consonant-row-sums freq-grid letter-grid)

given a frequnecy grid in the shape of a letter grid, and the letter grid itself, print out the sums of each consonant's row

given a frequnecy grid in the shape of a letter grid, and the letter grid itself, print out the sums of each consonant's row
raw docstring

(print-freq-grid freq-grid letter-grid)

given a number grid and the corresponding letter grid, print them to std out

given a number grid and the corresponding letter grid, print them to std out
raw docstring

(print-letter-grid-stats-on-strs letter-grid strs)

for a given letter grid and a sequence of strings, print out all of the stats

for a given letter grid and a sequence of strings, print out all of the stats
raw docstring

(print-vowel-col-sums freq-grid letter-grid)

given a frequency gridn in the shape of a letter grid, and the letter grid itself, print out the sums of each vowel's column specifically among consonant and consonant+vowel letters (exclude pure vowels)

given a frequency gridn in the shape of a letter grid, and the letter grid itself, print out the sums of each vowel's column specifically among consonant and consonant+vowel letters (exclude pure vowels)
raw docstring

trie-elem-freqsclj/s

(trie-elem-freqs trie s)

given a trie of strings (char seqs) and an input string, return a frequency map for every letter in the trie appearing in the input string

given a trie of strings (char seqs) and an input string, return a frequency map for every letter in the trie appearing in the input string
raw docstring

trie-elem-string-seq-freqsclj/s

(trie-elem-string-seq-freqs trie strs)

given a trie of strings (char seqs) and a sequence of input strings, return a final frequency map for every letter appearing across all strings

given a trie of strings (char seqs) and a sequence of input strings, return a final frequency map for every letter appearing across all strings
raw docstring

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

× close