Revision: 17806
          http://sourceforge.net/p/gate/code/17806
Author:   markagreenwood
Date:     2014-04-11 09:10:02 +0000 (Fri, 11 Apr 2014)
Log Message:
-----------
added a default value to the feature seperator param as this is now needed for 
the default ANNIE gazetteer

Modified Paths:
--------------
    gate/trunk/src/main/gate/creole/gazetteer/DefaultGazetteer.java

Modified: gate/trunk/src/main/gate/creole/gazetteer/DefaultGazetteer.java
===================================================================
--- gate/trunk/src/main/gate/creole/gazetteer/DefaultGazetteer.java     
2014-04-11 09:09:19 UTC (rev 17805)
+++ gate/trunk/src/main/gate/creole/gazetteer/DefaultGazetteer.java     
2014-04-11 09:10:02 UTC (rev 17806)
@@ -602,7 +602,7 @@
    * @param gazetteerFeatureSeparator the gazetteerFeatureSeparator to set
    */
   @Optional
-  @CreoleParameter(comment="The character used to separate features for 
entries in gazetteer lists. Accepts strings like "\t" and will 
unescape it to the relevant character. If not specified, this gazetteer does 
not support extra features.")
+  @CreoleParameter(comment="The character used to separate features for 
entries in gazetteer lists. Accepts strings like "\t" and will 
unescape it to the relevant character. If not specified, this gazetteer does 
not support extra features.",defaultValue=":")
   public void setGazetteerFeatureSeparator(String gazetteerFeatureSeparator) {
     this.gazetteerFeatureSeparator = gazetteerFeatureSeparator;
   }

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


------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to