tooth-python is a very basic library that allows you to generate text with basic functions.
These codes are licensed under CC0.
fromtoothimportTooth# Importing `Tooth` classtooth=Tooth()
tooth.generate("Hello") # Returns 'Toothハ'tooth=Tooth(vocab=[
"a", "b", "c"
])