Revision: 18101
http://sourceforge.net/p/gate/code/18101
Author: leondz
Date: 2014-06-18 08:55:49 +0000 (Wed, 18 Jun 2014)
Log Message:
-----------
update to monday's corenlp 3.4
Modified Paths:
--------------
gate/trunk/plugins/Stanford_CoreNLP/creole.xml
gate/trunk/plugins/Stanford_CoreNLP/resources/english-left3words-distsim.tagger
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/Tagger.java
Added Paths:
-----------
gate/trunk/plugins/Stanford_CoreNLP/doc/updating-instructions.txt
gate/trunk/plugins/Stanford_CoreNLP/lib/ejml-0.23.jar
gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-ner-3.4.jar
gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-parser-3.4.jar
gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-postagger-3.4.jar
Removed Paths:
-------------
gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-ner-3.3.1.jar
gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-parser-3.3.1.jar
gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-postagger-3.3.1.jar
Modified: gate/trunk/plugins/Stanford_CoreNLP/creole.xml
===================================================================
--- gate/trunk/plugins/Stanford_CoreNLP/creole.xml 2014-06-18 01:19:53 UTC
(rev 18100)
+++ gate/trunk/plugins/Stanford_CoreNLP/creole.xml 2014-06-18 08:55:49 UTC
(rev 18101)
@@ -1,7 +1,8 @@
<?xml version="1.0"?>
<CREOLE-DIRECTORY ID="Stanford CoreNLP tools" VERSION="2014.0613"
DESCRIPTION="Stanford CoreNLP" GATE-MIN="8.0">
<JAR SCAN="true">gate-stanford.jar</JAR>
- <JAR>lib/stanford-ner-3.3.1.jar</JAR>
- <JAR>lib/stanford-parser-3.3.1.jar</JAR>
- <JAR>lib/stanford-postagger-3.3.1.jar</JAR>
+ <JAR>lib/stanford-ner-3.4.jar</JAR>
+ <JAR>lib/stanford-parser-3.4.jar</JAR>
+ <JAR>lib/ejml-0.23.jar</JAR>
+ <JAR>lib/stanford-postagger-3.4.jar</JAR>
</CREOLE-DIRECTORY>
Added: gate/trunk/plugins/Stanford_CoreNLP/doc/updating-instructions.txt
===================================================================
--- gate/trunk/plugins/Stanford_CoreNLP/doc/updating-instructions.txt
(rev 0)
+++ gate/trunk/plugins/Stanford_CoreNLP/doc/updating-instructions.txt
2014-06-18 08:55:49 UTC (rev 18101)
@@ -0,0 +1,12 @@
+How to release upgrade with new Stanford CoreNLP version:
+- download and unpack new: Tagger, NER, Parser
+- update Stanford_CoreNLP jars with new names
+- update Stanford_CoreNLP creole paths
+- update Stanford_CoreNLP parser, ner, pos tagger model files
+- maybe update Stanford_CoreNLP PRs with new model file names
+- rebuilt Stanford_CoreNLP jar
+- put new jar in twitter postraining dir
+- rebuild twitter models
+- copy twitter models into gate-code
+- copy twitter models into standalone
+- rebuild twitie_tag
\ No newline at end of file
Added: gate/trunk/plugins/Stanford_CoreNLP/lib/ejml-0.23.jar
===================================================================
(Binary files differ)
Index: gate/trunk/plugins/Stanford_CoreNLP/lib/ejml-0.23.jar
===================================================================
--- gate/trunk/plugins/Stanford_CoreNLP/lib/ejml-0.23.jar 2014-06-18
01:19:53 UTC (rev 18100)
+++ gate/trunk/plugins/Stanford_CoreNLP/lib/ejml-0.23.jar 2014-06-18
08:55:49 UTC (rev 18101)
Property changes on: gate/trunk/plugins/Stanford_CoreNLP/lib/ejml-0.23.jar
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-ner-3.3.1.jar
===================================================================
(Binary files differ)
Added: gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-ner-3.4.jar
===================================================================
(Binary files differ)
Index: gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-ner-3.4.jar
===================================================================
--- gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-ner-3.4.jar
2014-06-18 01:19:53 UTC (rev 18100)
+++ gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-ner-3.4.jar
2014-06-18 08:55:49 UTC (rev 18101)
Property changes on:
gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-ner-3.4.jar
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-parser-3.3.1.jar
===================================================================
(Binary files differ)
Added: gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-parser-3.4.jar
===================================================================
(Binary files differ)
Index: gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-parser-3.4.jar
===================================================================
--- gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-parser-3.4.jar
2014-06-18 01:19:53 UTC (rev 18100)
+++ gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-parser-3.4.jar
2014-06-18 08:55:49 UTC (rev 18101)
Property changes on:
gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-parser-3.4.jar
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-postagger-3.3.1.jar
===================================================================
(Binary files differ)
Added: gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-postagger-3.4.jar
===================================================================
(Binary files differ)
Index: gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-postagger-3.4.jar
===================================================================
--- gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-postagger-3.4.jar
2014-06-18 01:19:53 UTC (rev 18100)
+++ gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-postagger-3.4.jar
2014-06-18 08:55:49 UTC (rev 18101)
Property changes on:
gate/trunk/plugins/Stanford_CoreNLP/lib/stanford-postagger-3.4.jar
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified:
gate/trunk/plugins/Stanford_CoreNLP/resources/english-left3words-distsim.tagger
===================================================================
(Binary files differ)
Modified: gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/Tagger.java
===================================================================
--- gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/Tagger.java
2014-06-18 01:19:53 UTC (rev 18100)
+++ gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/Tagger.java
2014-06-18 08:55:49 UTC (rev 18101)
@@ -212,7 +212,7 @@
if(sentenceForTagger.isEmpty()) continue;
// run the POS tagger
- ArrayList<TaggedWord> taggerResults =
+ List<TaggedWord> taggerResults =
tagger.tagSentence(sentenceForTagger, useExistingTags);
// add the results
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs