Abdur-rahmaanJ / honeybot

🛩 A python IRC bot with simple plugins dev. Ignited in mauritius, first-timers friendly! Moved to github.com/pyhoneybot/honeybot
MIT License
61 stars 49 forks source link

added dictionary for abbreviations #162

Closed duttasourav000 closed 5 years ago

duttasourav000 commented 5 years ago

brief description of changes

I want to resolve #158 with this PR. I looked at Urban dictionary as requested in the issue. However, I did not find any pattern with which I can find the abbreviation or extract its expanded form. So, I have added a dictionary for looking up of requested abbreviation. The dictionary contains the most popular abbreviations mentioned in Urban dictionary. Let me know if this is okay or if you have any suggestions.

duttasourav000 commented 5 years ago

@AngeloGiacco ok, I thought only abbreviation was needed and the meaning section in urban dictionary sometimes contained a lot of text. Maybe this could be updated in future with some more logic.