Phrase Generator

Corpus

A corpus is the list of words and phrases that the model will learn from, and try to emulate.


Model (N-Gram)

This model generates phrases character-by-character. It uses the previous N characters to make a decision about the next one, based on what it learnt from the corpus.

Smaller N gives more diversity, but the results will also be more nonsensical.

Post-processing

Results

Source code on GitHub :>