proNlp1/main.py

9 lines
92 B
Python

from newsTrain import trainVect, flagger
sert = trainVect()
for i in sert:
print(i)