mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
Tense to Common ; Idiom ; Text
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
concrete CatGer of Cat = TenseX ** open ResGer, Prelude in {
|
||||
concrete CatGer of Cat = CommonX ** open ResGer, Prelude in {
|
||||
|
||||
flags optimize=all_subs ;
|
||||
|
||||
@@ -6,7 +6,7 @@ concrete CatGer of Cat = TenseX ** open ResGer, Prelude in {
|
||||
|
||||
-- Phrase
|
||||
|
||||
Text, Phr, Utt, Voc = {s : Str} ;
|
||||
Utt, Voc = {s : Str} ;
|
||||
|
||||
-- Tensed/Untensed
|
||||
|
||||
|
||||
7
lib/resource-1.0/german/IdiomGer.gf
Normal file
7
lib/resource-1.0/german/IdiomGer.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
concrete IdiomGer of Idiom = CatGer **
|
||||
open MorphoGer, ParadigmsGer, Prelude in {
|
||||
|
||||
flags optimize=all_subs ;
|
||||
|
||||
}
|
||||
|
||||
@@ -11,10 +11,12 @@ concrete LangGer of Lang =
|
||||
RelativeGer,
|
||||
ConjunctionGer,
|
||||
PhraseGer,
|
||||
TextX,
|
||||
IdiomGer,
|
||||
StructuralGer,
|
||||
LexiconGer
|
||||
** {
|
||||
|
||||
flags startcat = Phr ;
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
|
||||
@@ -63,7 +63,7 @@ concrete StructuralGer of Structural = CatGer **
|
||||
a = Strong
|
||||
} ;
|
||||
only_Predet = {s = \\_,_,_ => "nur"} ;
|
||||
no_Phr = ss ["Nein ."] ;
|
||||
no_Phr = ss "nein" ;
|
||||
on_Prep = mkPrep "auf" Dat ;
|
||||
or_Conj = ss "oder" ** {n = Sg} ;
|
||||
otherwise_PConj = ss "sonst" ;
|
||||
@@ -123,6 +123,6 @@ concrete StructuralGer of Structural = CatGer **
|
||||
youSg_Pron = mkPronPers "du" "dich" "dir" "deiner" "dein" Sg P2 ;
|
||||
youPl_Pron = mkPronPers "ihr" "euch" "euch" "eurer" "euer" Pl P2 ; ---- poss
|
||||
youPol_Pron = mkPronPers "Sie" "Sie" "Ihnen" "Ihrer" "Ihr" Pl P3 ;
|
||||
yes_Phr = ss ["Ja ."] ;
|
||||
yes_Phr = ss "ja" ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user