forked from sd16spring/TextMining
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.py
More file actions
9 lines (7 loc) · 1.9 KB
/
Info.py
File metadata and controls
9 lines (7 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
#### All league of legeneds champions
#champions = ['Malphite', 'Rengar', 'Jarvan IV', 'Zed', 'Zyra', 'Taric', 'Ashe', 'Zac', 'Lulu', 'Thresh', 'Miss Fortune']
### side the champion is on
champion_side = ['"ally"', '"enemy"', '"offender"']
### warning, profane language ahead, listed by the "offense" level
word_dictionary = {7: ['retar', 'noob', 'nub', 'puss', 'btch', 'bitch', 'gaf'], 5: ['fk', 'fuck', 'fuk', 'fck', 'suck', 'feed', 'stfu', 'mad', 'uninstall', 'fag', 'mom', 'useless', 'trash'], 4: ['shit', 'dumb', 'idiot', 'afk', 'ass', 'kill', 'suicide', 'shut', 'bad'], 3: ['stop', 'troll', 'report'], 1: ['wtf']}
champions = ['Aatrox', 'Ahri', 'Akali', 'Alistar', 'Amumu', 'Anivia', 'Annie', 'Ashe', 'Azir', 'Bard', 'Blitzcrank', 'Brand', 'Braum', 'Caitlyn', 'Cassiopeia', "Cho'gath", 'Corki', 'Darius', 'Diana', 'Dr. Mundo', 'Draven', 'Ekko', 'Elise', 'Evelynn', 'Ezreal', 'Fiddlesticks', 'Fiora', 'Fizz', 'Galio', 'Gangplank', 'Garen', 'Gnar', 'Gragas', 'Graves', 'Hecarim', 'Heimerdinger', 'Illaoi', 'Irelia', 'Janna', 'Jarvan IV', 'Jax', 'Jayce', 'Jhin', 'Jinx', 'Kassadin', 'Kalista', 'Karma', 'Karthus', 'Katarina', 'Kayle', 'Kennen', "Kha'Zix", 'Kindred', "Kog'Maw", 'LeBlanc', 'Lee Sin', 'Leona', 'Lissandra', 'Lucian', 'Lulu', 'Lux', 'Malphite', 'Malzahar', 'Maokai', 'Master Yi', 'Miss Fortune', 'Mordakaiser', 'Morgona' 'Nami', 'Nasus', 'Nautilus', 'Nidalee', 'Nocturne', 'Nunu', 'Olaf', 'Orianna', 'Pantheon', 'Poppy', 'Quinn', 'Rammus', "Rek'Sai", 'Renekton', 'Rengar', 'Riven', 'Rumble', 'Ryze', 'Sejuani', 'Shaco', 'Shen', 'Shyvana', 'Singed', 'Sion', 'Sivir', 'Skarner', 'Sona', 'Soraka', 'Swain', 'Syndra', 'Tahm Kench', 'Talon', 'Taric', 'Teemo', 'Thresh', 'Tristana', 'Trundle', 'Tryndamere', 'Twisted Fate', 'Twitch', 'Udyr', 'Urgot', 'Varus', 'Vayne', 'Veigar', "Vel'Koz", 'Vi', 'Viktor', 'Vladimir', 'Volibear', 'Warwick', 'Wukong', 'Xerath', 'Xin Zhao', 'Yasuo', 'Yorick', 'Zac', 'Zed', 'Ziggs', 'Zilean', 'Zyra']