mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 02:39:31 -06:00
rudimentary dependency tree by command vd
This commit is contained in:
@@ -25,7 +25,7 @@ compat:
|
||||
$(RUNMAKE) present compat
|
||||
|
||||
prelude:
|
||||
gf -batch prelude/*.gf
|
||||
gf -batch -path=prelude prelude/*.gf
|
||||
cp -p prelude/*.gfo ../prelude
|
||||
|
||||
constructX:
|
||||
|
||||
@@ -120,7 +120,7 @@ lin
|
||||
milk_N = regGenN "melk" masculine ;
|
||||
moon_N = regGenN "måne" masculine ;
|
||||
mother_N2 = mkN2 (mkN "mor" "moren" "mødre" "mødrene") (mkPrep "til") ; ---- fem
|
||||
mountain_N = regGenN "berg" neutrum ;
|
||||
mountain_N = regGenN "fjell" neutrum ;
|
||||
music_N = mk2N "musikk" "musikken" ;
|
||||
narrow_A = regADeg "smal" ;
|
||||
new_A = mkADeg "ny" "nytt" "nye" "nyere" "nyest" ;
|
||||
|
||||
@@ -328,7 +328,7 @@ oper
|
||||
{s = table {NPPoss _ => x ; _ => y} ; a = agrP3 g n ;
|
||||
lock_NP = <>} ;
|
||||
|
||||
mk3A a b c = (mkAdject a b c [] []) ** {isComp = False ; lock_A = <>} ;
|
||||
mk3A = mk3ADeg ; ---- (mkAdject a b c [] []) ** {isComp = False ; lock_A = <>} ;
|
||||
mk2A a b = mk3A a b (a + "e") ;
|
||||
regA a = (regADeg a) ** {isComp = False ; lock_A = <>} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user