https://github.com/apertium/apertium-dan
Apertium linguistic data for Danish
https://github.com/apertium/apertium-dan
apertium-languages
Last synced: 3 months ago
JSON representation
Apertium linguistic data for Danish
- Host: GitHub
- URL: https://github.com/apertium/apertium-dan
- Owner: apertium
- License: gpl-3.0
- Created: 2018-03-08T01:33:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-13T13:02:29.000Z (about 2 years ago)
- Last Synced: 2024-05-29T01:32:12.169Z (about 1 year ago)
- Topics: apertium-languages
- Language: XML
- Size: 72.8 MB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Danish: `apertium-dan`
===============================================================================This is an Apertium monolingual language package for Danish. What
you can use this language package for:* Morphological analysis of Danish
* Morphological generation of Danish
* Part-of-speech tagging of DanishRequirements
-------------------------------------------------------------------------------You will need the following software installed:
* lttoolbox (>= 3.5.1)
* apertium (>= 3.6.1)
* vislcg3 (>= 1.3.1)If this does not make any sense, we recommend you look at: apertium.org.
Compiling
-------------------------------------------------------------------------------Given the requirements being installed, you should be able to just run:
```bash
$ autoreconf -fvi
$ ./configure
$ make
```You can use `./autogen.sh` instead of `autoreconf` and `./configure` if you're compiling
from source.If you're doing development, you don't have to install the data, you
can use it directly from this directory.If you are installing this language package as a prerequisite for an
Apertium translation pair, then do (typically as root / with sudo):```console
# make install
```You can use a `--prefix` with `./configure` to install as a non-root user,
but make sure to use the same prefix when installing the translation
pair and any other language packages.If any of this doesn't make sense or doesn't work, see https://wiki.apertium.org/wiki/Install_language_data_by_compiling
Testing
-------------------------------------------------------------------------------If you are in the source directory after running make, the following
commands should work:```console
$ echo "Mit luftpudefartøj er fyldt med ål" | apertium -d . dan-morph
^Mit/min/min$ ^luftpudefartøj/luft+pude+fartøj$ ^er/være$ ^fyldt/fylde/fylde/fylde$ ^med/med/med$ ^ål/åle/ål/ål$^./.$$ echo "Mit luftpudefartøj er fyldt med ål" | apertium -d . dan-disam
^Mit/Min$ ^luftpudefartøj/luft+pude+fartøj$ ^er/være$ ^fyldt/fylde$ ^med/med$ ^ål/ål$^./.$
```Files and data
-------------------------------------------------------------------------------* [`apertium-dan.dan.dix`](apertium-dan.dan.dix) - Monolingual dictionary
* [`dan.prob`](dan.prob) - Tagger model
* [`apertium-dan.dan.rlx`](apertium-dan.dan.rlx) - Constraint Grammar disambiguation rules
* [`apertium-dan.post-dan.dix`](apertium-dan.post-dan.dix) - Post-generator
* [`apertium-dan.dan.udx`](apertium-dan.dan.udx) - Mappings from Apertium tags to Universal Dependencies features
* [`modes.xml`](modes.xml) - Translation modesFor more information
-------------------------------------------------------------------------------* https://wiki.apertium.org/wiki/Installation
* https://wiki.apertium.org/wiki/apertium-dan
* https://wiki.apertium.org/wiki/Using_an_lttoolbox_dictionaryHelp and support
-------------------------------------------------------------------------------If you need help using this language pair or data, you can contact:
* Mailing list: [email protected]
* IRC: `#apertium` on irc.oftc.net (irc://irc.oftc.net/#apertium)See also the file [`AUTHORS`](AUTHORS), included in this distribution.