Hacker News new | ask | show | jobs
by flickzcode 3186 days ago
It was just an initial experiment, help improve it! Thanks.
1 comments

Use ML. Gather a bunch of tweets and learn a model that classifies tweets (job listing / not job listing). Then use the model as a filter. You can use it in concert with your current implementation: if the tweet contains any of your keywords, there's no need to invoke the model. Hope that helps.
Cool. Thanks