mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Black's notice
This commit is contained in:
@@ -6,6 +6,7 @@ flags startcat=Phr ; lexer=textlit ; parser=chart ; unlexer=text ;
|
||||
|
||||
-- a random sample from the lexicon
|
||||
|
||||
-- adapted from a word list by Alan Black. Not to be used for military purposes.
|
||||
|
||||
lin abandon24 = verb2 "abandon" "" ;
|
||||
lin abbreviate25 = vGen "abbreviate" ;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
-- backtracks
|
||||
-- part of this is adapted from a word list by Alan Black. Not to be used for military purposes.
|
||||
|
||||
V2 ::= "abandons" | "abandon" | "abandoned" | "abandoning" ;
|
||||
V ::= "abbreviates" | "abbreviate" | "abbreviated" | "abbreviating" ;
|
||||
V2 ::= "abducts" | "abduct" | "abducted" | "abducting" ;
|
||||
|
||||
Reference in New Issue
Block a user