Revision: 18593
http://sourceforge.net/p/gate/code/18593
Author: ian_roberts
Date: 2015-03-10 12:35:08 +0000 (Tue, 10 Mar 2015)
Log Message:
-----------
Reset interrupt flag when starting a new document
Modified Paths:
--------------
gate/trunk/plugins/Twitter/src/gate/twitter/HashtagTokenizer.java
Modified: gate/trunk/plugins/Twitter/src/gate/twitter/HashtagTokenizer.java
===================================================================
--- gate/trunk/plugins/Twitter/src/gate/twitter/HashtagTokenizer.java
2015-03-03 15:29:20 UTC (rev 18592)
+++ gate/trunk/plugins/Twitter/src/gate/twitter/HashtagTokenizer.java
2015-03-10 12:35:08 UTC (rev 18593)
@@ -146,6 +146,8 @@
@Override
public void execute() throws ExecutionException {
+ // reset interrupt flag
+ interrupted = false;
AnnotationSet inputAS = document.getAnnotations(inputASName);
AnnotationSet outputAS = document.getAnnotations(outputASName);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs