This commit is contained in:
Cezary 2022-04-27 00:56:48 +02:00
parent 7950c37b28
commit c57a928e10
4 changed files with 2877 additions and 2875 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

6
run.py
View File

@ -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):

File diff suppressed because it is too large Load Diff