mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 17:42:51 -06:00
top-level big swedish grammar
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
--# -path=.:../abstract:../common:prelude
|
--# -path=.:../abstract:../common:prelude
|
||||||
|
|
||||||
concrete BigEnglish of BigEnglishAbs =
|
concrete BigEnglish of BigEnglishAbs =
|
||||||
LangEng,
|
English,
|
||||||
IrregEng-[
|
|
||||||
blow_V,burn_V,come_V,dig_V,fall_V,fly_V,freeze_V,go_V,lie_V,run_V,
|
|
||||||
sew_V,sing_V,sit_V,sleep_V,spit_V,stand_V,swell_V,swim_V,think_V],
|
|
||||||
ExtraEng,
|
|
||||||
BigLexEng
|
BigLexEng
|
||||||
** {} ;
|
** {} ;
|
||||||
|
|||||||
@@ -1,10 +1,6 @@
|
|||||||
--# -path=.:../abstract:../common:prelude
|
--# -path=.:alltenses:prelude
|
||||||
|
|
||||||
abstract BigEnglishAbs =
|
abstract BigEnglishAbs =
|
||||||
Lang,
|
EnglishAbs,
|
||||||
IrregEngAbs-[
|
|
||||||
blow_V,burn_V,come_V,dig_V,fall_V,fly_V,freeze_V,go_V,lie_V,run_V,
|
|
||||||
sew_V,sing_V,sit_V,sleep_V,spit_V,stand_V,swell_V,swim_V,think_V],
|
|
||||||
ExtraEngAbs,
|
|
||||||
BigLexEngAbs
|
BigLexEngAbs
|
||||||
** {} ;
|
** {} ;
|
||||||
|
|||||||
6
examples/big/BigSwedish.gf
Normal file
6
examples/big/BigSwedish.gf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
--# -path=.:alltenses:prelude
|
||||||
|
|
||||||
|
concrete BigSwedish of BigSwedishAbs =
|
||||||
|
Swedish,
|
||||||
|
BigLexSwe
|
||||||
|
** {} ;
|
||||||
4
examples/big/BigSwedishAbs.gf
Normal file
4
examples/big/BigSwedishAbs.gf
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
abstract BigSwedishAbs =
|
||||||
|
SwedishAbs,
|
||||||
|
BigLexSweAbs
|
||||||
|
** {} ;
|
||||||
Reference in New Issue
Block a user