-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c24bb7
commit fe3258e
Showing
4 changed files
with
13 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,7 @@ | ||
* text=auto !eol | ||
/AUTHORS -text | ||
/COPYING -text | ||
/ChangeLog -text | ||
/Makefile.am -text | ||
/NEWS -text | ||
/README -text | ||
/TODO -text | ||
/apertium-srd-ita.ita-srd.lrx -text | ||
/apertium-srd-ita.ita-srd.t1x -text | ||
/apertium-srd-ita.ita-srd.t2x -text | ||
/apertium-srd-ita.ita-srd.t3x -text | ||
/apertium-srd-ita.srd-ita.dix -text | ||
/apertium-srd-ita.srd-ita.lrx -text | ||
/apertium-srd-ita.srd-ita.t1x -text | ||
/apertium-srd-ita.srd-ita.t2x -text | ||
/apertium-srd-ita.srd-ita.t3x -text | ||
/autogen.sh -text | ||
/configure.ac -text | ||
/corpus_ita_4000.txt -text | ||
dev/glossariu.ita-srd.nospaces.txt -text | ||
dev/glossariu.ita-srd.spaces.txt -text | ||
dev/testvoc/bidix-unknowns.sh -text | ||
dev/testvoc/generation.sh -text | ||
dev/testvoc/streamparser.py -text | ||
evaluacion/notas_evaluacion_final.txt -text | ||
/evaluation.gsoc17 -text | ||
/evaluation.gsoc2017 -text | ||
/modes.xml -text | ||
t/README.org -text | ||
t/config.sh -text | ||
t/config.sh.in -text | ||
t/pending-tests -text | ||
t/regression-tests -text | ||
t/update-latest -text | ||
t/wiki-tests -text | ||
texts/cuento.2.srd.txt -text | ||
texts/cuento.ita.txt -text | ||
texts/cuento.srd.txt -text | ||
texts/guernica.ita.txt -text | ||
texts/guernica.srd.txt -text | ||
texts/pantomaca.ita.txt -text | ||
texts/pintxo.ita.txt -text | ||
texts/pintxo.srd.txt -text | ||
texts/pompia.ita.txt -text | ||
texts/pompia.srd.txt -text | ||
texts/sogliola.ita.txt -text | ||
texts/sogliola.srd.txt -text | ||
texts_bi/comunicadu_ita.txt -text | ||
texts_bi/comunicadu_srd.txt -text | ||
* text eol=lf | ||
*.dix linguist-language=XML linguist-detectable=true | ||
*.lrx linguist-language=XML linguist-detectable=true | ||
*.lsx linguist-language=XML linguist-detectable=true | ||
*.tsx linguist-language=XML linguist-detectable=true | ||
*.t[[:digit:]]x linguist-language=XML linguist-detectable=true | ||
*.prob binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
Copyright (C) 2016--2016 Francis Tyers <[email protected]> | ||
Copyright (C) 2016--2021 Gianfranco Fronteddu <[email protected]> | ||
Copyright (C) 2016--2021 Hèctor Alòs i Font <[email protected]> | ||
2016-2021, Hèctor Alòs i Font <[email protected]> | ||
2016-2020, Gianfranco Fronteddu <[email protected]> | ||
2018, Sushain Cherivirala <[email protected]> | ||
2017, Tino Didriksen <[email protected]> | ||
2016, Francis M. Tyers <[email protected]> | ||
2016, Kevin Brubeck Unhammer <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,13 @@ | ||
AC_PREREQ(2.52) | ||
|
||
AC_INIT([Apertium Sardinian-Italian], [1.1.0], [[email protected]], [apertium-srd-ita], [http://wiki.apertium.org/wiki/Apertium-srd-ita]) | ||
AC_INIT([Apertium Sardinian-Italian], [1.1.0], [[email protected]], [apertium-srd-ita], [https://wiki.apertium.org/wiki/Apertium-srd-ita]) | ||
AM_INIT_AUTOMAKE | ||
|
||
AC_PROG_LN_S | ||
AC_PROG_AWK | ||
|
||
PKG_CHECK_MODULES(APERTIUM, apertium >= 3.6.1) | ||
PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= 3.5.1) | ||
PKG_CHECK_MODULES(CG3, cg3 >= 1.3.1) | ||
PKG_CHECK_MODULES(APERTIUM_LEX_TOOLS, apertium-lex-tools >= 0.2.3) | ||
|
||
|
||
|
||
AC_PATH_PROG([CGCOMP], [cg-comp], [false], [$PATH$PATH_SEPARATOR$with_cg_comp/bin]) | ||
AS_IF([test x$CGCOMP = xfalse], [AC_MSG_ERROR([You don't have cg-comp installed])]) | ||
|
||
AC_PATH_PROG([CGPROC], [cg-proc], [false], [$PATH$PATH_SEPARATOR$with_cg_proc/bin]) | ||
AS_IF([test x$CGPROC = xfalse], [AC_MSG_ERROR([You don't have cg-proc installed])]) | ||
|
||
AC_PATH_PROG([LRXCOMP], [lrx-comp], [false], [$PATH$PATH_SEPARATOR$with_lrx_comp/bin]) | ||
AS_IF([test x$LRXCOMP = xfalse], [AC_MSG_ERROR([You don't have lrx-comp installed])]) | ||
|
||
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])]) | ||
PKG_CHECK_MODULES(APERTIUM, apertium >= 3.7.1) | ||
PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= 3.5.3) | ||
PKG_CHECK_MODULES(CG3, cg3 >= 1.3.2) | ||
PKG_CHECK_MODULES(APERTIUM_LEX_TOOLS, apertium-lex-tools >= 0.2.7) | ||
|
||
AC_PATH_PROGS(ZCAT, [gzcat zcat], [false]) | ||
AS_IF([test x$ZCAT = xfalse], [AC_MSG_ERROR([You don't have zcat nor gzcat installed])]) | ||
|
@@ -36,4 +20,3 @@ AP_CHECK_LING([2], [apertium-ita], [1.1.0]) | |
AP_MKINCLUDE | ||
|
||
AC_OUTPUT([Makefile]) | ||
|