Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoDidriksen committed Jan 10, 2021
1 parent 065b862 commit d0623b1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 39 deletions.
34 changes: 2 additions & 32 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,37 +1,7 @@
* text=auto !eol
/ACKNOWLEDGEMENTS -text
/AUTHORS -text
/COPYING -text
/ChangeLog -text
/Makefile.am -text
/NEWS -text
/README -text
/apertium-ita.ita.acx -text
/apertium-ita.ita.dix -text
/apertium-ita.ita.rlx -text
/apertium-ita.ita.tsx -text svneol=unset#application/xml
/apertium-ita.pc.in -text
/apertium-ita.post-ita.dix -text
/autogen.sh -text
/ciao -text
/configure.ac -text
/i_to_p.awk.in -text
/inline_e.awk.in -text
/ita-supervised.make -text
ita-tagger-data/ita-supervised.prob -text
ita-tagger-data/ita.crp -text
ita-tagger-data/ita.crp.txt -text
ita-tagger-data/ita.dic -text
ita-tagger-data/ita.tagged -text
ita-tagger-data/ita.tagged.txt -text
ita-tagger-data/ita.untagged -text
/ita-unsupervised.make -text
/ita.prob -text
/modes.xml -text svneol=unset#application/xml
/sustituye_caracteres.awk.in -text
texts/puupankki/puupankki.ita.vislcg -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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@
/ita.automorf.att.gz
/missing
/modes
/.deps
/i_to_p.awk
/inline_e.awk
/sustituye_caracteres.awk
12 changes: 8 additions & 4 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
2016-2021, Hèctor Alòs i Font <[email protected]>
2014-2018, Francis Tyers <[email protected]>
2018-2019, Lorenza Russo <[email protected]>
2016-2021, Gianfranco Fronteddu <[email protected]>
2017-2019, Lorenza Russo <[email protected]>
2017-2019, Tino Didriksen <[email protected]>
2013-2018, Francis M. Tyers <[email protected]>
2018, Kartik Mistry <[email protected]>
2018, Sushain Cherivirala <[email protected]>
2014-2017, Gianluca Grossi <[email protected]>
2016-2017, Gema Ramírez Sánchez <[email protected]>
2016, Xavi Ivars <[email protected]>
2016, Marina Loffredo <[email protected]>
2014-2016, Kevin Brubeck Unhammer <[email protected]>
2016, Frankie Robertson <[email protected]>
2016, Marina Loffredo <[email protected]>
2016, Xavi Ivars <[email protected]>
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ AM_INIT_AUTOMAKE
AC_PROG_AWK
AC_PATH_PROG(AWKPATH, $AWK, [/usr/bin/gawk])

PKG_CHECK_MODULES(APERTIUM, apertium >= 3.6.0)
PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= 3.5.0)
PKG_CHECK_MODULES(CG3, cg3 >= 1.3.0)
PKG_CHECK_MODULES(APERTIUM, apertium >= 3.7.1)
PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= 3.5.3)
PKG_CHECK_MODULES(CG3, cg3 >= 1.3.2)

AP_MKINCLUDE

Expand Down

0 comments on commit d0623b1

Please sign in to comment.