This commit is contained in:
Maciej Czajka 2022-04-20 12:40:06 +02:00
parent 5e8377fe65
commit 4cc9c3dcf5

4
run.py
View File

@ -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')
out_file(result, 'test-A/out.tsv')