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

Functions Need Type Hinting #1

Closed camoverride closed 5 years ago

camoverride commented 5 years ago

For instance:

def create_dict(tokens: list, tokens_index: list) -> list:
GaelGil commented 5 years ago

Added type hinting to all functions in app.py