Exemple #1
0
def train():
    model = NGram(WORDS_BAG_SIZE)
    model.train("dataset")
    model.save("model.json")