forked from GitHub/gf-rgl
modified mkPN and added preliminary structure of compounds (#452)
* modified mkPN and added preliminary structure of compounds * added PassAgentVPSlash * fixed PassAgentVPSlash and mkN
This commit is contained in:
committed by
GitHub
parent
600af2b8bf
commit
4b4fbbb401
@@ -140,7 +140,9 @@ concrete ConjunctionRus of Conjunction =
|
||||
s = \\n,cas => conj.s1 ++ xs.s1 ! n ! cas ++ conj.s2 ++ xs.s2 ! n ! cas ;
|
||||
g = xs.g ;
|
||||
mayben = JustPl ;
|
||||
anim = xs.anim
|
||||
anim = xs.anim ;
|
||||
rel = (guessAdjectiveForms "");
|
||||
rt = GenType ;
|
||||
} ;
|
||||
|
||||
-- : NP -> NP -> ListNP ; -- John, Mary
|
||||
|
||||
Reference in New Issue
Block a user