Train an NGram Model
Will take the ngrams, reading and writing from the SQLite database and train the model utilizing Katz-Backoff methodology on the likelihood of the next word.
See code below
Will take the ngrams, reading and writing from the SQLite database and train the model utilizing Katz-Backoff methodology on the likelihood of the next word.
See code below
Using a list, load RDS formatted files into standard data frame. Allows for grouping multiple files into one data frame for processing.
See code below
I wrote an interface class to help with working with the SQLite database.
Methods include, selectQuery, updateQuery, readTable, writeTable
see code below
Powered by WordPress & Theme by Anders Norén