Revision: 17380
          http://sourceforge.net/p/gate/code/17380
Author:   markagreenwood
Date:     2014-02-21 10:44:50 +0000 (Fri, 21 Feb 2014)
Log Message:
-----------
changed the default splitter to use the single-nl grammars -- blame Di if this 
breaks lots of things :)

Modified Paths:
--------------
    gate/trunk/src/main/gate/creole/splitter/SentenceSplitter.java

Modified: gate/trunk/src/main/gate/creole/splitter/SentenceSplitter.java
===================================================================
--- gate/trunk/src/main/gate/creole/splitter/SentenceSplitter.java      
2014-02-21 10:43:52 UTC (rev 17379)
+++ gate/trunk/src/main/gate/creole/splitter/SentenceSplitter.java      
2014-02-21 10:44:50 UTC (rev 17380)
@@ -236,7 +236,7 @@
   }
 
   @Optional
-  
@CreoleParameter(defaultValue="resources/sentenceSplitter/grammar/main.jape", 
comment="The URL to the custom Jape grammar file", suffixes="jape")
+  
@CreoleParameter(defaultValue="resources/sentenceSplitter/grammar/main-single-nl.jape",
 comment="The URL to the custom Jape grammar file", suffixes="jape")
   public void setTransducerURL(java.net.URL newTransducerURL) {
     transducerURL = newTransducerURL;
   }

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


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to