5 ms·
It was just an initial experiment, help improve it! Thanks.
by flickzcode 9y ago
It was just an initial experiment, help improve it! Thanks.
- bertomartin 9y agoUse 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.
- flickzcode 9y agoCool. Thanks