https://github.com/apertium/apertium-nursery
Unreleased Apertium language modules and pairs with some development
https://github.com/apertium/apertium-nursery
apertium-all
Last synced: 8 months ago
JSON representation
Unreleased Apertium language modules and pairs with some development
- Host: GitHub
- URL: https://github.com/apertium/apertium-nursery
- Owner: apertium
- Created: 2018-03-08T03:42:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T10:00:28.000Z (over 4 years ago)
- Last Synced: 2024-10-29T12:41:22.661Z (about 1 year ago)
- Topics: apertium-all
- Homepage:
- Size: 228 KB
- Stars: 4
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apertium-nursery
[Apertium][1] is a free/open-source platform for developing rule-based machine
translation systems.
This repository holds submodules to Apertium pairs that are in the
[Apertium nursery][2].
To clone this repository with all its submodules, run
git clone --recurse-submodules --shallow-submodules --depth 1 git@github.com:apertium/apertium-nursery.git
(Change `--depth 1` to `--depth N` to get the last N commits.)
Most users should not commit directly to this repository. All Apertium
repositories with the topic `apertium-nursery` are automatically updated in this
repository as submodules.
However, changes can be made to submodules in this repository after cloning it.
To make a commit to each changed submodule:
git submodule foreach 'git commit -a -m '
git submodule foreach 'git push'
More information about using Git is [on the wiki][3]. More information about the
submodules is in the READMEs of those repositories under https://github.com/apertium.
[1]: https://wiki.apertium.org/
[2]: https://wiki.apertium.org/wiki/Nursery
[3]: https://wiki.apertium.org/wiki/Using_Git