With PyEnchant, I want to be able to write a Custom Filter which :
1. Replaces Internet Slang words with their real English equivalents Ex : gimme = give me
2. Ignores certain domain specific abbreviations or words
Is that possible ? How can I achieve this ? Any guidelines for the same ?