diff options
| author | aarne <aarne@cs.chalmers.se> | 2009-03-11 16:08:55 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2009-03-11 16:08:55 +0000 |
| commit | 18c6ec5788d2ff9d4c7c5c0e0b82a652114ad206 (patch) | |
| tree | 7af8cb145162dc2af399b2c50dce7be94e49d28b /next-lib/src/finnish/StructuralFin.gf | |
| parent | 84a1d54e827531993b3e91d571456be54378cb44 (diff) | |
Finnish attempto started
Diffstat (limited to 'next-lib/src/finnish/StructuralFin.gf')
| -rw-r--r-- | next-lib/src/finnish/StructuralFin.gf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/next-lib/src/finnish/StructuralFin.gf b/next-lib/src/finnish/StructuralFin.gf index 0a610f93e..5b54da246 100644 --- a/next-lib/src/finnish/StructuralFin.gf +++ b/next-lib/src/finnish/StructuralFin.gf @@ -1,5 +1,5 @@ concrete StructuralFin of Structural = CatFin ** - open MorphoFin, ParadigmsFin, (X = ConstructX), Prelude in { + open MorphoFin, ParadigmsFin, (X = ConstructX), MakeStructuralFin, Prelude in { flags optimize=all ; @@ -304,5 +304,6 @@ lin as_CAdv = X.mkCAdv "yhtä" "kuin" ; + except_Prep = postPrep partitive "lukuunottamatta" ; } |
