mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 20:52:50 -06:00
started examples-3.0 with examples that are tested to work
This commit is contained in:
20
examples-3.0/tutorial/resource-foods/LexFoodsFin.gf
Normal file
20
examples-3.0/tutorial/resource-foods/LexFoodsFin.gf
Normal file
@@ -0,0 +1,20 @@
|
||||
instance LexFoodsFin of LexFoods = open SyntaxFin, ParadigmsFin in {
|
||||
oper
|
||||
wine_N = mkN "viini" ;
|
||||
pizza_N = mkN "pizza" ;
|
||||
cheese_N = mkN "juusto" ;
|
||||
fish_N = mkN "kala" ;
|
||||
fresh_A = mkA "tuore" ;
|
||||
warm_A = mkA "lämmin" ;
|
||||
italian_A = mkA "italialainen" ;
|
||||
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