Is there any python module (may be in nltk python) to remove internet slang/ chat slang like "lol","brb" etc. If not can some one provide me a CSV file comprising of such vast list of slang?
The website http://www.netlingo.com/acronyms.php gives the list of acronyms but I am not able to find any CSV files for using them in my program.
acronymsfile that comes with thewtfutility in some Unix distributions. I found one version online: svn.dslinux.org/viewvc/dslinux/branches/bsdgames_branch/user/… – Ferdinand Beyer Dec 14 '11 at 10:56