File size: 248 Bytes
a01d1cf
837fdb6
 
a01d1cf
 
 
837fdb6
 
1
2
3
4
5
6
7
8
9
#from myrpunct import RestorePuncts

def predict(input_text):
    #rpunct = RestorePuncts()
    #output_text = rpunct.punctuate(input_text)
    output_text = "Error: Module not available"
    print("Punctuation finished...")
    return output_text