Skip to content
This repository was archived by the owner on Jul 26, 2018. It is now read-only.

Commit f485851

Browse files
committed
added ExtraFin.AdjAsCN
1 parent 83e66e1 commit f485851

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

lib/src/finnish/ExtraFin.gf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,9 @@ concrete ExtraFin of ExtraFinAbs = CatFin **
265265
} ;
266266

267267

268+
AdjAsCN ap = {
269+
s = \\nf => ap.s ! True ! (n2nform nf) ;
270+
h = Back ; ---- TODO should be ap.h, which does not exist
271+
} ;
272+
268273
}

lib/src/finnish/ExtraFinAbs.gf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ abstract ExtraFinAbs = Extra [
44
PassVPSlash, PassAgentVPSlash,
55
VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI,
66
VPS,ListVPS,BaseVPS,ConsVPS,ConjVPS,MkVPS,PredVPS,ConjVPS,Tense,Temp,Pol,S,
7-
VV,VP,Conj,NP,Quant,IAdv,IComp,ICompAP,IAdvAdv,Adv,AP, Pron, RP, ProDrop] ** {
7+
VV,VP,Conj,NP,Quant,IAdv,IComp,ICompAP,IAdvAdv,Adv,AP, Pron, RP, ProDrop, AdjAsCN] ** {
88
flags coding=utf8 ;
99

1010
fun

0 commit comments

Comments
 (0)