s444356
This commit is contained in:
parent
5e8377fe65
commit
4cc9c3dcf5
4
run.py
4
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')
|
||||
out_file(result, 'test-A/out.tsv')
|
||||
|
Loading…
Reference in New Issue
Block a user