[twitter-dev] Streaming ENGLISH Tweets

2010-01-20 Thread Mark Mason
I have a Stream Sample and Stream Filter that I need to pull only
English Tweets.  How should I do this?


Re: [twitter-dev] Streaming ENGLISH Tweets

2010-01-20 Thread John Kalucki
For now, you should do the language detection on your end. You can use the
user reported language as an initial filter, but it isn't all that useful
until nearly all languages are available -- a lot of non-English speakers
are still in the English bucket.

-John Kalucki
http://twitter.com/jkalucki
Infrastructure, Twitter Inc.



On Wed, Jan 20, 2010 at 7:26 AM, Mark Mason idtw...@gmail.com wrote:

 I have a Stream Sample and Stream Filter that I need to pull only
 English Tweets.  How should I do this?