如何使用 Tweepy 查找推文的语言?

How to find the language of a Tweet using Tweepy?

我给出了我根据特定标准过滤的推文流。我不想在流式传输过程中使用语言标准。相反,我想知道这种过滤后的推文的语言。

我正在使用 Tweepy 进行流式传输。请向我建议一个解决方案。

Status/Tweet objects 有一个 lang 属性。但请注意,它是 nullable,这意味着它可能是 None:

When present, indicates a BCP 47 language identifier corresponding to the machine-detected language of the Tweet text, or und if no language could be detected.