forked from GitHub/gf-rgl
better dictionary visualization in the Android App
This commit is contained in:
@@ -154,4 +154,14 @@ lin
|
|||||||
|
|
||||||
UttAdV adv = adv;
|
UttAdV adv = adv;
|
||||||
|
|
||||||
|
lincat
|
||||||
|
Feat = Str;
|
||||||
|
lin FeatN2, FeatN = \n ->
|
||||||
|
case n.g of {
|
||||||
|
AMasc Human => "(м.р.л.)" ;
|
||||||
|
AMasc NonHuman => "(м.р.)" ;
|
||||||
|
AFem => "(ж.р.)" ;
|
||||||
|
ANeut => "(ср.р.)"
|
||||||
|
} ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -150,4 +150,8 @@ lin
|
|||||||
PNeg = {s = [] ; p = CNeg True} ; -- contracted: don't
|
PNeg = {s = [] ; p = CNeg True} ; -- contracted: don't
|
||||||
UncNeg = {s = [] ; p = CNeg False} ;
|
UncNeg = {s = [] ; p = CNeg False} ;
|
||||||
|
|
||||||
|
lincat
|
||||||
|
Feat = Str;
|
||||||
|
lin FeatN, FeatN2 = \_ -> "";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -72,4 +72,9 @@ fun CompoundCN : Num -> N -> CN -> CN ;
|
|||||||
AdAdV : AdA -> AdV -> AdV ;
|
AdAdV : AdA -> AdV -> AdV ;
|
||||||
|
|
||||||
UttAdV : AdV -> Utt;
|
UttAdV : AdV -> Utt;
|
||||||
|
|
||||||
|
cat Feat;
|
||||||
|
fun FeatN : N -> Feat;
|
||||||
|
FeatN2 : N2 -> Feat;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -124,4 +124,12 @@ lin
|
|||||||
lin
|
lin
|
||||||
UncNeg = {s = [] ; p = Neg} ;
|
UncNeg = {s = [] ; p = Neg} ;
|
||||||
|
|
||||||
|
lincat
|
||||||
|
Feat = Str;
|
||||||
|
lin FeatN2, FeatN = \n ->
|
||||||
|
case n.g of {
|
||||||
|
Utr => "(utr)" ;
|
||||||
|
Neutr => "(neutr)"
|
||||||
|
} ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user