Skip to content

Commit

Permalink
Merge branch 'master' of github.com:/apertium/apertium-spa
Browse files Browse the repository at this point in the history
  • Loading branch information
ftyers committed Aug 28, 2024
2 parents 7f86eb1 + 728ba37 commit a9a38da
Show file tree
Hide file tree
Showing 17 changed files with 14,304 additions and 4,741 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/monolingual.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Apertium Monolingual CI/CD

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
call-workflow:
uses: apertium/github-actions/.github/workflows/monolingual-build.yml@master
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@
/.d
/.deps
/*~
/*.hfst
/*.zhfst
/.DS_Store
/*-*.prob
/config.in
/config
/test/*-output.txt
/dev/testvoc/duplicates.*.txt
29 changes: 15 additions & 14 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
2018-2019, Jaume Ortolà <[email protected]>
2017-2019, Hèctor Alòs i Font <hectoralos@gmail.com>
2017-2019, Marc Riera Irigoyen <marc.riera.irigoyen@gmail.com>
2014-2019, Francis Tyers <ftyers@prompsit.com>
2017-2019, Donís Seguí <donissegui@gmail.com>
2016-2018, Xavi Ivars <xavi.ivars@gmail.com>
2017-2021, Jaume Ortolà i Font <[email protected]>
2014-2020, Francis M. Tyers <ftyers@prompsit.com>
2016-2020, Xavi Ivars <xavi.ivars@gmail.com>
2017-2020, Donís Seguí <donissegui@gmail.com>
2017-2020, Marc Riera Irigoyen <marc.riera.irigoyen@gmail.com>
2017-2020, Tino Didriksen <mail@tinodidriksen.com>
2016-2019, Gema Ramírez Sánchez <[email protected]>
2017-2018, Jaume Ortolà i Font <[email protected]>
2017-2019, Hèctor Alòs i Font <[email protected]>
2018-2019, Alberto Navalonlillo <[email protected]>
2019, Tany Gómez <[email protected]>
2015-2018, Juan Pablo Martínez Cortés <[email protected]>
2016, [email protected]
2015-2018, Mikel L. Forcada <[email protected]>
2018, Sushain Cherivirala <[email protected]>
2016-2017, Trond Trosterud <[email protected]>
2014-2016, Iza Kusicielek <[email protected]>
2019, Tany Gómez <[email protected]>
2018, Alberto Navalon <[email protected]>
2014-2016, Kevin Brubeck Unhammer <[email protected]>
2016, Frankie Robertson <[email protected]>
2016, Marina Loffredo <[email protected]>
2016, [email protected]
2016, Ульяна Сенцова <[email protected]>
2016, Frankie Robertson <[email protected]>
2016, Trond Trosterud <[email protected]>
2015-2018, Mikel L. Forcada <[email protected]>
2015-2016, Juan Pablo Martínez Cortés <[email protected]>
2015, Benedikt Freisen <[email protected]>
2015, Tommi Pirinen <[email protected]>
15 changes: 6 additions & 9 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -77,29 +77,26 @@ EXTRA_DIST=$(BASENAME).$(LANG1).metadix \
apertium_spadir=$(prefix)/share/apertium/$(BASENAME)/
apertium_spa_srcdir=$(prefix)/share/apertium/$(BASENAME)/

apertium_spa_DATA=$(TARGETS_COMMON) $(LANG1).prob $(BASENAME).$(LANG1).acx
apertium_spa_DATA=$(TARGETS_COMMON) \
$(LANG1).prob \
$(BASENAME).$(LANG1).acx \
$(BASENAME).$(LANG1).metadix \
$(BASENAME).$(LANG1).rlx

pkgconfigdir = $(prefix)/share/pkgconfig
pkgconfig_DATA = $(BASENAME).pc

noinst_DATA=modes/$(LANG1)-morph.mode

install-data-local: install-modes
$(INSTALL_DATA) $(BASENAME).$(LANG1).metadix $(DESTDIR)$(apertium_spa_srcdir)
$(INSTALL_DATA) $(BASENAME).$(LANG1).rlx $(DESTDIR)$(apertium_spa_srcdir)

CLEANFILES = $(TARGETS_COMMON)
clean-local:
-rm -rf .deps modes


###############################################################################
## Test
###############################################################################

test: all
echo "frase de prueba" | apertium -d . spa-tagger | tee .test-mt
@echo '^frase<n><f><sg>$$ ^de<pr>$$ ^prueba<n><f><sg>$$^.<sent>$$' > .test-ref
@diff .test-ref .test-mt
@rm .test-ref .test-mt
bash -x dev/test-grep.sh
apertium-regtest test
10 changes: 5 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You will need the following software installed:
* apertium (>= 3.3.0)
* vislcg3 (>= 0.9.9.10297)

If this does not make any sense, we recommend you look at: www.apertium.org
If this does not make any sense, we recommend you look at: apertium.org

Compiling
===============================================================================
Expand Down Expand Up @@ -76,17 +76,17 @@ Files and data
For more information
===============================================================================

* http://wiki.apertium.org/wiki/Installation
* http://wiki.apertium.org/wiki/apertium-spa
* http://wiki.apertium.org/wiki/Using_an_lttoolbox_dictionary
* https://wiki.apertium.org/wiki/Installation
* https://wiki.apertium.org/wiki/apertium-spa
* https://wiki.apertium.org/wiki/Using_an_lttoolbox_dictionary

Help and support
===============================================================================

If you need help using this language pair or data, you can contact:

* Mailing list: [email protected]
* IRC: `#apertium` on `irc.freenode.net`
* IRC: `#apertium` on `irc.oftc.net`

See also the file AUTHORS included in this distribution.

Loading

0 comments on commit a9a38da

Please sign in to comment.