s470623
This commit is contained in:
parent
7950c37b28
commit
c57a928e10
2208
dev-0/out.tsv
2208
dev-0/out.tsv
File diff suppressed because it is too large
Load Diff
1690
dev-1/out.tsv
1690
dev-1/out.tsv
File diff suppressed because it is too large
Load Diff
6
run.py
6
run.py
@ -1,12 +1,14 @@
|
||||
from collections import Counter
|
||||
|
||||
man_words = ['komp', 'kompa', 'komputer', 'wtrysk', 'certyfikat', 'żona', 'żony', 'żonie', 'mecz', 'gra', 'grać', 'gry',
|
||||
'android', 'linux', 'samochod', 'samochód', 'silnik', 'silnika', 'gb', 'pc', 'gpl', 'serwer']
|
||||
'android', 'windows', 'linux', 'samochod', 'samochód', 'silnik', 'silnika', 'gb', 'pc', 'gpl', 'serwer',
|
||||
'piwo', 'laska', 'bmw', 'meczu', 'opony', 'siłka', 'elo', 'auto']
|
||||
|
||||
women_words = ['<3', ':d', ';)', 'ciąża', 'ginekolog', 'ginekologa', 'szminka', 'omg', 'mąż', 'dziecko', 'okres',
|
||||
'chłopak', 'ciąża', 'ciąży', 'sukienka', 'obcasy', 'tampon', 'kino', 'kina', 'odchudzać', 'sukienka',
|
||||
'szminka', 'szminki', 'obcas', 'tabletki', 'antykoncepcyjne', 'antykoncepcyjnym', 'antykoncepcyjna',
|
||||
'porod', 'poród', 'ginekolog', 'ginekologa', 'torebka', 'torebke']
|
||||
'porod', 'poród', 'ginekolog', 'ginekologa', 'torebka', 'torebke', 'kocham', 'podpaski', 'podpaska',
|
||||
'ciasto']
|
||||
|
||||
|
||||
def func(file_in_name, file_out_name):
|
||||
|
1848
test-A/out.tsv
1848
test-A/out.tsv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user