mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Ger) Comment out lins that don't compile
This commit is contained in:
@@ -35,7 +35,9 @@ lin FullName gn sn = {
|
||||
rc, ext = []
|
||||
} ;
|
||||
|
||||
lin UseLN ln = {
|
||||
-- UseLN : LN -> NP ;
|
||||
lin UseLN ln = notYet "UseLN" ;
|
||||
{- Old version by Krasimir: {
|
||||
s = \\c => case ln.hasArt of {
|
||||
True => artDefContr (gennum ln.g ln.n) c ++ usePrepC c (\k -> ln.s ! Weak ! k) ;
|
||||
False => usePrepC c (\k -> ln.s ! adjfCase Strong k ! k)
|
||||
@@ -44,22 +46,30 @@ lin UseLN ln = {
|
||||
w = WLight ;
|
||||
rc, ext = []
|
||||
} ;
|
||||
-}
|
||||
|
||||
lin PlainLN ln = {
|
||||
-- PlainLN : LN -> NP ;
|
||||
lin PlainLN ln = notYet "PlainLN" ;
|
||||
{- {
|
||||
s = \\c => usePrepC c (\k -> ln.s ! adjfCase Strong k ! k) ;
|
||||
a = agrgP3 ln.g ln.n ;
|
||||
w = WLight ;
|
||||
rc, ext = []
|
||||
} ;
|
||||
-}
|
||||
|
||||
lin InLN ln = {
|
||||
-- InLN : LN -> Adv ;
|
||||
lin InLN ln = notYet "InLN" ;
|
||||
{- {
|
||||
s = let c = NPP CInDat
|
||||
in case ln.hasArt of {
|
||||
True => artDefContr (gennum ln.g ln.n) c ++ usePrepC c (\k -> ln.s ! Weak ! k) ;
|
||||
False => usePrepC c (\k -> ln.s ! adjfCase Strong k ! k)
|
||||
} ;
|
||||
} ;
|
||||
-}
|
||||
|
||||
-- AdjLN : AP -> LN -> LN ;
|
||||
lin AdjLN ap ln = ln ** {
|
||||
s = \\a,c =>
|
||||
preOrPost ap.isPre
|
||||
|
||||
Reference in New Issue
Block a user