mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-31 02:38:55 -06:00
scandinavian tenses
This commit is contained in:
3
src/danish/TenseDan.gf
Normal file
3
src/danish/TenseDan.gf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
concrete TenseDan of Tense = CatDan, TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] **
|
||||||
|
TenseScand with
|
||||||
|
(ResScand = ResDan) ;
|
||||||
3
src/norwegian/TenseNor.gf
Normal file
3
src/norwegian/TenseNor.gf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
concrete TenseNor of Tense = CatNor, TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] **
|
||||||
|
TenseScand with
|
||||||
|
(ResScand = ResNor) ;
|
||||||
3
src/swedish/TenseSwe.gf
Normal file
3
src/swedish/TenseSwe.gf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
concrete TenseSwe of Tense = CatSwe, TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] **
|
||||||
|
TenseScand with
|
||||||
|
(ResScand = ResSwe) ;
|
||||||
Reference in New Issue
Block a user