added Documentation to NDTrans

This commit is contained in:
aarne
2014-03-08 17:39:13 +00:00
parent 340b32594f
commit 19fcc31597
3 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
abstract NDTrans =
NDLift
,Extensions [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
,Documentation - [Pol,Tense]
,Dictionary - [Pol,Tense]
,Chunk
** {

View File

@@ -4,6 +4,7 @@ concrete NDTransEng of NDTrans =
NDLiftEng
,ExtensionsEng [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
,DictionaryEng - [Pol,Tense]
,DocumentationEng - [Pol,Tense]
,ChunkEng
** open ResEng, PredInstanceEng, Prelude, (Pr = PredEng) in {

View File

@@ -4,6 +4,7 @@ concrete NDTransSwe of NDTrans =
NDLiftSwe
,ExtensionsSwe [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
,DictionarySwe - [Pol,Tense]
,DocumentationSwe - [Pol,Tense]
,ChunkSwe
** open CommonScand, ResSwe, PredInstanceSwe, (Pr=PredSwe), Prelude in {