Revision: 19555
          http://sourceforge.net/p/gate/code/19555
Author:   dgmaynard
Date:     2016-08-31 15:11:09 +0000 (Wed, 31 Aug 2016)
Log Message:
-----------
fixing more bugs, this time modal verbs with initial capitals

Modified Paths:
--------------
    gate/trunk/plugins/ANNIE/resources/VP/VerbGroups.jape

Modified: gate/trunk/plugins/ANNIE/resources/VP/VerbGroups.jape
===================================================================
--- gate/trunk/plugins/ANNIE/resources/VP/VerbGroups.jape       2016-08-31 
10:24:35 UTC (rev 19554)
+++ gate/trunk/plugins/ANNIE/resources/VP/VerbGroups.jape       2016-08-31 
15:11:09 UTC (rev 19555)
@@ -59,8 +59,11 @@
 )
 
 Macro: DO
-({Token.string == "do"}|{Token.string == "does"} | {Token.string == "did"})
+({Token.string == "do"}|{Token.string == "does"} | {Token.string == "did"}|
+{Token.string == "Do"}|{Token.string == "Does"} | {Token.string == "Did"}
+)
 
+
 Macro: NEGATION
 (
  (DO)?
@@ -75,12 +78,13 @@
 
 // Negative Verb Groups (i.e. 'not' and other adverbials)
 
-Rule: FVGSimPreActNeg
+Rule: FVGSimPreActNeg2
 // Simple Present Active: does not eat
 
 (
 (DO)
 (NEGATION)
+(ADVS)?
 (
 {Token.category == "VB"}
 )
@@ -90,7 +94,7 @@
   tense = "SimPre",
   voice = "active",
   neg = "yes",
-  rule = "FVGSimPreActNeg"}
+  rule = "FVGSimPreActNeg2"}
 
   
 
@@ -608,7 +612,7 @@
 }
 
 
-Rule: FVGSimPreActNeg
+Rule: FVGSimPreActNeg1
 // Simple Present Active: is not
 // VB not
 
@@ -634,7 +638,7 @@
   tense = "SimPre",
   voice = "active",
 neg = "yes",
-rule = "FVGSimPreActNeg"}
+rule = "FVGSimPreActNeg1"}
 
 
 Rule: FVGSimPasActNeg

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


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to