GaelGil / sentence-generator

A website that generates a new sentence from some given text using markov chains
https://sentence-gen.herokuapp.com/
0 stars 0 forks source link

Add More Comments to Help Understand Functions #6

Closed GaelGil closed 5 years ago

GaelGil commented 5 years ago

e.g.

    return render_template('home.html', form=form, phrase=phrase, sentence=sentence)

What is the difference between phrase and sentence?

GaelGil commented 5 years ago

I have added the necessary comments