Revision: 17726
          http://sourceforge.net/p/gate/code/17726
Author:   dgmaynard
Date:     2014-03-21 15:10:00 +0000 (Fri, 21 Mar 2014)
Log Message:
-----------
it always helps to call features by their correct names

Modified Paths:
--------------
    gate/trunk/plugins/ANNIE/resources/NE/first.jape
    gate/trunk/plugins/ANNIE/resources/NE/main.jape

Modified: gate/trunk/plugins/ANNIE/resources/NE/first.jape
===================================================================
--- gate/trunk/plugins/ANNIE/resources/NE/first.jape    2014-03-21 15:06:40 UTC 
(rev 17725)
+++ gate/trunk/plugins/ANNIE/resources/NE/first.jape    2014-03-21 15:10:00 UTC 
(rev 17726)
@@ -66,11 +66,12 @@
 
 
 Rule: UpperAllCaps
+Priority: 100
 // separate proper nouns that are in all caps, as they're more ambiguous
 (
- {Token.category == NNP, Token.orth == upper}
+ {Token.category == NNP, Token.orth == allCaps}
  ({Token.string == "-"}
-  {Token.category == NNP, Token.orth == upper}
+  {Token.category == NNP, Token.orth == allCaps}
  )?
 ):tag
 -->

Modified: gate/trunk/plugins/ANNIE/resources/NE/main.jape
===================================================================
--- gate/trunk/plugins/ANNIE/resources/NE/main.jape     2014-03-21 15:06:40 UTC 
(rev 17725)
+++ gate/trunk/plugins/ANNIE/resources/NE/main.jape     2014-03-21 15:10:00 UTC 
(rev 17726)
@@ -35,4 +35,4 @@
 name_context
 org_context
 loc_context
-clean
+//clean

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


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to