C0D3H0UND5 / SnowDay

An Android application to monitor the Anglophone South School District's (ASD-S) Twitter feed for bus delays and school closures
0 stars 1 forks source link

Regular Expression filtering concerns #2

Open jasonncleveland opened 7 years ago

jasonncleveland commented 7 years ago

@WolfwithSword @roxelo

I was looking at ASD-S on twitter and noticed two tweets that weren't picked up by the app.

The problem is that the app's regex filtering doesn't have the right keywords to pick up these tweets. I figure it would require some analysis of the wording of tweets ASD-S puts out to figure out what filtering is needed. I'm opening this issue in hopes that someone will step up to the challenge of perfecting the apps filtering (otherwise it'll end up being a reminder for myself to sort it out in the future).

Seems like something the current hounds could explore as a learning opportunity :-)

jasonncleveland commented 7 years ago

Here is a good interactive tutorial for Regex if anyone is interested.