clips / pattern

Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
https://github.com/clips/pattern/wiki
BSD 3-Clause "New" or "Revised" License
8.76k stars 1.58k forks source link

How to use filter in pattern package? #218

Open Abunwer opened 6 years ago

Abunwer commented 6 years ago

Hello

this code can filter the political tweets using tweepy package stream = Stream(auth, l) stream.filter(track=['politics', 'international politics']) is it possible to do that using pattern package ? if yes how we can do that ?