Revision: 18391
          http://sourceforge.net/p/gate/code/18391
Author:   leondz
Date:     2014-10-17 10:08:06 +0000 (Fri, 17 Oct 2014)
Log Message:
-----------
id sometimes overflows doubles, so use id_str instead

Modified Paths:
--------------
    gate/trunk/plugins/Twitter/src/gate/corpora/twitter/TweetUtils.java

Modified: gate/trunk/plugins/Twitter/src/gate/corpora/twitter/TweetUtils.java
===================================================================
--- gate/trunk/plugins/Twitter/src/gate/corpora/twitter/TweetUtils.java 
2014-10-17 01:19:51 UTC (rev 18390)
+++ gate/trunk/plugins/Twitter/src/gate/corpora/twitter/TweetUtils.java 
2014-10-17 10:08:06 UTC (rev 18391)
@@ -41,7 +41,7 @@
   public static final String[] DEFAULT_CONTENT_KEYS = {DEFAULT_TEXT_ATTRIBUTE, 
     "created_at", "user:name"};
   public static final String[] DEFAULT_FEATURE_KEYS = {"user:screen_name", 
-    "user:location", "id", "source", "truncated", "retweeted_status:id"};
+    "user:location", "id_str", "source", "truncated", "retweeted_status:id"};
 
   
   public static List<Tweet> readTweets(String string) throws IOException {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to