标签: python twitter streaming tweepy diacritics
我使用tweepy根据特定关键字过滤数据。除了期望的结果之外,我还得到包含该关键字的所有推文,然后是带有重音的元音。
我使用以下代码:
stream.filter(track=[searchKeyword])
searchKeyword是从命令提示符输入的。
例如,如果搜索关键字是test,我会收到推文,其中包含testí,testía这个词。如何过滤此类推文?