1
0
forked from GitHub/gf-core

Fin modules of NDTrans in place, but refactoring in needed

This commit is contained in:
aarne
2014-02-08 22:25:06 +00:00
parent 1c3d7ea22d
commit bd51fab5e0
12 changed files with 295 additions and 15 deletions

View File

@@ -0,0 +1,12 @@
concrete PredFin of Pred =
CatFin [Ant,NP,Utt,IP,IAdv,Conj] **
PredFunctor - [StartVPC, ContVPC, ---- need generalization
AgentPassUseV,AgentPastPartAP] ---- moreover slow
with
(PredInterface = PredInstanceFin)
** {
lin StartVPC, ContVPC, AgentPassUseV, AgentPastPartAP = variants {} ; ---- just to make it compile as instance of Pred
}