refreshed model

This commit is contained in:
Gauthier 2022-03-13 19:43:50 +01:00
parent ef791fe351
commit c76875a08d

View File

@ -14,6 +14,7 @@ if __name__ == '__main__':
tagged_corpus = [] tagged_corpus = []
i = 0 i = 0
for d in dirs: for d in dirs:
print(" " + str(d))
files = list(d.glob('*.txt')) files = list(d.glob('*.txt'))
for f in files: for f in files:
with f.open() as fp: with f.open() as fp: