Skip to content

Commit

Permalink
deploy: e6a985a
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jan 21, 2024
1 parent 8324e4d commit 2d72091
Show file tree
Hide file tree
Showing 26 changed files with 81 additions and 105 deletions.
34 changes: 11 additions & 23 deletions Links.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,20 @@
* `cg3/`
* [functions.cg3](src-cg3-functions.cg3.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/cg3/functions.cg3))
* `fst/`
* `affixes/`
* [adjectives-old.lexc](src-fst-affixes-adjectives-old.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/adjectives-old.lexc))
* [adjectives.lexc](src-fst-affixes-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/adjectives.lexc))
* [adverbs.lexc](src-fst-affixes-adverbs.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/adverbs.lexc))
* [nouns-old.lexc](src-fst-affixes-nouns-old.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/nouns-old.lexc))
* [nouns.lexc](src-fst-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/nouns.lexc))
* [pronouns.lexc](src-fst-affixes-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/pronouns.lexc))
* [propernouns.lexc](src-fst-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/propernouns.lexc))
* [symbols.lexc](src-fst-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/symbols.lexc))
* [verbs-old.lexc](src-fst-affixes-verbs-old.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/verbs-old.lexc))
* [verbs.lexc](src-fst-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/verbs.lexc))
* [phonology.twolc](src-fst-phonology.twolc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/phonology.twolc))
* [root.lexc](src-fst-root.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/root.lexc))
* `stems/`
* [exceptions.lexc](src-fst-stems-exceptions.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/stems/exceptions.lexc))
* [nouns_newwords.lexc](src-fst-stems-nouns_newwords.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/stems/nouns_newwords.lexc))
* [numerals.lexc](src-fst-stems-numerals.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/stems/numerals.lexc))
* [prefixes.lexc](src-fst-stems-prefixes.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/stems/prefixes.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/phonetics/txt2ipa.xfscript))
* `transcriptions/`
* [transcriptor-abbrevs2text.lexc](src-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/transcriptions/transcriptor-abbrevs2text.lexc))
* [transcriptor-numbers-digit2text.lexc](src-transcriptions-transcriptor-numbers-digit2text.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/transcriptions/transcriptor-numbers-digit2text.lexc))
* `morphology/`
* `affixes/`
* [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/phonology.twolc))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/phonetics/txt2ipa.xfscript))
* `transcriptions/`
* [transcriptor-abbrevs2text.lexc](src-fst-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-udm/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-udm/blob/main/src/fst/transcriptions/transcriptor-numbers-digit2text.lexc))
* `tools/`
* `grammarcheckers/`
* [grammarchecker.cg3](tools-grammarcheckers-grammarchecker.cg3.html) ([src](https://github.com/giellalt/lang-udm/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-udm/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-udm/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 @@ -937,7 +937,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
34 changes: 11 additions & 23 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,32 +26,20 @@ 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-udm/blob/main/src/cg3/functions.cg3))
* `fst/`
* `affixes/`
* [adjectives-old.lexc](src-fst-affixes-adjectives-old.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/adjectives-old.lexc))
* [adjectives.lexc](src-fst-affixes-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/adjectives.lexc))
* [adverbs.lexc](src-fst-affixes-adverbs.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/adverbs.lexc))
* [nouns-old.lexc](src-fst-affixes-nouns-old.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/nouns-old.lexc))
* [nouns.lexc](src-fst-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/nouns.lexc))
* [pronouns.lexc](src-fst-affixes-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/pronouns.lexc))
* [propernouns.lexc](src-fst-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/propernouns.lexc))
* [symbols.lexc](src-fst-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/symbols.lexc))
* [verbs-old.lexc](src-fst-affixes-verbs-old.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/verbs-old.lexc))
* [verbs.lexc](src-fst-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/affixes/verbs.lexc))
* [phonology.twolc](src-fst-phonology.twolc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/phonology.twolc))
* [root.lexc](src-fst-root.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/root.lexc))
* `stems/`
* [exceptions.lexc](src-fst-stems-exceptions.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/stems/exceptions.lexc))
* [nouns_newwords.lexc](src-fst-stems-nouns_newwords.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/stems/nouns_newwords.lexc))
* [numerals.lexc](src-fst-stems-numerals.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/stems/numerals.lexc))
* [prefixes.lexc](src-fst-stems-prefixes.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/stems/prefixes.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/phonetics/txt2ipa.xfscript))
* `transcriptions/`
* [transcriptor-abbrevs2text.lexc](src-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/transcriptions/transcriptor-abbrevs2text.lexc))
* [transcriptor-numbers-digit2text.lexc](src-transcriptions-transcriptor-numbers-digit2text.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/transcriptions/transcriptor-numbers-digit2text.lexc))
* `morphology/`
* `affixes/`
* [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/phonology.twolc))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-udm/blob/main/src/fst/phonetics/txt2ipa.xfscript))
* `transcriptions/`
* [transcriptor-abbrevs2text.lexc](src-fst-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-udm/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-udm/blob/main/src/fst/transcriptions/transcriptor-numbers-digit2text.lexc))
* `tools/`
* `grammarcheckers/`
* [grammarchecker.cg3](tools-grammarcheckers-grammarchecker.cg3.html) ([src](https://github.com/giellalt/lang-udm/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-udm/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-udm/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": "51 K", "color": "green" }
{ "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 @@ -81,7 +81,7 @@ Cases here all lead to a determinative suffix

* * *

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

---

Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ words with this contlex have not been examined

* * *

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

---

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LEXICON ADV_ Undeveloped contlexes

* * *

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

---

Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Words from Tatar in *N_TAT* preserve the original stem я in all cases.

* * *

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

---

Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ according to kpv temporary 2019-11-07

* * *

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

---

Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ words with this contlex have not been examined

* * *

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

---

Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ FEMALE NAMES FROM TEMPLATE

* * *

<small>This (part of) documentation was generated from [src/fst/affixes/propernouns.lexc](https://github.com/giellalt/lang-udm/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-udm/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-udm/blob/main/src/fst/morphology/affixes/symbols.lexc)</small>

---

Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Lexicon *NONFINITESjaska*

* * *

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

---

Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Lexicon **NONFINITES**

* * *

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

---

Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Is this really necessary

* * *

<small>This (part of) documentation was generated from [src/fst/phonology.twolc](https://github.com/giellalt/lang-udm/blob/main/src/fst/phonology.twolc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/phonology.twolc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/phonology.twolc)</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 @@ -473,7 +473,7 @@ PcleTag ;

* * *

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

---

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Proper names from Bible

* * *

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

---

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ADD NOUNS BELOW

* * *

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

---

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

* * *

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

---

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Prefixes in the Udmurt language are bound to beginning of other words.

* * *

<small>This (part of) documentation was generated from [src/fst/stems/prefixes.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/stems/prefixes.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/stems/prefixes.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/stems/prefixes.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-udm/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-udm/blob/main/src/fst/phonetics/txt2ipa.xfscript)</small>

---

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-udm/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-udm/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc)</small>

---

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


:одӥг% 1MILJON ;

This is for the numerals 20-69

* * *

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

---

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

This file was deleted.

Loading

0 comments on commit 2d72091

Please sign in to comment.