Revision: 20232 http://sourceforge.net/p/gate/code/20232 Author: ian_roberts Date: 2017-06-09 12:09:50 +0000 (Fri, 09 Jun 2017) Log Message: ----------- Bumped version, merged changes from trunk, regenerated icon with 8.4.1 version number
Modified Paths: -------------- gate/branches/release-8.4/build/build.properties gate/branches/release-8.4/build/build.txt gate/branches/release-8.4/build/deploy/gate-icon.png gate/branches/release-8.4/build/deploy/plugins/gate-8.1.xml gate/branches/release-8.4/build/version.txt gate/branches/release-8.4/doc/papers.html gate/branches/release-8.4/doc/papers.yam gate/branches/release-8.4/plugins/Twitter/resources/hashtag/gazetteer/lists.def gate/branches/release-8.4/src/main/gate/corpora/DocumentStaxUtils.java gate/branches/release-8.4/src/main/gate/resources/img/svg/GATEVersion.svg gate/branches/release-8.4/src/main/gate/resources/img/svg/GATEVersionIcon.java Added Paths: ----------- gate/branches/release-8.4/doc/gate-social-media-jws2017.pdf gate/branches/release-8.4/plugins/Twitter/resources/hashtag/gazetteer/political_party.lst Property Changed: ---------------- gate/branches/release-8.4/ gate/branches/release-8.4/build/ gate/branches/release-8.4/build/deploy/ gate/branches/release-8.4/doc/ gate/branches/release-8.4/plugins/ gate/branches/release-8.4/plugins/Twitter/ gate/branches/release-8.4/src/ Index: gate/branches/release-8.4 =================================================================== --- gate/branches/release-8.4 2017-06-09 11:49:18 UTC (rev 20231) +++ gate/branches/release-8.4 2017-06-09 12:09:50 UTC (rev 20232) Property changes on: gate/branches/release-8.4 ___________________________________________________________________ Modified: svn:mergeinfo ## -4,4 +4,4 ## /gate/branches/release-8.1:18736-18747 /gate/branches/sawdust:17055-17079 /gate/tags/release-7.0:15399-15407 -/gate/trunk:20168 \ No newline at end of property +/gate/trunk:20168,20176-20231 \ No newline at end of property Index: gate/branches/release-8.4/build =================================================================== --- gate/branches/release-8.4/build 2017-06-09 11:49:18 UTC (rev 20231) +++ gate/branches/release-8.4/build 2017-06-09 12:09:50 UTC (rev 20232) Property changes on: gate/branches/release-8.4/build ___________________________________________________________________ Modified: svn:mergeinfo ## -4,4 +4,4 ## /gate/branches/release-8.1/build:18736-18747 /gate/branches/sawdust/build:17055-17079 /gate/tags/release-7.0/build:15399-15407 -/gate/trunk/build:3-7 \ No newline at end of property +/gate/trunk/build:3-7,20176-20231 \ No newline at end of property Modified: gate/branches/release-8.4/build/build.properties =================================================================== --- gate/branches/release-8.4/build/build.properties 2017-06-09 11:49:18 UTC (rev 20231) +++ gate/branches/release-8.4/build/build.properties 2017-06-09 12:09:50 UTC (rev 20232) @@ -1,4 +1,4 @@ #Build Number for ANT. Do not edit! -#Tue Feb 21 02:09:27 GMT 2017 +#Fri Jun 02 14:22:28 BST 2017 cvs.version=$Id\: build.properties 7542 2006-07-17 14\:26\:51Z ian_roberts $ -build.number=5749 +build.number=5754 Modified: gate/branches/release-8.4/build/build.txt =================================================================== --- gate/branches/release-8.4/build/build.txt 2017-06-09 11:49:18 UTC (rev 20231) +++ gate/branches/release-8.4/build/build.txt 2017-06-09 12:09:50 UTC (rev 20232) @@ -1 +1 @@ -5748 \ No newline at end of file +5753 \ No newline at end of file Index: gate/branches/release-8.4/build/deploy =================================================================== --- gate/branches/release-8.4/build/deploy 2017-06-09 11:49:18 UTC (rev 20231) +++ gate/branches/release-8.4/build/deploy 2017-06-09 12:09:50 UTC (rev 20232) Property changes on: gate/branches/release-8.4/build/deploy ___________________________________________________________________ Modified: svn:mergeinfo ## -5,4 +5,5 ## /gate/branches/release-7.1/build/deploy:16361 /gate/branches/release-8.1/build/deploy:18736-18747 /gate/branches/sawdust/build/deploy:17055-17079 -/gate/tags/release-7.0/build/deploy:15399-15407 \ No newline at end of property +/gate/tags/release-7.0/build/deploy:15399-15407 +/gate/trunk/build/deploy:20176-20231 \ No newline at end of property Modified: gate/branches/release-8.4/build/deploy/gate-icon.png =================================================================== (Binary files differ) Modified: gate/branches/release-8.4/build/deploy/plugins/gate-8.1.xml =================================================================== --- gate/branches/release-8.4/build/deploy/plugins/gate-8.1.xml 2017-06-09 11:49:18 UTC (rev 20231) +++ gate/branches/release-8.4/build/deploy/plugins/gate-8.1.xml 2017-06-09 12:09:50 UTC (rev 20232) @@ -37,8 +37,8 @@ downloadURL="https://github.com/GateNLP/gateplugin-Tagger_SyntaxNet/releases/download/V0_2/gateplugin-Tagger_SyntaxNet-0.2.zip" /> <CreolePlugin - url="https://raw.githubusercontent.com/GateNLP/gateplugin-Lemmatizer/V0_2/" - downloadURL="https://github.com/GateNLP/gateplugin-Lemmatizer/releases/download/V0_2/gateplugin-Lemmatizer-0.2.zip" + url="https://raw.githubusercontent.com/GateNLP/gateplugin-dict-lemmatizer/V0_4/" + downloadURL="https://github.com/GateNLP/gateplugin-dict-lemmatizer/releases/download/V0_4/gateplugin-dict-lemmatizer-0.4.zip" /> Modified: gate/branches/release-8.4/build/version.txt =================================================================== --- gate/branches/release-8.4/build/version.txt 2017-06-09 11:49:18 UTC (rev 20231) +++ gate/branches/release-8.4/build/version.txt 2017-06-09 12:09:50 UTC (rev 20232) @@ -1 +1 @@ -8.4 \ No newline at end of file +8.4.1 \ No newline at end of file Index: gate/branches/release-8.4/doc =================================================================== --- gate/branches/release-8.4/doc 2017-06-09 11:49:18 UTC (rev 20231) +++ gate/branches/release-8.4/doc 2017-06-09 12:09:50 UTC (rev 20232) Property changes on: gate/branches/release-8.4/doc ___________________________________________________________________ Modified: svn:mergeinfo ## -8,4 +8,4 ## /gate/branches/release-8.1/doc:18736-18747 /gate/branches/sawdust/doc:17055-17079 /gate/tags/release-7.0/doc:15399-15407 -/gate/trunk/doc:3-145,20168 \ No newline at end of property +/gate/trunk/doc:3-145,20168,20176-20231 \ No newline at end of property Copied: gate/branches/release-8.4/doc/gate-social-media-jws2017.pdf (from rev 20231, gate/trunk/doc/gate-social-media-jws2017.pdf) =================================================================== (Binary files differ) Modified: gate/branches/release-8.4/doc/papers.html =================================================================== --- gate/branches/release-8.4/doc/papers.html 2017-06-09 11:49:18 UTC (rev 20231) +++ gate/branches/release-8.4/doc/papers.html 2017-06-09 12:09:50 UTC (rev 20232) @@ -77,11 +77,6 @@ <ul> <li>K. Bontcheva, L. Derczynski, A. Funk, M.A. Greenwood, D. Maynard, N. Aswani. TwitIE: An Open-Source Information Extraction Pipeline for Microblog Text. Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP 2013). <a class="cow-url" href="https://gate.ac.uk/sale/ranlp2013/twitie/twitie-ranlp2013.pdf">PDF</a>, <a class="cow-url" href="https://gate.ac.uk/wiki/twitie.html">Download TwitIE</a></li> </ul> -<h3 class="cow-heading">I used the machine learning facilities in GATE:</h3> - - <ul> - <li>Y. Li, K. Bontcheva and H. Cunningham. Adapting SVM for Data Sparseness and Imbalance: A Case Study on Information Extraction. Natural Language Engineering, 15(02), 241-271, 2009. <a class="cow-url" href="http://journals.cambridge.org/repo_A45LfkBD">On-line Link</a>. <a class="cow-url" href="../../sale/nle-svm/svm-ie-nle-revision.pdf">Pre-print</a>, <a class="cow-url" href="bibtex.html#Li2009">BibTeX</a>.</li> - </ul> <h3 class="cow-heading">I used the ontology features in GATE:</h3> <ul> @@ -109,8 +104,6 @@ <a class="cow-section-anchor" name="section-1."></a><h1 class="cow-heading"><span class="cow-sec-number">1. </span>Books, Book Chapters, Journals and Conference papers</h1> <h2 class="cow-heading">Forthcoming / Accepted</h2> - - <ul> <li>V. Tablan, K. Bontcheva, I. Roberts, and H. Cunningham. Mímir: An open-source semantic search framework for interactive information seeking and discovery. Journal of Web Semantics: Science, Services and Agents on the World Wide Web, 2014. <a class="cow-url" href="http://dx.doi.org/10.1016/j.websem.2014.10.002">doi:10.1016/j.websem.2014.10.002</a> <span class="cow-footnote" name="footnote1"><sup><a href="#footnote1">1</a></sup></span></li> </ul> @@ -118,17 +111,35 @@ <ul> <li>K. Bontcheva, L. Derczynski, I. Roberts. Crowdsourcing Named Entity Recognition and Entity Linking Corpora. In Nancy Ide and James Pustejovsky, eds.: The Handbook of Linguistic Annotation.</li> </ul> -<h2 class="cow-heading">2016</h2> +<h2 class="cow-heading">2017</h2> <ul> -<li>Diana Maynard, Kalina Bontcheva, Isabelle Augenstein. Natural Language Processing for the Semantic Web. Morgan and Claypool, December 2016. ISBN: 9781627059091 <a class="cow-url" href="http://www.morganclaypoolpublishers.com/catalog_Orig/product_info.php?cPath=22&products_id=1009&osCsid=le7c1fi17uo88v0j8eco2emtu4">Morgan and Claypool link</a></li> +<li>Diana Maynard, Adam Funk and Benedetto Lepori. Towards an Infrastructure for Understanding and Interlinking Knowledge Co-Creation in European research. To appear in ESWC 2017 Workshop on Scientometrics, Portoroz, Slovenia, May 2017. <a class="cow-url" href="http://gate.ac.uk/sale/2017/eswc2017/scientometrics/knowmake-ontologies.pdf">PDF</a></li> </ul> <ul> +<li>Diana Maynard, Ian Roberts, Mark A. Greenwood, Dominic Rout and Kalina Bontcheva. A Framework for Real-time Semantic Social Media Analysis. Web Semantics: Science, Services and Agents on the World Wide Web, 2017 (in press). <a class="cow-url" href="https://doi.org/10.1016/j.websem.2017.05.002"><a class="cow-url" href="https://doi.org/10.1016/j.websem.2017.05.002">https://doi.org/10.1016/j.websem.2017.05.002</a>,</a> <a class="cow-url" href="http://www.sciencedirect.com/science/article/pii/S1570826817300240">pre-print</a></li> +</ul> + +<ul> <li>L. Derczynski. Automatically Ordering Events and Times in Text. Studies in Computational Intelligence 677. Springer. <a class="cow-url" href="http://link.springer.com/book/10.1007/978-3-319-47241-6">online version</a></li> </ul> <ul> +<li>Isabelle Augenstein, Leon Derczynski, Kalina Bontcheva. 2017. Generalisation in Named Entity Recognition: A Quantitative Analysis. In Computer Speech and Language, Elsevier. <a class="cow-url" href="https://arxiv.org/pdf/1701.02877v1.pdf">PDF</a></li> +</ul> + +<ul> +<li>Leon Derczynski, Kalina Bontcheva, Maria Liakata, Rob Procter, Geraldine Wong Sak Hoi, Arkaitz Zubiaga. 2017. SemEval-2017 Task 8: RumourEval: Determining rumour veracity and support for rumours. In 10th International Workshop on Semantic Evaluation (SemEval 2017), ACL. <a class="cow-url" href="http://www.derczynski.com/sheffield/papers/rumoureval-task.pdf">PDF</a></li> +</ul> + +<h2 class="cow-heading">2016</h2> + +<ul> +<li>Diana Maynard, Kalina Bontcheva, Isabelle Augenstein. Natural Language Processing for the Semantic Web. Morgan and Claypool, December 2016. ISBN: 9781627059091 <a class="cow-url" href="http://www.morganclaypoolpublishers.com/catalog_Orig/product_info.php?cPath=22&products_id=1009&osCsid=le7c1fi17uo88v0j8eco2emtu4">Morgan and Claypool link</a></li> +</ul> + +<ul> <li>L. Derczynski, K. Bontcheva, I. Roberts. Broad Twitter Corpus: A Diverse Named Entity Recognition Resource. In Proc. of the Int'l Conference on Computational Linguistics (COLING). <a class="cow-url" href="http://www.derczynski.com/sheffield/papers/btc.pdf">PDF</a></li> </ul> @@ -188,7 +199,7 @@ </ul> <ul> -<li>G. Gorrell, J. Petrak and K. Bontcheva. LOD-based Disambiguation of Named Entities in @tweets through Context #enrichment. In Proceedings of ESWC, June 2015, Portoroz, Slovenia.</li> +<li>G. Gorrell, J. Petrak and K. Bontcheva. LOD-based Disambiguation of Named Entities in @tweets through Context #enrichment. In Proceedings of ESWC, June 2015, Portoroz, Slovenia. <a class="cow-url" href="https://gate.ac.uk/sale/eswc15/twitter-expansion-for-ned-final-version.pdf">PDF</a></li> </ul> <ul> Modified: gate/branches/release-8.4/doc/papers.yam =================================================================== --- gate/branches/release-8.4/doc/papers.yam 2017-06-09 11:49:18 UTC (rev 20231) +++ gate/branches/release-8.4/doc/papers.yam 2017-06-09 12:09:50 UTC (rev 20232) @@ -28,10 +28,6 @@ - K. Bontcheva, L. Derczynski, A. Funk, M.A. Greenwood, D. Maynard, N. Aswani. TwitIE: An Open-Source Information Extraction Pipeline for Microblog Text. Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP 2013). %(https://gate.ac.uk/sale/ranlp2013/twitie/twitie-ranlp2013.pdf, PDF), %(https://gate.ac.uk/wiki/twitie.html, Download TwitIE) -%3* I used the machine learning facilities in GATE: - - - Y. Li, K. Bontcheva and H. Cunningham. Adapting SVM for Data Sparseness and Imbalance: A Case Study on Information Extraction. Natural Language Engineering, 15(02), 241-271, 2009. %(http://journals.cambridge.org/repo_A45LfkBD,On-line Link). %(../../sale/nle-svm/svm-ie-nle-revision.pdf,Pre-print), %(bibtex.html#Li2009, BibTeX). - %3* I used the ontology features in GATE: - K. Bontcheva, V. Tablan, D. Maynard, H. Cunningham. Evolving GATE to Meet New Challenges in Language Engineering. Natural Language Engineering. 10 (3/4), pp. 349-373. 2004. %(../../sale/jnle03/jnle-final.pdf,Pre-print). %(bibtex.html#Bontcheva2004, BibTeX). @@ -51,18 +47,27 @@ %2* Forthcoming / Accepted - - - V. Tablan, K. Bontcheva, I. Roberts, and H. Cunningham. MÃmir: An open-source semantic search framework for interactive information seeking and discovery. Journal of Web Semantics: Science, Services and Agents on the World Wide Web, 2014. %(http://dx.doi.org/10.1016/j.websem.2014.10.002, doi:10.1016/j.websem.2014.10.002) %footnote(Published online but not yet assigned to a specific volume and issue.) - K. Bontcheva, L. Derczynski, I. Roberts. Crowdsourcing Named Entity Recognition and Entity Linking Corpora. In Nancy Ide and James Pustejovsky, eds.: The Handbook of Linguistic Annotation. +%2* 2017 + +- Diana Maynard, Adam Funk and Benedetto Lepori. Towards an Infrastructure for Understanding and Interlinking Knowledge Co-Creation in European research. To appear in ESWC 2017 Workshop on Scientometrics, Portoroz, Slovenia, May 2017. %(http://gate.ac.uk/sale/2017/eswc2017/scientometrics/knowmake-ontologies.pdf, PDF) + +- Diana Maynard, Ian Roberts, Mark A. Greenwood, Dominic Rout and Kalina Bontcheva. A Framework for Real-time Semantic Social Media Analysis. Web Semantics: Science, Services and Agents on the World Wide Web, 2017 (in press). %(https://doi.org/10.1016/j.websem.2017.05.002, https://doi.org/10.1016/j.websem.2017.05.002,) %(http://www.sciencedirect.com/science/article/pii/S1570826817300240, pre-print) + +- L. Derczynski. Automatically Ordering Events and Times in Text. Studies in Computational Intelligence 677. Springer. %(http://link.springer.com/book/10.1007/978-3-319-47241-6, online version) + +- Isabelle Augenstein, Leon Derczynski, Kalina Bontcheva. 2017. Generalisation in Named Entity Recognition: A Quantitative Analysis. In Computer Speech and Language, Elsevier. %(https://arxiv.org/pdf/1701.02877v1.pdf, PDF) + +- Leon Derczynski, Kalina Bontcheva, Maria Liakata, Rob Procter, Geraldine Wong Sak Hoi, Arkaitz Zubiaga. 2017. SemEval-2017 Task 8: RumourEval: Determining rumour veracity and support for rumours. In 10th International Workshop on Semantic Evaluation (SemEval 2017), ACL. %(http://www.derczynski.com/sheffield/papers/rumoureval-task.pdf, PDF) + + %2* 2016 - Diana Maynard, Kalina Bontcheva, Isabelle Augenstein. Natural Language Processing for the Semantic Web. Morgan and Claypool, December 2016. ISBN: 9781627059091 %(http://www.morganclaypoolpublishers.com/catalog_Orig/product_info.php?cPath=22&products_id=1009&osCsid=le7c1fi17uo88v0j8eco2emtu4, Morgan and Claypool link) -- L. Derczynski. Automatically Ordering Events and Times in Text. Studies in Computational Intelligence 677. Springer. %(http://link.springer.com/book/10.1007/978-3-319-47241-6, online version) - - L. Derczynski, K. Bontcheva, I. Roberts. Broad Twitter Corpus: A Diverse Named Entity Recognition Resource. In Proc. of the Int'l Conference on Computational Linguistics (COLING). %(http://www.derczynski.com/sheffield/papers/btc.pdf, PDF) - L. Derczynski. Representation and Learning of Temporal Relations. In Proc. of the Int'l Conference on Computational Linguistics (COLING). %(http://www.derczynski.com/sheffield/papers/temp-reltype-repr.pdf, PDF) @@ -95,7 +100,7 @@ - D. Maynard, M. A. Greenwood, I. Roberts, G. Windsor, K. Bontcheva. Real-time Social Media Analytics through Semantic Annotation and Linked Open Data. Proceedings of WebSci 2015, Oxford, UK. %(https://gate.ac.uk/sale/websci2015/nesta-paper/nesta-short.pdf, PDF) -- G. Gorrell, J. Petrak and K. Bontcheva. LOD-based Disambiguation of Named Entities in @tweets through Context #enrichment. In Proceedings of ESWC, June 2015, Portoroz, Slovenia. +- G. Gorrell, J. Petrak and K. Bontcheva. LOD-based Disambiguation of Named Entities in @tweets through Context #enrichment. In Proceedings of ESWC, June 2015, Portoroz, Slovenia. %(https://gate.ac.uk/sale/eswc15/twitter-expansion-for-ned-final-version.pdf, PDF) - K. Bontcheva, J. Kieniewicz, S. Andrews and M. Wallis. Semantic Enrichment and Search: A Case Study on Environmental Science Literature. In D-Lib Magazine, Vol 21, Number 1/2, Jan/Feb 2015. %(http://www.dlib.org/dlib/january15/bontcheva/01bontcheva.html, HTML). Index: gate/branches/release-8.4/plugins =================================================================== --- gate/branches/release-8.4/plugins 2017-06-09 11:49:18 UTC (rev 20231) +++ gate/branches/release-8.4/plugins 2017-06-09 12:09:50 UTC (rev 20232) Property changes on: gate/branches/release-8.4/plugins ___________________________________________________________________ Modified: svn:mergeinfo ## -3,4 +3,4 ## /gate/branches/release-8.1/plugins:18736-18747 /gate/branches/sawdust/plugins:17055-17079 /gate/tags/release-7.0/plugins:15399-15407 -/gate/trunk/plugins:3-390 \ No newline at end of property +/gate/trunk/plugins:3-390,20176-20231 \ No newline at end of property Index: gate/branches/release-8.4/plugins/Twitter =================================================================== --- gate/branches/release-8.4/plugins/Twitter 2017-06-09 11:49:18 UTC (rev 20231) +++ gate/branches/release-8.4/plugins/Twitter 2017-06-09 12:09:50 UTC (rev 20232) Property changes on: gate/branches/release-8.4/plugins/Twitter ___________________________________________________________________ Modified: svn:mergeinfo ## -2,4 +2,4 ## /gate/branches/release-7.0/plugins/Twitter:15335-15398 /gate/branches/sawdust/plugins/Twitter:17055-17079 /gate/tags/release-7.0/plugins/Twitter:15399-15407 -/gate/trunk/plugins/Twitter:3-390 \ No newline at end of property +/gate/trunk/plugins/Twitter:3-390,20176-20231 \ No newline at end of property Modified: gate/branches/release-8.4/plugins/Twitter/resources/hashtag/gazetteer/lists.def =================================================================== --- gate/branches/release-8.4/plugins/Twitter/resources/hashtag/gazetteer/lists.def 2017-06-09 11:49:18 UTC (rev 20231) +++ gate/branches/release-8.4/plugins/Twitter/resources/hashtag/gazetteer/lists.def 2017-06-09 12:09:50 UTC (rev 20232) @@ -7,3 +7,4 @@ words.lst:lexicon:word::HashtagLookup slang.lst:lexicon:slang::HashtagLookup contractions.lst:lexicon:contraction::HashtagLookup +political_party.lst:lexicon:party::HashtagLookup Copied: gate/branches/release-8.4/plugins/Twitter/resources/hashtag/gazetteer/political_party.lst (from rev 20231, gate/trunk/plugins/Twitter/resources/hashtag/gazetteer/political_party.lst) =================================================================== --- gate/branches/release-8.4/plugins/Twitter/resources/hashtag/gazetteer/political_party.lst (rev 0) +++ gate/branches/release-8.4/plugins/Twitter/resources/hashtag/gazetteer/political_party.lst 2017-06-09 12:09:50 UTC (rev 20232) @@ -0,0 +1,20 @@ +Christian Democrats +Liberal Democrats +Conservatives +Tories +Labour Party +SDP +Social Democrats +Republican Party +Republicans +Liberals +Catholic Daisy Party +National League for Democracy +MNLF +Moro National Liberation Front +Palestinian Liberation Organisation +Freedom Front +Labour +Tory +SNP +Plaid Cymru Index: gate/branches/release-8.4/src =================================================================== --- gate/branches/release-8.4/src 2017-06-09 11:49:18 UTC (rev 20231) +++ gate/branches/release-8.4/src 2017-06-09 12:09:50 UTC (rev 20232) Property changes on: gate/branches/release-8.4/src ___________________________________________________________________ Modified: svn:mergeinfo ## -4,4 +4,4 ## /gate/branches/release-8.1/src:18736-18747 /gate/branches/sawdust/src:17055-17079 /gate/tags/release-7.0/src:15399-15407 -/gate/trunk/src:3-7 \ No newline at end of property +/gate/trunk/src:3-7,20176-20231 \ No newline at end of property Modified: gate/branches/release-8.4/src/main/gate/corpora/DocumentStaxUtils.java =================================================================== --- gate/branches/release-8.4/src/main/gate/corpora/DocumentStaxUtils.java 2017-06-09 11:49:18 UTC (rev 20231) +++ gate/branches/release-8.4/src/main/gate/corpora/DocumentStaxUtils.java 2017-06-09 12:09:50 UTC (rev 20232) @@ -440,10 +440,6 @@ while((eventType = xsr.next()) != XMLStreamConstants.END_ELEMENT) { switch(eventType) { case XMLStreamConstants.CHARACTERS: - stringRep.append(xsr.getTextCharacters(), xsr.getTextStart(), - xsr.getTextLength()); - break; - case XMLStreamConstants.CDATA: stringRep.append(xsr.getTextCharacters(), xsr.getTextStart(), xsr.getTextLength()); @@ -492,6 +488,7 @@ while((eventType = xsr.next()) != XMLStreamConstants.END_ELEMENT) { switch(eventType) { case XMLStreamConstants.CHARACTERS: + case XMLStreamConstants.CDATA: textBuf.append(xsr.getTextCharacters(), xsr.getTextStart(), xsr .getTextLength()); break; @@ -587,15 +584,11 @@ while((eventType = xsr.next()) != XMLStreamConstants.END_ELEMENT) { switch(eventType) { case XMLStreamConstants.CHARACTERS: + case XMLStreamConstants.CDATA: stringRep.append(xsr.getTextCharacters(), xsr.getTextStart(), xsr .getTextLength()); break; - case XMLStreamConstants.CDATA: - stringRep.append(xsr.getTextCharacters(), xsr.getTextStart(), xsr - .getTextLength()); - break; - case XMLStreamConstants.START_ELEMENT: throw new XMLStreamException("Elements not allowed within " + "feature name or value element.", xsr.getLocation()); Modified: gate/branches/release-8.4/src/main/gate/resources/img/svg/GATEVersion.svg =================================================================== --- gate/branches/release-8.4/src/main/gate/resources/img/svg/GATEVersion.svg 2017-06-09 11:49:18 UTC (rev 20231) +++ gate/branches/release-8.4/src/main/gate/resources/img/svg/GATEVersion.svg 2017-06-09 12:09:50 UTC (rev 20232) @@ -14,7 +14,7 @@ height="60" id="svg1303" sodipodi:version="0.32" - inkscape:version="0.48.2 r9819" + inkscape:version="0.91 r13725" sodipodi:docname="GATEVersion.svg" inkscape:export-filename="/home/valyt/vcs/gate-top/externals/gate/build/deploy/gate-icon.png" inkscape:export-xdpi="192" @@ -135,15 +135,15 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="8.6989842" - inkscape:cx="34.947322" - inkscape:cy="24.888821" + inkscape:cx="53.857576" + inkscape:cy="-11.897083" inkscape:document-units="pt" inkscape:current-layer="layer1" id="namedview1307" - inkscape:window-width="1480" - inkscape:window-height="835" - inkscape:window-x="461" - inkscape:window-y="213" + inkscape:window-width="1280" + inkscape:window-height="756" + inkscape:window-x="169" + inkscape:window-y="0" fill="#ff9933" showgrid="false" inkscape:window-maximized="0" @@ -198,23 +198,23 @@ <rect style="fill:#ffffff;fill-opacity:1;stroke:none" id="rect3003" - width="25.646969" - height="14.104341" - x="151.00754" + width="40.24638" + height="14.104355" + x="136.40813" y="250.36763" ry="0" /> <text xml:space="preserve" - style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:condensed;text-align:justify;line-height:125%;letter-spacing:-1.5px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#008000;fill-opacity:1;stroke:#008000;stroke-opacity:1;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold Semi-Condensed" - x="151.08493" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:condensed;font-size:16px;line-height:125%;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans Bold Semi-Condensed';text-align:justify;letter-spacing:-1.5px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#008000;fill-opacity:1;stroke:#008000;stroke-opacity:1" + x="137.08493" y="263.25183" id="text3773" sodipodi:linespacing="125%"><tspan sodipodi:role="line" id="tspan3821" - x="151.08493" + x="137.08493" y="263.25183" - style="-inkscape-font-specification:DejaVu Sans Bold;font-family:DejaVu Sans;font-weight:bold;font-style:normal;font-stretch:normal;font-variant:normal;font-size:16px;text-anchor:start;text-align:justify;writing-mode:lr;line-height:125%;letter-spacing:-1.5px">8.4</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:125%;font-family:'DejaVu Sans';-inkscape-font-specification:'DejaVu Sans Bold';text-align:justify;letter-spacing:-1.5px;writing-mode:lr-tb;text-anchor:start">8.4.1</tspan></text> <!--<g id="g3889"> <rect Modified: gate/branches/release-8.4/src/main/gate/resources/img/svg/GATEVersionIcon.java =================================================================== --- gate/branches/release-8.4/src/main/gate/resources/img/svg/GATEVersionIcon.java 2017-06-09 11:49:18 UTC (rev 20231) +++ gate/branches/release-8.4/src/main/gate/resources/img/svg/GATEVersionIcon.java 2017-06-09 12:09:50 UTC (rev 20232) @@ -185,7 +185,7 @@ g.transform(new AffineTransform(1.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f)); // _0_1_3 is ShapeNode paint = new Color(255, 255, 255, 255); -shape = new Rectangle2D.Double(151.00753784179688, 250.3676300048828, 25.646968841552734, 14.104340553283691); +shape = new Rectangle2D.Double(136.4081268310547, 250.3676300048828, 40.24637985229492, 14.104354858398438); g.setPaint(paint); g.fill(shape); origAlpha = alpha__0_1_3; @@ -197,75 +197,87 @@ Shape clip__0_1_4 = g.getClip(); AffineTransform defaultTransform__0_1_4 = g.getTransform(); g.transform(new AffineTransform(1.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f)); -// _0_1_4 is TextNode of '8.4' +// _0_1_4 is TextNode of '8.4.1' shape = new GeneralPath(); -((GeneralPath)shape).moveTo(156.65524, 258.03308); -((GeneralPath)shape).quadTo(155.8115, 258.03308, 155.35837, 258.49402); -((GeneralPath)shape).quadTo(154.90524, 258.95496, 154.90524, 259.81433); -((GeneralPath)shape).quadTo(154.90524, 260.6737, 155.35837, 261.13074); -((GeneralPath)shape).quadTo(155.8115, 261.58777, 156.65524, 261.58777); -((GeneralPath)shape).quadTo(157.49118, 261.58777, 157.9365, 261.13074); -((GeneralPath)shape).quadTo(158.3818, 260.6737, 158.3818, 259.81433); -((GeneralPath)shape).quadTo(158.3818, 258.94714, 157.9365, 258.4901); -((GeneralPath)shape).quadTo(157.49118, 258.03308, 156.65524, 258.03308); +((GeneralPath)shape).moveTo(142.65524, 258.03308); +((GeneralPath)shape).quadTo(141.8115, 258.03308, 141.35837, 258.49402); +((GeneralPath)shape).quadTo(140.90524, 258.95496, 140.90524, 259.81433); +((GeneralPath)shape).quadTo(140.90524, 260.6737, 141.35837, 261.13074); +((GeneralPath)shape).quadTo(141.8115, 261.58777, 142.65524, 261.58777); +((GeneralPath)shape).quadTo(143.49118, 261.58777, 143.9365, 261.13074); +((GeneralPath)shape).quadTo(144.3818, 260.6737, 144.3818, 259.81433); +((GeneralPath)shape).quadTo(144.3818, 258.94714, 143.9365, 258.4901); +((GeneralPath)shape).quadTo(143.49118, 258.03308, 142.65524, 258.03308); ((GeneralPath)shape).closePath(); -((GeneralPath)shape).moveTo(154.45993, 257.0409); -((GeneralPath)shape).quadTo(153.39743, 256.72058, 152.85837, 256.05652); -((GeneralPath)shape).quadTo(152.3193, 255.39246, 152.3193, 254.40027); -((GeneralPath)shape).quadTo(152.3193, 252.9237, 153.42087, 252.15027); -((GeneralPath)shape).quadTo(154.52243, 251.37683, 156.65524, 251.37683); -((GeneralPath)shape).quadTo(158.77243, 251.37683, 159.874, 252.14636); -((GeneralPath)shape).quadTo(160.97556, 252.9159, 160.97556, 254.40027); -((GeneralPath)shape).quadTo(160.97556, 255.39246, 160.43259, 256.05652); -((GeneralPath)shape).quadTo(159.88962, 256.72058, 158.82712, 257.0409); -((GeneralPath)shape).quadTo(160.01462, 257.36902, 160.62009, 258.1073); -((GeneralPath)shape).quadTo(161.22556, 258.84558, 161.22556, 259.97058); -((GeneralPath)shape).quadTo(161.22556, 261.70496, 160.07321, 262.59167); -((GeneralPath)shape).quadTo(158.92087, 263.4784, 156.65524, 263.4784); -((GeneralPath)shape).quadTo(154.3818, 263.4784, 153.22165, 262.59167); -((GeneralPath)shape).quadTo(152.0615, 261.70496, 152.0615, 259.97058); -((GeneralPath)shape).quadTo(152.0615, 258.84558, 152.66696, 258.1073); -((GeneralPath)shape).quadTo(153.27243, 257.36902, 154.45993, 257.0409); +((GeneralPath)shape).moveTo(140.45993, 257.0409); +((GeneralPath)shape).quadTo(139.39743, 256.72058, 138.85837, 256.05652); +((GeneralPath)shape).quadTo(138.3193, 255.39246, 138.3193, 254.40027); +((GeneralPath)shape).quadTo(138.3193, 252.9237, 139.42087, 252.15027); +((GeneralPath)shape).quadTo(140.52243, 251.37683, 142.65524, 251.37683); +((GeneralPath)shape).quadTo(144.77243, 251.37683, 145.874, 252.14636); +((GeneralPath)shape).quadTo(146.97556, 252.9159, 146.97556, 254.40027); +((GeneralPath)shape).quadTo(146.97556, 255.39246, 146.43259, 256.05652); +((GeneralPath)shape).quadTo(145.88962, 256.72058, 144.82712, 257.0409); +((GeneralPath)shape).quadTo(146.01462, 257.36902, 146.62009, 258.1073); +((GeneralPath)shape).quadTo(147.22556, 258.84558, 147.22556, 259.97058); +((GeneralPath)shape).quadTo(147.22556, 261.70496, 146.07321, 262.59167); +((GeneralPath)shape).quadTo(144.92087, 263.4784, 142.65524, 263.4784); +((GeneralPath)shape).quadTo(140.3818, 263.4784, 139.22165, 262.59167); +((GeneralPath)shape).quadTo(138.0615, 261.70496, 138.0615, 259.97058); +((GeneralPath)shape).quadTo(138.0615, 258.84558, 138.66696, 258.1073); +((GeneralPath)shape).quadTo(139.27243, 257.36902, 140.45993, 257.0409); ((GeneralPath)shape).closePath(); -((GeneralPath)shape).moveTo(155.16306, 254.70496); -((GeneralPath)shape).quadTo(155.16306, 255.40027, 155.54977, 255.77527); -((GeneralPath)shape).quadTo(155.9365, 256.15027, 156.65524, 256.15027); -((GeneralPath)shape).quadTo(157.35837, 256.15027, 157.74118, 255.77527); -((GeneralPath)shape).quadTo(158.124, 255.40027, 158.124, 254.70496); -((GeneralPath)shape).quadTo(158.124, 254.00964, 157.74118, 253.63855); -((GeneralPath)shape).quadTo(157.35837, 253.26746, 156.65524, 253.26746); -((GeneralPath)shape).quadTo(155.9365, 253.26746, 155.54977, 253.64246); -((GeneralPath)shape).quadTo(155.16306, 254.01746, 155.16306, 254.70496); +((GeneralPath)shape).moveTo(141.16306, 254.70496); +((GeneralPath)shape).quadTo(141.16306, 255.40027, 141.54977, 255.77527); +((GeneralPath)shape).quadTo(141.9365, 256.15027, 142.65524, 256.15027); +((GeneralPath)shape).quadTo(143.35837, 256.15027, 143.74118, 255.77527); +((GeneralPath)shape).quadTo(144.124, 255.40027, 144.124, 254.70496); +((GeneralPath)shape).quadTo(144.124, 254.00964, 143.74118, 253.63855); +((GeneralPath)shape).quadTo(143.35837, 253.26746, 142.65524, 253.26746); +((GeneralPath)shape).quadTo(141.9365, 253.26746, 141.54977, 253.64246); +((GeneralPath)shape).quadTo(141.16306, 254.01746, 141.16306, 254.70496); ((GeneralPath)shape).closePath(); -((GeneralPath)shape).moveTo(162.35056, 260.2284); -((GeneralPath)shape).lineTo(165.16306, 260.2284); -((GeneralPath)shape).lineTo(165.16306, 263.25183); -((GeneralPath)shape).lineTo(162.35056, 263.25183); +((GeneralPath)shape).moveTo(149.85056, 260.2284); +((GeneralPath)shape).lineTo(152.66306, 260.2284); +((GeneralPath)shape).lineTo(152.66306, 263.25183); +((GeneralPath)shape).lineTo(149.85056, 263.25183); ((GeneralPath)shape).closePath(); -((GeneralPath)shape).moveTo(171.1865, 254.06433); -((GeneralPath)shape).lineTo(167.88962, 258.94714); -((GeneralPath)shape).lineTo(171.1865, 258.94714); +((GeneralPath)shape).moveTo(160.1865, 254.06433); +((GeneralPath)shape).lineTo(156.88962, 258.94714); +((GeneralPath)shape).lineTo(160.1865, 258.94714); ((GeneralPath)shape).closePath(); -((GeneralPath)shape).moveTo(170.6865, 251.58777); -((GeneralPath)shape).lineTo(174.03024, 251.58777); -((GeneralPath)shape).lineTo(174.03024, 258.94714); -((GeneralPath)shape).lineTo(175.6943, 258.94714); -((GeneralPath)shape).lineTo(175.6943, 261.12683); -((GeneralPath)shape).lineTo(174.03024, 261.12683); -((GeneralPath)shape).lineTo(174.03024, 263.25183); -((GeneralPath)shape).lineTo(171.1865, 263.25183); -((GeneralPath)shape).lineTo(171.1865, 261.12683); -((GeneralPath)shape).lineTo(166.01462, 261.12683); -((GeneralPath)shape).lineTo(166.01462, 258.5487); +((GeneralPath)shape).moveTo(159.6865, 251.58777); +((GeneralPath)shape).lineTo(163.03024, 251.58777); +((GeneralPath)shape).lineTo(163.03024, 258.94714); +((GeneralPath)shape).lineTo(164.6943, 258.94714); +((GeneralPath)shape).lineTo(164.6943, 261.12683); +((GeneralPath)shape).lineTo(163.03024, 261.12683); +((GeneralPath)shape).lineTo(163.03024, 263.25183); +((GeneralPath)shape).lineTo(160.1865, 263.25183); +((GeneralPath)shape).lineTo(160.1865, 261.12683); +((GeneralPath)shape).lineTo(155.01462, 261.12683); +((GeneralPath)shape).lineTo(155.01462, 258.5487); ((GeneralPath)shape).closePath(); -paint = new Color(0, 128, 0, 255); +((GeneralPath)shape).moveTo(167.0615, 260.2284); +((GeneralPath)shape).lineTo(169.874, 260.2284); +((GeneralPath)shape).lineTo(169.874, 263.25183); +((GeneralPath)shape).lineTo(167.0615, 263.25183); +((GeneralPath)shape).closePath(); +((GeneralPath)shape).moveTo(173.3818, 261.1737); +((GeneralPath)shape).lineTo(176.03806, 261.1737); +((GeneralPath)shape).lineTo(176.03806, 253.63464); +((GeneralPath)shape).lineTo(173.3115, 254.19714); +((GeneralPath)shape).lineTo(173.3115, 252.15027); +((GeneralPath)shape).lineTo(176.02243, 251.58777); +((GeneralPath)shape).lineTo(178.8818, 251.58777); +((GeneralPath)shape).lineTo(178.8818, 261.1737); +((GeneralPath)shape).lineTo(181.53806, 261.1737); +((GeneralPath)shape).lineTo(181.53806, 263.25183); +((GeneralPath)shape).lineTo(173.3818, 263.25183); +((GeneralPath)shape).closePath(); +paint = new Color(0, 0, 0, 255); g.setPaint(paint); g.fill(shape); -paint = new Color(0, 128, 0, 255); -stroke = new BasicStroke(1.0f,0,0,4.0f,null,0.0f); -g.setStroke(stroke); -g.setPaint(paint); -g.draw(shape); origAlpha = alpha__0_1_4; g.setTransform(defaultTransform__0_1_4); g.setClip(clip__0_1_4); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ GATE-cvs mailing list GATE-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gate-cvs