mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 23:32:51 -06:00
one new verb paradigm for Polish resource and one new function in ExtraPol
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
concrete ExtraPol of ExtraPolAbs = CatPol ** open ResPol in {
|
||||
|
||||
lin ProDrop p = {
|
||||
lin
|
||||
|
||||
QualifierCN adj cn = {
|
||||
s = \\n,c => (cn.s ! n ! c) ++ (adj.s ! AF (cast_gennum!<cn.g,n>) c);
|
||||
g = cn.g
|
||||
};
|
||||
|
||||
ProDrop p = {
|
||||
nom = [] ;
|
||||
voc = p.voc ;
|
||||
dep = p.dep ;
|
||||
|
||||
Reference in New Issue
Block a user