mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 09:28:54 -06:00
tried to implement CountNP
This commit is contained in:
@@ -179,4 +179,9 @@ concrete NounLat of Noun = CatLat ** open ResLat, Prelude, ConjunctionLat in {
|
|||||||
{
|
{
|
||||||
s = \\n,c => cn.s ! n ! c ++ (combineNounPhrase np) ! PronNonDrop ! c ;
|
s = \\n,c => cn.s ! n ! c ++ (combineNounPhrase np) ! PronNonDrop ! c ;
|
||||||
} ; -- massable = cn.massable } ;
|
} ; -- massable = cn.massable } ;
|
||||||
|
|
||||||
|
-- CountNP : Det -> NP -> NP ; -- three of them, some of the boys
|
||||||
|
CountNP det np = np ** {
|
||||||
|
det = det
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user