Skip to content

Commit 2a73a2a

Browse files
committed
Merge branch 'main' of github.com:giellalt/lang-est-x-utee into main
2 parents ac65cd3 + 4b5829b commit 2a73a2a

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.gut/delta.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
template = "https://github.com/giellalt/template-lang-und"
2-
rev_id = 175
3-
template_sha = "bf3ac2ead0081366d7a999df6f804fc6662bbe30"
2+
rev_id = 177
3+
template_sha = "8f801491bbbdb21a1f61364166c77fb33bd4a1f0"
44

55
[replacements]
66
__REPO__ = "lang-est-x-utee"

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ The Estonian (Tartu Ülikool) morphology and tools
44
[![Maturity](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fgiellalt%2Flang-est-x-utee%2Fgh-pages%2Fmaturity.json)](https://giellalt.github.io/MaturityClassification.html)
55
![Lemma count](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fgiellalt%2Flang-est-x-utee%2Fgh-pages%2Flemmacount.json)
66
[![GitHub issues](https://img.shields.io/github/issues-raw/giellalt/lang-est-x-utee)](https://github.com/giellalt/lang-est-x-utee/issues)
7-
[![Build Status](https://divvun-tc.giellalt.org/api/github/v1/repository/giellalt/lang-est-x-utee/main/badge.svg)](https://github.com/giellalt/lang-est-x-utee/actions)
87
[![License](https://img.shields.io/github/license/giellalt/lang-est-x-utee)](https://github.com/giellalt/lang-est-x-utee/blob/main/LICENSE)
9-
[![Desktop speller download](https://img.shields.io/badge/download%40latest-desktop--bhfst-brightgreen)](https://pahkat.uit.no/main/download/speller-est?platform=desktop&channel=nightly)
10-
[![Mobile speller download](https://img.shields.io/badge/download%40latest-mobile--bhfst-brightgreen)](https://pahkat.uit.no/main/download/speller-est?platform=mbile&channel=nightly)
8+
[![Doc Build Status](https://github.com/giellalt/lang-est-x-utee/workflows/Docs/badge.svg)](https://github.com/giellalt/lang-est-x-utee/actions)
9+
[![CI/CD Build Status](https://divvun-tc.giellalt.org/api/github/v1/repository/giellalt/lang-est-x-utee/main/badge.svg)](https://divvun-tc.giellalt.org/api/github/v1/repository/giellalt/lang-est-x-utee/main/latest)
10+
11+
Download nightly / CI/CD installation packages for testing (contains the core zhfst file(s)):
12+
13+
[![Windows](https://img.shields.io/badge/download%40latest-Windows--bhfst-brightgreen)](https://pahkat.uit.no/main/download/speller-est?platform=windows&channel=nightly)
14+
[![MacOS](https://img.shields.io/badge/download%40latest-macOS--bhfst-brightgreen)](https://pahkat.uit.no/main/download/speller-est?platform=macos&channel=nightly)
15+
[![Mobile](https://img.shields.io/badge/download%40latest-mobile--bhfst-brightgreen)](https://pahkat.uit.no/main/download/speller-est?platform=mobile&channel=nightly)
16+
17+
__NB!!__ Note that the nightly / CI/CD installation packages are not tested for language quality, and might contain regressions and errors.
1118

1219
This repository contains finite state source files for the Estonian language,
1320
for building morphological analysers, proofing tools
@@ -46,7 +53,7 @@ dictionaries, you need:
4653
- an FST compiler: [HFST](https://github.com/hfst/hfst)
4754
- [VislCG3](https://visl.sdu.dk/svn/visl/tools/vislcg3/trunk) Constraint Grammar tools
4855

49-
To install VislCG3 and HFST, just copy/paste this into your Terminal on **Mac OS X**:
56+
To install VislCG3 and HFST, just copy/paste this into your Terminal on **macOS**:
5057

5158
```
5259
curl https://apertium.projectjj.com/osx/install-nightly.sh | sudo bash

0 commit comments

Comments
 (0)