Skip to content

Commit

Permalink
deploy: dd8e98b
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jan 22, 2024
1 parent 414b1d4 commit 73176fd
Show file tree
Hide file tree
Showing 18 changed files with 71 additions and 79 deletions.
24 changes: 10 additions & 14 deletions Links.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,19 @@
* `cg3/`
* [functions.cg3](src-cg3-functions.cg3.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/cg3/functions.cg3))
* `fst/`
* `affixes/`
* [propernouns.lexc](src-fst-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/affixes/propernouns.lexc))
* [symbols.lexc](src-fst-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/affixes/symbols.lexc))
* [verbs.lexc](src-fst-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/affixes/verbs.lexc))
* [root.lexc](src-fst-root.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/root.lexc))
* `stems/`
* [numerals.lexc](src-fst-stems-numerals.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/stems/numerals.lexc))
* [pronouns.lexc](src-fst-stems-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/stems/pronouns.lexc))
* [verb_stems.lexc](src-fst-stems-verb_stems.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/stems/verb_stems.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/phonetics/txt2ipa.xfscript))
* `transcriptions/`
* [transcriptor-abbrevs2text.lexc](src-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/transcriptions/transcriptor-abbrevs2text.lexc))
* [transcriptor-numbers-digit2text.lexc](src-transcriptions-transcriptor-numbers-digit2text.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/transcriptions/transcriptor-numbers-digit2text.lexc))
* `morphology/`
* `affixes/`
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/phonetics/txt2ipa.xfscript))
* `transcriptions/`
* [transcriptor-abbrevs2text.lexc](src-fst-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc))
* [transcriptor-numbers-digit2text.lexc](src-fst-transcriptions-transcriptor-numbers-digit2text.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/transcriptions/transcriptor-numbers-digit2text.lexc))
* `tools/`
* `grammarcheckers/`
* [grammarchecker.cg3](tools-grammarcheckers-grammarchecker.cg3.html) ([src](https://github.com/giellalt/lang-srs/blob/main/tools/grammarcheckers/grammarchecker.cg3))
* `/`
* `tokenisers/`
* [tokeniser-disamb-gt-desc.pmscript](tools-tokenisers-tokeniser-disamb-gt-desc.pmscript.html) ([src](https://github.com/giellalt/lang-srs/blob/main/tools/tokenisers/tokeniser-disamb-gt-desc.pmscript))
* [tokeniser-gramcheck-gt-desc.pmscript](tools-tokenisers-tokeniser-gramcheck-gt-desc.pmscript.html) ([src](https://github.com/giellalt/lang-srs/blob/main/tools/tokenisers/tokeniser-gramcheck-gt-desc.pmscript))
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ regenerate-markdown: generate-markdown

# Generate endpoint json file for shield.io lemma count badge.
# Only to be stored in the gh-pages branch, ignored in main.
$(srcdir)/lemmacount.json: $(top_srcdir)/src/fst/stems/*.lexc
$(srcdir)/lemmacount.json: $(top_srcdir)/src/fst/morphology/stems/*.lexc
$(AM_V_GEN)$(GTCORE)/scripts/make-lemmacount.json.sh $(abs_top_srcdir) > $@

# Generate a maturity.json file as endpoint for the maturity badge.
Expand Down
24 changes: 10 additions & 14 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,19 @@ Below is an autogenerated list of documentation pages built from structured comm
* `cg3/`
* [functions.cg3](src-cg3-functions.cg3.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/cg3/functions.cg3))
* `fst/`
* `affixes/`
* [propernouns.lexc](src-fst-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/affixes/propernouns.lexc))
* [symbols.lexc](src-fst-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/affixes/symbols.lexc))
* [verbs.lexc](src-fst-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/affixes/verbs.lexc))
* [root.lexc](src-fst-root.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/root.lexc))
* `stems/`
* [numerals.lexc](src-fst-stems-numerals.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/stems/numerals.lexc))
* [pronouns.lexc](src-fst-stems-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/stems/pronouns.lexc))
* [verb_stems.lexc](src-fst-stems-verb_stems.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/stems/verb_stems.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/phonetics/txt2ipa.xfscript))
* `transcriptions/`
* [transcriptor-abbrevs2text.lexc](src-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/transcriptions/transcriptor-abbrevs2text.lexc))
* [transcriptor-numbers-digit2text.lexc](src-transcriptions-transcriptor-numbers-digit2text.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/transcriptions/transcriptor-numbers-digit2text.lexc))
* `morphology/`
* `affixes/`
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/phonetics/txt2ipa.xfscript))
* `transcriptions/`
* [transcriptor-abbrevs2text.lexc](src-fst-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc))
* [transcriptor-numbers-digit2text.lexc](src-fst-transcriptions-transcriptor-numbers-digit2text.lexc.html) ([src](https://github.com/giellalt/lang-srs/blob/main/src/fst/transcriptions/transcriptor-numbers-digit2text.lexc))
* `tools/`
* `grammarcheckers/`
* [grammarchecker.cg3](tools-grammarcheckers-grammarchecker.cg3.html) ([src](https://github.com/giellalt/lang-srs/blob/main/tools/grammarcheckers/grammarchecker.cg3))
* `/`
* `tokenisers/`
* [tokeniser-disamb-gt-desc.pmscript](tools-tokenisers-tokeniser-disamb-gt-desc.pmscript.html) ([src](https://github.com/giellalt/lang-srs/blob/main/tools/tokenisers/tokeniser-disamb-gt-desc.pmscript))
* [tokeniser-gramcheck-gt-desc.pmscript](tools-tokenisers-tokeniser-gramcheck-gt-desc.pmscript.html) ([src](https://github.com/giellalt/lang-srs/blob/main/tools/tokenisers/tokeniser-gramcheck-gt-desc.pmscript))
Expand Down
2 changes: 1 addition & 1 deletion lemmacount.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "schemaVersion": 1, "label": "Lemmas", "message": "10.9 K", "color": "yellow" }
{ "schemaVersion": 1, "label": "Lemmas", "message": "10", "color": "black" }
9 changes: 0 additions & 9 deletions src-fst-affixes-symbols.lexc.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ nouns, but with a colon (':') as separator.

* * *

<small>This (part of) documentation was generated from [src/fst/affixes/propernouns.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/affixes/propernouns.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/affixes/propernouns.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/morphology/affixes/propernouns.lexc)</small>

---

9 changes: 9 additions & 0 deletions src-fst-morphology-affixes-symbols.lexc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

# Symbol affixes

* * *

<small>This (part of) documentation was generated from [src/fst/morphology/affixes/symbols.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/morphology/affixes/symbols.lexc)</small>

---

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The lexicon names srs15, srs14, etc. refers to traditional template names.

* * *

<small>This (part of) documentation was generated from [src/fst/affixes/verbs.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/affixes/verbs.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/affixes/verbs.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/morphology/affixes/verbs.lexc)</small>

---

2 changes: 1 addition & 1 deletion src-fst-root.lexc.md → src-fst-morphology-root.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

* * *

<small>This (part of) documentation was generated from [src/fst/root.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/root.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/root.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/morphology/root.lexc)</small>

---

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Numerals in the Sarsi language are numbers.

* * *

<small>This (part of) documentation was generated from [src/fst/stems/numerals.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/stems/numerals.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/stems/numerals.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/morphology/stems/numerals.lexc)</small>

---

9 changes: 9 additions & 0 deletions src-fst-morphology-stems-pronouns.lexc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Pronouns
Pronouns in Tsuut'ina

* * *

<small>This (part of) documentation was generated from [src/fst/morphology/stems/pronouns.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/morphology/stems/pronouns.lexc)</small>

---

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Continuation lexica specifying Valence + Aspect + TAMA + Voice-Valence with flag

* * *

<small>This (part of) documentation was generated from [src/fst/stems/verb_stems.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/stems/verb_stems.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/stems/verb_stems.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/morphology/stems/verb_stems.lexc)</small>

---

Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ retracted tongue root _q

* * *

<small>This (part of) documentation was generated from [src/phonetics/txt2ipa.xfscript](https://github.com/giellalt/lang-srs/blob/main/src/phonetics/txt2ipa.xfscript)</small>
<small>This (part of) documentation was generated from [src/fst/phonetics/txt2ipa.xfscript](https://github.com/giellalt/lang-srs/blob/main/src/fst/phonetics/txt2ipa.xfscript)</small>

---

9 changes: 0 additions & 9 deletions src-fst-stems-pronouns.lexc.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For example:

* * *

<small>This (part of) documentation was generated from [src/transcriptions/transcriptor-abbrevs2text.lexc](https://github.com/giellalt/lang-srs/blob/main/src/transcriptions/transcriptor-abbrevs2text.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/transcriptions/transcriptor-abbrevs2text.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc)</small>

---

14 changes: 14 additions & 0 deletions src-fst-transcriptions-transcriptor-numbers-digit2text.lexc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@


% komma% :, Root ;
% tjuohkkis% :%. Root ;
% kolon% :%: Root ;
% sárggis% :%- Root ;
% násti% :%* Root ;

* * *

<small>This (part of) documentation was generated from [src/fst/transcriptions/transcriptor-numbers-digit2text.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/transcriptions/transcriptor-numbers-digit2text.lexc)</small>

---

14 changes: 0 additions & 14 deletions src-transcriptions-transcriptor-numbers-digit2text.lexc.md

This file was deleted.

20 changes: 10 additions & 10 deletions srs.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ nouns, but with a colon (':') as separator.

* * *

<small>This (part of) documentation was generated from [src/fst/affixes/propernouns.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/affixes/propernouns.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/affixes/propernouns.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/morphology/affixes/propernouns.lexc)</small>

---

Expand All @@ -185,7 +185,7 @@ nouns, but with a colon (':') as separator.

* * *

<small>This (part of) documentation was generated from [src/fst/affixes/symbols.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/affixes/symbols.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/affixes/symbols.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/morphology/affixes/symbols.lexc)</small>

---

Expand Down Expand Up @@ -224,7 +224,7 @@ The lexicon names srs15, srs14, etc. refers to traditional template names.

* * *

<small>This (part of) documentation was generated from [src/fst/affixes/verbs.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/affixes/verbs.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/affixes/verbs.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/morphology/affixes/verbs.lexc)</small>

---

Expand All @@ -233,7 +233,7 @@ The lexicon names srs15, srs14, etc. refers to traditional template names.

* * *

<small>This (part of) documentation was generated from [src/fst/root.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/root.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/root.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/morphology/root.lexc)</small>

---

Expand All @@ -242,7 +242,7 @@ Numerals in the Sarsi language are numbers.

* * *

<small>This (part of) documentation was generated from [src/fst/stems/numerals.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/stems/numerals.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/stems/numerals.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/morphology/stems/numerals.lexc)</small>

---

Expand All @@ -251,7 +251,7 @@ Pronouns in Tsuut'ina

* * *

<small>This (part of) documentation was generated from [src/fst/stems/pronouns.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/stems/pronouns.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/stems/pronouns.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/morphology/stems/pronouns.lexc)</small>

---

Expand All @@ -263,7 +263,7 @@ Continuation lexica specifying Valence + Aspect + TAMA + Voice-Valence with flag

* * *

<small>This (part of) documentation was generated from [src/fst/stems/verb_stems.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/stems/verb_stems.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/stems/verb_stems.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/morphology/stems/verb_stems.lexc)</small>

---

Expand Down Expand Up @@ -430,7 +430,7 @@ retracted tongue root _q

* * *

<small>This (part of) documentation was generated from [src/phonetics/txt2ipa.xfscript](https://github.com/giellalt/lang-srs/blob/main/src/phonetics/txt2ipa.xfscript)</small>
<small>This (part of) documentation was generated from [src/fst/phonetics/txt2ipa.xfscript](https://github.com/giellalt/lang-srs/blob/main/src/fst/phonetics/txt2ipa.xfscript)</small>

---

Expand All @@ -450,7 +450,7 @@ For example:

* * *

<small>This (part of) documentation was generated from [src/transcriptions/transcriptor-abbrevs2text.lexc](https://github.com/giellalt/lang-srs/blob/main/src/transcriptions/transcriptor-abbrevs2text.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/transcriptions/transcriptor-abbrevs2text.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc)</small>

---

Expand All @@ -464,7 +464,7 @@ For example:

* * *

<small>This (part of) documentation was generated from [src/transcriptions/transcriptor-numbers-digit2text.lexc](https://github.com/giellalt/lang-srs/blob/main/src/transcriptions/transcriptor-numbers-digit2text.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/transcriptions/transcriptor-numbers-digit2text.lexc](https://github.com/giellalt/lang-srs/blob/main/src/fst/transcriptions/transcriptor-numbers-digit2text.lexc)</small>

---

Expand Down

0 comments on commit 73176fd

Please sign in to comment.