mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
inheriting some translator Extensions in NDTrans. Many of them are not needed, since they are now covered by Pred.
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
abstract NDTrans =
|
abstract NDTrans =
|
||||||
NDLift
|
NDLift
|
||||||
|
,Extensions [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
||||||
,Dictionary - [Pol,Tense]
|
,Dictionary - [Pol,Tense]
|
||||||
|
|
||||||
** {
|
** {
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
concrete NDTransEng of NDTrans =
|
concrete NDTransEng of NDTrans =
|
||||||
NDLiftEng
|
NDLiftEng
|
||||||
|
,ExtensionsEng [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
||||||
,DictionaryEng - [Pol,Tense]
|
,DictionaryEng - [Pol,Tense]
|
||||||
|
|
||||||
** open ResEng, PredInstanceEng, Prelude, (Pr = PredEng) in {
|
** open ResEng, PredInstanceEng, Prelude, (Pr = PredEng) in {
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
concrete NDTransSwe of NDTrans =
|
concrete NDTransSwe of NDTrans =
|
||||||
NDLiftSwe
|
NDLiftSwe
|
||||||
|
,ExtensionsSwe [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
||||||
,DictionarySwe - [Pol,Tense]
|
,DictionarySwe - [Pol,Tense]
|
||||||
|
|
||||||
** open CommonScand, ResSwe, PredInstanceSwe, (Pr=PredSwe), Prelude in {
|
** open CommonScand, ResSwe, PredInstanceSwe, (Pr=PredSwe), Prelude in {
|
||||||
|
|||||||
Reference in New Issue
Block a user