mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
13 lines
335 B
Plaintext
13 lines
335 B
Plaintext
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" ;
|
|
|
|
}
|