mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 10:48:54 -06:00
added Documentation to NDTrans
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
abstract NDTrans =
|
abstract NDTrans =
|
||||||
NDLift
|
NDLift
|
||||||
,Extensions [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
,Extensions [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
||||||
|
,Documentation - [Pol,Tense]
|
||||||
,Dictionary - [Pol,Tense]
|
,Dictionary - [Pol,Tense]
|
||||||
,Chunk
|
,Chunk
|
||||||
** {
|
** {
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ concrete NDTransEng of NDTrans =
|
|||||||
NDLiftEng
|
NDLiftEng
|
||||||
,ExtensionsEng [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
,ExtensionsEng [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
||||||
,DictionaryEng - [Pol,Tense]
|
,DictionaryEng - [Pol,Tense]
|
||||||
|
,DocumentationEng - [Pol,Tense]
|
||||||
,ChunkEng
|
,ChunkEng
|
||||||
** open ResEng, PredInstanceEng, Prelude, (Pr = PredEng) in {
|
** open ResEng, PredInstanceEng, Prelude, (Pr = PredEng) in {
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ concrete NDTransSwe of NDTrans =
|
|||||||
NDLiftSwe
|
NDLiftSwe
|
||||||
,ExtensionsSwe [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
,ExtensionsSwe [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
||||||
,DictionarySwe - [Pol,Tense]
|
,DictionarySwe - [Pol,Tense]
|
||||||
|
,DocumentationSwe - [Pol,Tense]
|
||||||
,ChunkSwe
|
,ChunkSwe
|
||||||
** open CommonScand, ResSwe, PredInstanceSwe, (Pr=PredSwe), Prelude in {
|
** open CommonScand, ResSwe, PredInstanceSwe, (Pr=PredSwe), Prelude in {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user