Index: incubator/apertium-eng-cat/Makefile.am =================================================================== --- incubator/apertium-eng-cat/Makefile.am (revision 81916) +++ incubator/apertium-eng-cat/Makefile.am (revision 81917) @@ -44,6 +44,7 @@ $(PREFIX1).t1x.bin \ $(PREFIX1).t2x.bin \ $(PREFIX1).t3x.bin \ + $(PREFIX1).autosep.bin \ $(PREFIX2).automorf.bin \ $(PREFIX2).prob \ $(PREFIX2).rlx.bin \ @@ -183,6 +184,13 @@ lrx-comp $< $@ ############################################################################### +## Reordering separable/discontiguous multiwords +############################################################################### + +$(PREFIX1).autosep.bin: $(BASENAME).$(PREFIX1).lsx + lsx-comp $< $@ + +############################################################################### ## Structural transfer rules ############################################################################### @@ -215,7 +223,6 @@ ## Postgeneration dictionaries ############################################################################### - ############################################################################### ## Distribution ############################################################################### Index: incubator/apertium-eng-cat/apertium-eng-cat.eng-cat.lsx =================================================================== --- incubator/apertium-eng-cat/apertium-eng-cat.eng-cat.lsx (nonexistent) +++ incubator/apertium-eng-cat/apertium-eng-cat.eng-cat.lsx (revision 81917) @@ -0,0 +1,31 @@ + + ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz + + + + + + + + + + + + + + + + + + + + + + always + anually + bianually + + +
+
+
Index: incubator/apertium-eng-cat/configure.ac =================================================================== --- incubator/apertium-eng-cat/configure.ac (revision 81916) +++ incubator/apertium-eng-cat/configure.ac (revision 81917) @@ -23,6 +23,9 @@ AC_PATH_PROG([LRXPROC], [lrx-proc], [false], [$PATH$PATH_SEPARATOR$with_lrx_proc/bin]) AS_IF([test x$LRXPROC = xfalse], [AC_MSG_ERROR([You don't have lrx-proc installed])]) +AC_PATH_PROG([LSXCOMP], [lsx-comp], [false], [$PATH$PATH_SEPARATOR$with_lsx_comp/bin]) +AS_IF([test x$LSXCOMP = xfalse], [AC_MSG_ERROR([You don't have lsx-comp installed])]) + AC_PATH_PROGS(ZCAT, [gzcat zcat], [false]) AS_IF([test x$ZCAT = xfalse], [AC_MSG_ERROR([You don't have zcat nor gzcat installed])]) Index: incubator/apertium-eng-cat/modes.xml =================================================================== --- incubator/apertium-eng-cat/modes.xml (revision 81916) +++ incubator/apertium-eng-cat/modes.xml (revision 81917) @@ -13,9 +13,12 @@ - + + + + @@ -55,9 +58,12 @@ - + + + + @@ -110,12 +116,31 @@ - + + + + + + + + + + + + + + + + + + + + @@ -126,9 +151,12 @@ - + + + + @@ -143,9 +171,12 @@ - + + + + @@ -163,9 +194,12 @@ - + + + + @@ -186,9 +220,12 @@ - + + + + @@ -213,9 +250,12 @@ - + + + + @@ -244,9 +284,12 @@ - + + + +