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')