seanpianka / OkReddit

A reddit bot which replies to user's comments containing "ok reddit define x" with the definition of x.
1 stars 0 forks source link

Multiple word definitions and advanced string parsing #4

Open seanpianka opened 8 years ago

seanpianka commented 8 years ago

Allow for the correct parsing of multiple word phrases/idioms for use in the definition API and perform more complex string parsing of identified comments to do so (using more complicated regular expressions most likely).

Also, there are issues where if there are multiple words joined by a non-alphabetic symbol, the bot fails to respond and will not ever be able to respond to that comment. The behavior has not been reproduced, but will be investigated during the implementation of this enhancement.