1
0
forked from GitHub/gf-rgl

a fairly complete Nynorsk implementation added

This commit is contained in:
stian
2016-06-16 08:15:06 +00:00
parent 05c941257c
commit 2e51cd2034
35 changed files with 1687 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
concrete ExtraNno of ExtraNnoAbs = ExtraScandNno ** open CommonScand, ResNno, Prelude in {
lin
PossNPPron np pro = {
s = \\c => np.s ! NPNom ++ pro.s ! NPPoss (gennumAgr np.a) (caseNP c) ;
a = np.a ;
isPron = False ;
} ;
TFutKommer = {s = []} ** {t = SFutKommer} ; --# notpresent
}