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.

link|improve this question

64% accept rate
1  
"The website 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". The perfect occasion to learn how to use beautifulsoup! :) --- Also: watch at your very low accept rate... you might wish to increase it if you want people to be more inclined to answer your questions. :) – mac Dec 14 '11 at 9:52
Thanks for that tip on acceptance I was not paying attention to it until now. About my question, I have used beautiful soup for parsing xml content, but now I am just looking for the list of acronyms does beautiful soup have one such module containing such list/dictionary of acronyms? I doubt it. – Rkz Dec 14 '11 at 10:04
You misunderstood me: you should use BS to turn the HTML page on the linked site into a CVS file. :) – mac Dec 14 '11 at 10:08
You might also want to check out the acronyms file that comes with the wtf utility 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
Oh that was definitely a worthy acronym file. Thanks – Rkz Dec 28 '11 at 4:59
feedback

1 Answer

up vote 0 down vote accepted
link|improve this answer
That is definitely a huge collection of Jargons, although filtering out the needed ones is a bit of pain. Thanks – Rkz Dec 28 '11 at 5:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.