mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
changed names of resource-1.3; added a note on homepage on release
This commit is contained in:
20
old-examples/tutorial/semantics/LexBaseEng.gf
Normal file
20
old-examples/tutorial/semantics/LexBaseEng.gf
Normal file
@@ -0,0 +1,20 @@
|
||||
instance LexBaseEng of LexBase = open SyntaxEng, ParadigmsEng in {
|
||||
|
||||
oper
|
||||
even_A = mkA "even" ;
|
||||
odd_A = mkA "odd" ;
|
||||
prime_A = mkA "prime" ;
|
||||
great_A = mkA "great" ;
|
||||
common_A = mkA "common" ;
|
||||
equal_A2 = mkA2 (mkA "equal") (mkPrep "to") ;
|
||||
greater_A2 = mkA2 (mkA "greater") (mkPrep "than") ; ---
|
||||
smaller_A2 = mkA2 (mkA "smaller") (mkPrep "than") ; ---
|
||||
divisible_A2 = mkA2 (mkA "divisible") (mkPrep "by") ;
|
||||
number_N = mkN "number" ;
|
||||
sum_N2 = mkN2 (mkN "sum") (mkPrep "of") ;
|
||||
product_N2 = mkN2 (mkN "product") (mkPrep "of") ;
|
||||
divisor_N2 = mkN2 (mkN "divisor") (mkPrep "of") ;
|
||||
|
||||
none_NP = mkNP (mkPN "none") ; ---
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user