mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-26 21:12:50 -06:00
ExtFoods for book
This commit is contained in:
@@ -10,4 +10,11 @@ instance LexFoodsFin of LexFoods = open SyntaxFin, ParadigmsFin in {
|
||||
expensive_A = mkA "kallis" ;
|
||||
delicious_A = mkA "herkullinen" ;
|
||||
boring_A = mkA "tylsä" ;
|
||||
|
||||
eat_V2 = mkV2 (mkV "syödä") partitive ;
|
||||
drink_V2 = mkV2 (mkV "juoda") partitive ;
|
||||
pay_V2 = mkV2 (mkV "maksaa") ;
|
||||
lady_N = mkN "rouva" ;
|
||||
gentleman_N = mkN "herra" ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user