Revision: 18130
http://sourceforge.net/p/gate/code/18130
Author: markagreenwood
Date: 2014-07-01 06:27:31 +0000 (Tue, 01 Jul 2014)
Log Message:
-----------
removed some old commented out code left over from the initial copy-and-paste
dump
Modified Paths:
--------------
gate/trunk/plugins/Format_DataSift/src/gate/corpora/DataSiftFormat.java
Modified:
gate/trunk/plugins/Format_DataSift/src/gate/corpora/DataSiftFormat.java
===================================================================
--- gate/trunk/plugins/Format_DataSift/src/gate/corpora/DataSiftFormat.java
2014-07-01 01:19:42 UTC (rev 18129)
+++ gate/trunk/plugins/Format_DataSift/src/gate/corpora/DataSiftFormat.java
2014-07-01 06:27:31 UTC (rev 18130)
@@ -85,9 +85,6 @@
try {
ObjectMapper om = new ObjectMapper();
- /*List<Interaction> twits = om.readValue(jsonString, new
TypeReference<List<Interaction>>() {
- });*/
-
JsonFactory factory = new JsonFactory(om);
JsonParser parser = factory.createParser(jsonString);
@@ -118,7 +115,6 @@
originalMarkups.add(start,start+interaction.getContent().length(),"Interaction",features);
}
- //TODO add annotations and features
} catch(InvalidOffsetException | IOException e) {
throw new DocumentFormatException(e);
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs