An open API service indexing awesome lists of open source software.

https://github.com/apertium/apertium-shared

Shared data files for Apertium modules and pairs
https://github.com/apertium/apertium-shared

Last synced: 8 months ago
JSON representation

Shared data files for Apertium modules and pairs

Awesome Lists containing this project

README

          

Apertium-shared
================================================================================

Requirements
--------------------------------------------------------------------------------

* lttoolbox >= 3.6.3
* apertium >= 3.8.1

Description
--------------------------------------------------------------------------------

This package provides shared files for phenomena that are frequently shared
across languages, such as email addresses and numbers, which can be included
in language specific dictionaries using `hfst-union` or `lt-append`.

Usage
--------------------------------------------------------------------------------

In `configure.ac`:
```
PKG_CHECK_MODULES(APERTIUM_SHARED, apertium-shared >= 0.0.1)
PKG_CHECK_VAR([SHARESRC], [apertium-shared], [srcdir])
```

In `Makefile.am`:
```
$(LANG1).automorf.bin: .deps/$(LANG1).automorf.bin $(SHARESRC)/shared-mono-lr.bin
lt-append -k $^ $@
```
And rename existing `$(LANG1).automorf.bin` to `.deps/$(LANG1).automorf.bin`