Revision: 16853
          http://sourceforge.net/p/gate/code/16853
Author:   markagreenwood
Date:     2013-09-07 13:22:38 +0000 (Sat, 07 Sep 2013)
Log Message:
-----------
a bit more creole metadata

Modified Paths:
--------------
    gate/trunk/plugins/Tagger_Stanford/src/gate/stanford/Tagger.java

Modified: gate/trunk/plugins/Tagger_Stanford/src/gate/stanford/Tagger.java
===================================================================
--- gate/trunk/plugins/Tagger_Stanford/src/gate/stanford/Tagger.java    
2013-09-07 13:18:13 UTC (rev 16852)
+++ gate/trunk/plugins/Tagger_Stanford/src/gate/stanford/Tagger.java    
2013-09-07 13:22:38 UTC (rev 16853)
@@ -381,7 +381,7 @@
     this.outputASName = outputASName;
   }
 
-  @CreoleParameter(comment = "Path to the tagger's model file", defaultValue = 
"resources/english-left3words-distsim.tagger")
+  @CreoleParameter(comment = "Path to the tagger's model file", defaultValue = 
"resources/english-left3words-distsim.tagger", suffixes="tagger;model")
   public void setModelFile(URL modelFile) {
     this.modelFile = modelFile;
   }

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


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to