mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 03:58:34 -06:00
guessed QuantityNP and the MU category
This commit is contained in:
@@ -237,6 +237,9 @@ lin
|
||||
}
|
||||
};
|
||||
|
||||
-- : CN -> NP -> CN ; -- glass of wine
|
||||
--PartNP
|
||||
QuantityNP n m = emptyNP ** {
|
||||
s = \\c => preOrPost m.isPre m.s n.s ;
|
||||
a = { pgn = agrP3 NoHum Masc (sizeToNumber n.n);
|
||||
isPron = False }
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user