NGrams Basic AI

Personal Project

ngrams

Takes in a text file, builds a large data structure of word groups, and randomly generates text that looks similar to the original text. Applied algorithms, Markov chains, reading files, and dictionaries/maps. Source Code