https://github.com/apertium/apertium-uzb
Apertium linguistic data for Uzbek
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.8%) to scientific vocabulary
Keywords
apertium-languages
Keywords from Contributors
apertium-incubator
apertium-nursery
apertium-tools
apertium-trunk
bokmal
norsk
norwegian
nynorsk
apertium-bilingual-data
finnish-translation
Last synced: 11 months ago
·
JSON representation
Repository
Apertium linguistic data for Uzbek
Basic Info
- Host: GitHub
- Owner: apertium
- License: gpl-3.0
- Language: Python
- Default Branch: master
- Size: 5.74 MB
Statistics
- Stars: 6
- Watchers: 13
- Forks: 11
- Open Issues: 5
- Releases: 0
Topics
apertium-languages
Created over 8 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
License
Authors
README
Uzbek (`apertium-uzb`)
===============================================================================
This is an Apertium monolingual language package for Uzbek. What
you can use this language package for:
* Morphological analysis of Uzbek
* Morphological generation of Uzbek
* Part-of-speech tagging of Uzbek
Requirements
===============================================================================
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
$ make
```
You can use `./autogen.sh` instead of `./configure` if you're compiling
from GitHub.
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:
* Morphological analysis:
$ echo "Bilim barchamizga baxt keltiradi" | apertium -d . uzb-morph
^Bilim/bilim/bilim$ ^barchamizga/barcha$ ^baxt/baxt/baxt$ ^keltiradi/keltir$^./.$
* Tagging (analysis + disambiguation):
$ echo "Bilim barchamizga baxt keltiradi" | apertium -d . uzb-tagger
^Bilim/bilim$ ^barchamizga/barcha$ ^baxt/baxt$ ^keltiradi/keltir$^./.$
* Morphological generation:
$ echo "^Bilim$ ^barcha$ ^baxt$ ^keltir$^.$" | apertium -f none -d . uzb-gener
Bilim barchamizga baxt keltiradi.
Files and data
===============================================================================
* `apertium-uzb.uzb.dix` - Monolingual dictionary
* `uzb.prob` - Tagger model
* `apertium-uzb.uzb.rlx` - Constraint Grammar disambiguation rules
* `apertium-uzb.post-uzb.dix` - Post-generator
* `modes.xml` - Translation modes
For more information
===============================================================================
* https://wiki.apertium.org/wiki/Installation
* https://wiki.apertium.org/wiki/apertium-uzb
* 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`
See also the file AUTHORS included in this distribution.
Owner
- Name: Apertium
- Login: apertium
- Kind: organization
- Email: apertium-contact@lists.sourceforge.net
- Website: https://wiki.apertium.org/
- Repositories: 630
- Profile: https://github.com/apertium
Free/open-source platform for developing rule-based machine translation systems and language technology
GitHub Events
Total
- Push event: 4
Last Year
- Push event: 4
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| elmurod1202 | e****2@g****m | 91 |
| koguzhan | k****z@g****m | 74 |
| jonorthwash | j****n@g****m | 67 |
| Francis M. Tyers | f****s@p****m | 51 |
| Ilnar Salimzianov | i****r@s****g | 32 |
| Kantoro Erkulov | k****0@g****m | 16 |
| sharapat | k****j@g****m | 16 |
| Kevin Brubeck Unhammer | u****r@f****g | 14 |
| Tino Didriksen | m****l@t****m | 4 |
| sevilay bayatli | s****i@g****m | 2 |
| Daniel Swanson | p****e@g****m | 1 |
| Sushain Cherivirala | s****n@s****e | 1 |
| Zigfruid | Z****d@g****m | 1 |
| Gianluca Grossi | g****i@m****m | 1 |
| MambetniyazovAmir | m****z@m****u | 1 |
| koguzhan | o****z@L****n | 1 |
Committer Domains (Top 20 + Academic)
laptop-tq9efoph.localdomain: 1
mail.ru: 1
me.com: 1
skc.name: 1
tinodidriksen.com: 1
fsfe.org: 1
selimcan.org: 1
prompsit.com: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 5
- Total pull requests: 12
- Average time to close issues: 8 months
- Average time to close pull requests: 21 days
- Total issue authors: 4
- Total pull request authors: 5
- Average comments per issue: 2.2
- Average comments per pull request: 1.67
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ftyers (2)
- nlhowell (1)
- ogabek96 (1)
- koghuzhan (1)
Pull Request Authors
- elmurod1202 (6)
- MambetniyazovAmir (2)
- Zigfruid (2)
- sevilaybayatli (1)
- kamush901 (1)