forked from GitHub/gf-rgl
added comma to Fin.RelCN
This commit is contained in:
@@ -218,11 +218,11 @@ concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, StemFin, Prelude in
|
|||||||
s = \\nf => ap.s ! True ! (n2nform nf) ++ cn.s ! nf ;
|
s = \\nf => ap.s ! True ! (n2nform nf) ++ cn.s ! nf ;
|
||||||
h = cn.h } ;
|
h = cn.h } ;
|
||||||
|
|
||||||
RelCN cn rs = {s = \\nf => cn.s ! nf ++ rs.s ! agrP3 (numN nf) ;
|
RelCN cn rs = {s = \\nf => cn.s ! nf ++ BIND ++ "," ++ rs.s ! agrP3 (numN nf) ;
|
||||||
h = cn.h } ;
|
h = cn.h } ;
|
||||||
|
|
||||||
RelNP np rs = {
|
RelNP np rs = {
|
||||||
s = \\c => np.s ! c ++ "," ++ rs.s ! np.a ;
|
s = \\c => np.s ! c ++ BIND ++ "," ++ rs.s ! np.a ;
|
||||||
a = np.a ;
|
a = np.a ;
|
||||||
isPron = np.isPron ; ---- correct ?
|
isPron = np.isPron ; ---- correct ?
|
||||||
isNeg = np.isNeg
|
isNeg = np.isNeg
|
||||||
|
|||||||
Reference in New Issue
Block a user