tubifier / repunct.py
wldmr's picture
rpunct removed
a01d1cf
raw
history blame
248 Bytes
#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