fixed one have_name_Cl case

This commit is contained in:
Roman Suzi
2020-08-01 09:12:15 +03:00
parent 979808415b
commit 49d97eeef9
2 changed files with 1 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ lin
-- : NP -> NP -> Cl ; -- x's name is y / x s'appelle y (Fre)
have_name_Cl np np1 = {
subj=[];
adv=np.s ! Acc ++ L.name_N.snom;
adv=np.s ! Gen ++ L.name_N.snom;
verb=copulaEll ; -- ???
dep=[] ;
compl=np1.s ! Nom ;