mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
started examples-3.0 with examples that are tested to work
This commit is contained in:
12
examples-3.0/tutorial/smart/LexSmartSwe.gf
Normal file
12
examples-3.0/tutorial/smart/LexSmartSwe.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
instance LexSmartSwe of LexSmart = open SyntaxSwe, ParadigmsSwe in {
|
||||
|
||||
oper
|
||||
dim_V2 = mkV2 "dämpa" ;
|
||||
fan_N = mkN "fläkt" ;
|
||||
kitchen_N = mkN "kök" neutrum ;
|
||||
light_N = mkN "lampa" ;
|
||||
livingRoom_N = mkN "vardagsrum" "vardagsrummet" "vardagsrum" "vardagsrummen" ;
|
||||
switchOff_V2 = mkV2 "släcker" ;
|
||||
switchOn_V2 = mkV2 "tänder" ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user