https://github.com/apertium/apertium-sat
  
  
    Apertium linguistic data for Santali 
    https://github.com/apertium/apertium-sat
  
        Last synced: 19 days ago 
        JSON representation
    
Apertium linguistic data for Santali
- Host: GitHub
 - URL: https://github.com/apertium/apertium-sat
 - Owner: apertium
 - License: gpl-3.0
 - Created: 2022-01-07T07:20:10.000Z (almost 4 years ago)
 - Default Branch: main
 - Last Pushed: 2024-07-14T15:44:05.000Z (over 1 year ago)
 - Last Synced: 2024-10-29T11:01:30.795Z (about 1 year ago)
 - Language: XML
 - Homepage:
 - Size: 264 KB
 - Stars: 3
 - Watchers: 9
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README
 - Changelog: ChangeLog
 - License: COPYING
 - Authors: AUTHORS
 
 
Awesome Lists containing this project
README
          Santali: `apertium-sat`
===============================================================================
This is an Apertium monolingual language package for Santali. What
you can use this language package for:
* Morphological analysis of Santali
* Morphological generation of Santali
* Part-of-speech tagging of Santali
Requirements
-------------------------------------------------------------------------------
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 "TODO: test sentence" | apertium -d . sat-morph
TODO: test analysis result
$ echo "TODO: test sentence" | apertium -d . sat-tagger
TODO: test tagger result
```
Files and data
-------------------------------------------------------------------------------
* [`apertium-sat.sat.dix`](apertium-sat.sat.dix) - Monolingual dictionary
* [`sat.prob`](sat.prob) - Tagger model
* [`apertium-sat.sat.rlx`](apertium-sat.sat.rlx) - Constraint Grammar disambiguation rules
* [`apertium-sat.post-sat.dix`](apertium-sat.post-sat.dix) - Post-generator
* [`apertium-sat.sat.udx`](apertium-sat.sat.udx) - Mappings from Apertium tags to Universal Dependencies features
* [`modes.xml`](modes.xml) - Translation modes
For more information
-------------------------------------------------------------------------------
* https://wiki.apertium.org/wiki/Installation
* https://wiki.apertium.org/wiki/apertium-sat
* 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: apertium-stuff@lists.sourceforge.net
* IRC: `#apertium` on irc.oftc.net (irc://irc.oftc.net/#apertium)
See also the file [`AUTHORS`](AUTHORS), included in this distribution.