https://github.com/apertium/apertium-szl
Silesian morphological dictionary for apertium
https://github.com/apertium/apertium-szl
apertium-languages
Last synced: 3 months ago
JSON representation
Silesian morphological dictionary for apertium
- Host: GitHub
- URL: https://github.com/apertium/apertium-szl
- Owner: apertium
- License: gpl-3.0
- Created: 2018-05-28T19:21:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T01:12:05.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T01:02:20.239Z (about 1 year ago)
- Topics: apertium-languages
- Language: XML
- Homepage:
- Size: 514 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
szl
apertium-szl
===============================================================================This is an Apertium monolingual language package for szl. What
you can use this language package for:* Morphological analysis of szl
* Morphological generation of szl
* Part-of-speech tagging of szlRequirements
===============================================================================You will need the following software installed:
* lttoolbox (>= 3.3.0)
* apertium (>= 3.3.0)
* vislcg3 (>= 0.9.9.10297)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:
$ ./configure
$ makeYou can use ./autogen.sh instead of ./configure if you're compiling
from SVN.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):# make install
You can give a --prefix to ./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.Testing
===============================================================================If you are in the source directory after running make, the following
commands should work:$ echo "TODO: test sentence" | apertium -d . szl-morph
TODO: test analysis result$ echo "TODO: test sentence" | apertium -d . szl-tagger
TODO: test tagger resultFiles and data
===============================================================================* apertium-szl.szl.dix - Monolingual dictionary
* szl.prob - Tagger model
* apertium-szl.szl.rlx - Constraint Grammar disambiguation rules
* apertium-szl.post-szl.dix - Post-generator
* modes.xml - Translation modesFor more information
===============================================================================* https://wiki.apertium.org/wiki/Installation
* https://wiki.apertium.org/wiki/apertium-szl
* 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.netSee also the file AUTHORS included in this distribution.