Revision: 15919
          http://gate.svn.sourceforge.net/gate/?rev=15919&view=rev
Author:   renew
Date:     2012-07-09 12:50:04 +0000 (Mon, 09 Jul 2012)
Log Message:
-----------
don't use multi-word recognition when doing GATE tokenisation for Spanish

Modified Paths:
--------------
    
gate/trunk/plugins/Tagger_Framework/resources/TreeTagger/tree-tagger-spanish-gate

Modified: 
gate/trunk/plugins/Tagger_Framework/resources/TreeTagger/tree-tagger-spanish-gate
===================================================================
--- 
gate/trunk/plugins/Tagger_Framework/resources/TreeTagger/tree-tagger-spanish-gate
   2012-07-09 03:09:50 UTC (rev 15918)
+++ 
gate/trunk/plugins/Tagger_Framework/resources/TreeTagger/tree-tagger-spanish-gate
   2012-07-09 12:50:04 UTC (rev 15919)
@@ -21,7 +21,8 @@
 cat $* |
 # remove empty lines
 grep -v '^$' |
-# recognition of MWLs
-$MWL -f ${LIB}/spanish-mwls |
+# recognition of MWLs 
+# -- disabled for use with GATE tokens
+# $MWL -f ${LIB}/spanish-mwls |
 # tagging
 $TAGGER $PARFILE -token -lemma -sgml

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to