I want to tokenize input file in python please suggest me i am new user of python .
tokenize input file in python
I read the some thng about the regular expression but still some con
with open ("file.txt", "r") as f1: data=str(f1.readlines()) sent_tokenize(data)