From 4cc9c3dcf52bda6fc694061d5a163f7e457b7055 Mon Sep 17 00:00:00 2001 From: Maciej Czajka Date: Wed, 20 Apr 2022 12:40:06 +0200 Subject: [PATCH] s444356 --- run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.py b/run.py index c290cc6..9d7488e 100644 --- a/run.py +++ b/run.py @@ -4,7 +4,7 @@ man = ['silnik', 'windows', 'silnika', 'gb', 'mb', 'meczu', 'pc', 'opony', 'appl 'ubuntu', 'systemu', 'serwer'] woman = ['ciąży', 'miesiączki', 'ciasto', 'ciążę', 'zadowolona', 'ciąża', 'ciazy', 'antykoncepcyjne', 'ginekologa', 'tabletki', 'porodzie', 'mąż', 'miesiączkę', 'krwawienie', 'ciasta'] - +# # stemowanie def steming(man, woman): man_stem = [] @@ -71,4 +71,4 @@ with open('test-A/in.tsv') as data: dane3.append(line.replace('\n', '')) result = predict(man_dict, woman_dict, dane3) -out_file(result, 'test-A/out.tsv') \ No newline at end of file +out_file(result, 'test-A/out.tsv')