示例#1
0
def Dicts():
    temp = Dictogram('one fish two fish red fish blue fish'.split())
    return temp.generate_sentence(10)
示例#2
0
def Dicts():
    temp = Dictogram("YOU HEAR THE CALL I CAN HEAR IT THROUGH YOU AND YOU WILL SOON KNOW WHAT IT IS".split())  
    return temp.generate_sentence(20)