Files | |
file | init_ngram.c [code] |
Load N-gram file into memory and setup with word dictionary. | |
file | ngram_access.c [code] |
Get N-gram probability of a word/class sequence. | |
file | ngram_lookup.c [code] |
Look up N-gram entries from its name string. | |
file | ngram_malloc.c [code] |
Initial memory allocation and free for N-gram stucture. | |
file | ngram_read_arpa.c [code] |
Read ARPA format N-gram files. | |
file | ngram_read_bin.c [code] |
Read binary foramt N-gram file. | |
file | ngram_util.c [code] |
Output some N-gram information to stdout. | |
file | ngram_write_bin.c [code] |
Write a whole N-gram data to a file in binary format. |