Notifications You must be signed in to change notification settings A python dictionary to replace chat or tweet abbreviation with their real word for analysis purpose. Most of the people are now ...
This section will show a example how to use dictionary, and how to replace content for duplicated work We use module json, re, codecs (check module information) import json, re, codecs emails = {} def ...