Skip to content

Commit

Permalink
deploy: 922e562
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jan 21, 2024
1 parent 46c6c94 commit 5624b76
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 67 deletions.
26 changes: 11 additions & 15 deletions Links.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,20 @@
* `cg3/`
* [functions.cg3](src-cg3-functions.cg3.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/cg3/functions.cg3))
* `fst/`
* `affixes/`
* [noun_affixes.lexc](src-fst-affixes-noun_affixes.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/affixes/noun_affixes.lexc))
* [verb_affixes.lexc](src-fst-affixes-verb_affixes.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/affixes/verb_affixes.lexc))
* [phonology.xfscript](src-fst-phonology.xfscript.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/phonology.xfscript))
* [root.lexc](src-fst-root.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/root.lexc))
* `stems/`
* [noun_stems.lexc](src-fst-stems-noun_stems.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/stems/noun_stems.lexc))
* [particles.lexc](src-fst-stems-particles.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/stems/particles.lexc))
* [pronouns.lexc](src-fst-stems-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/stems/pronouns.lexc))
* [verb_stems.lexc](src-fst-stems-verb_stems.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/stems/verb_stems.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/phonetics/txt2ipa.xfscript))
* `transcriptions/`
* [transcriptor-abbrevs2text.lexc](src-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/transcriptions/transcriptor-abbrevs2text.lexc))
* [transcriptor-numbers-digit2text.lexc](src-transcriptions-transcriptor-numbers-digit2text.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/transcriptions/transcriptor-numbers-digit2text.lexc))
* `morphology/`
* `affixes/`
* [phonology.xfscript](src-fst-morphology-phonology.xfscript.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/morphology/phonology.xfscript))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/phonetics/txt2ipa.xfscript))
* `transcriptions/`
* [transcriptor-abbrevs2text.lexc](src-fst-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-cwd/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-cwd/blob/main/src/fst/transcriptions/transcriptor-numbers-digit2text.lexc))
* `tools/`
* `grammarcheckers/`
* [grammarchecker.cg3](tools-grammarcheckers-grammarchecker.cg3.html) ([src](https://github.com/giellalt/lang-cwd/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-cwd/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-cwd/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
22 changes: 11 additions & 11 deletions cwd.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ End of noun affixes code

* * *

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

---

Expand Down Expand Up @@ -581,7 +581,7 @@ End of verb affixes LEXC code
* * *
<small>This (part of) documentation was generated from [src/fst/affixes/verb_affixes.lexc](https://github.com/giellalt/lang-cwd/blob/main/src/fst/affixes/verb_affixes.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/affixes/verb_affixes.lexc](https://github.com/giellalt/lang-cwd/blob/main/src/fst/morphology/affixes/verb_affixes.lexc)</small>
---
Expand Down Expand Up @@ -880,7 +880,7 @@ Composing the rules together
* * *
<small>This (part of) documentation was generated from [src/fst/phonology.xfscript](https://github.com/giellalt/lang-cwd/blob/main/src/fst/phonology.xfscript)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/phonology.xfscript](https://github.com/giellalt/lang-cwd/blob/main/src/fst/morphology/phonology.xfscript)</small>
---
Expand Down Expand Up @@ -1114,7 +1114,7 @@ End of new and all Multichar_Symbols
* * *
<small>This (part of) documentation was generated from [src/fst/root.lexc](https://github.com/giellalt/lang-cwd/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-cwd/blob/main/src/fst/morphology/root.lexc)</small>
---
Expand All @@ -1127,7 +1127,7 @@ LEXC structure in the new crk FST.
* * *
<small>This (part of) documentation was generated from [src/fst/stems/noun_stems.lexc](https://github.com/giellalt/lang-cwd/blob/main/src/fst/stems/noun_stems.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/stems/noun_stems.lexc](https://github.com/giellalt/lang-cwd/blob/main/src/fst/morphology/stems/noun_stems.lexc)</small>
---
Expand All @@ -1138,7 +1138,7 @@ The file contains the following lexicons, with content as described:
* * *
<small>This (part of) documentation was generated from [src/fst/stems/particles.lexc](https://github.com/giellalt/lang-cwd/blob/main/src/fst/stems/particles.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/stems/particles.lexc](https://github.com/giellalt/lang-cwd/blob/main/src/fst/morphology/stems/particles.lexc)</small>
---
Expand Down Expand Up @@ -1179,7 +1179,7 @@ INANIMATE \\
* * *
<small>This (part of) documentation was generated from [src/fst/stems/pronouns.lexc](https://github.com/giellalt/lang-cwd/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-cwd/blob/main/src/fst/morphology/stems/pronouns.lexc)</small>
---
Expand All @@ -1191,7 +1191,7 @@ Full incorporation of AEW 2020 verbs into new crk FST
* * *
<small>This (part of) documentation was generated from [src/fst/stems/verb_stems.lexc](https://github.com/giellalt/lang-cwd/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-cwd/blob/main/src/fst/morphology/stems/verb_stems.lexc)</small>
---
Expand Down Expand Up @@ -1358,7 +1358,7 @@ retracted tongue root _q
* * *
<small>This (part of) documentation was generated from [src/phonetics/txt2ipa.xfscript](https://github.com/giellalt/lang-cwd/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-cwd/blob/main/src/fst/phonetics/txt2ipa.xfscript)</small>
---
Expand All @@ -1378,7 +1378,7 @@ For example:
* * *
<small>This (part of) documentation was generated from [src/transcriptions/transcriptor-abbrevs2text.lexc](https://github.com/giellalt/lang-cwd/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-cwd/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc)</small>
---
Expand All @@ -1392,7 +1392,7 @@ For example:
* * *
<small>This (part of) documentation was generated from [src/transcriptions/transcriptor-numbers-digit2text.lexc](https://github.com/giellalt/lang-cwd/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-cwd/blob/main/src/fst/transcriptions/transcriptor-numbers-digit2text.lexc)</small>
---
Expand Down
26 changes: 11 additions & 15 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,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-cwd/blob/main/src/cg3/functions.cg3))
* `fst/`
* `affixes/`
* [noun_affixes.lexc](src-fst-affixes-noun_affixes.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/affixes/noun_affixes.lexc))
* [verb_affixes.lexc](src-fst-affixes-verb_affixes.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/affixes/verb_affixes.lexc))
* [phonology.xfscript](src-fst-phonology.xfscript.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/phonology.xfscript))
* [root.lexc](src-fst-root.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/root.lexc))
* `stems/`
* [noun_stems.lexc](src-fst-stems-noun_stems.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/stems/noun_stems.lexc))
* [particles.lexc](src-fst-stems-particles.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/stems/particles.lexc))
* [pronouns.lexc](src-fst-stems-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/stems/pronouns.lexc))
* [verb_stems.lexc](src-fst-stems-verb_stems.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/stems/verb_stems.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/phonetics/txt2ipa.xfscript))
* `transcriptions/`
* [transcriptor-abbrevs2text.lexc](src-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/transcriptions/transcriptor-abbrevs2text.lexc))
* [transcriptor-numbers-digit2text.lexc](src-transcriptions-transcriptor-numbers-digit2text.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/transcriptions/transcriptor-numbers-digit2text.lexc))
* `morphology/`
* `affixes/`
* [phonology.xfscript](src-fst-morphology-phonology.xfscript.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/morphology/phonology.xfscript))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-cwd/blob/main/src/fst/phonetics/txt2ipa.xfscript))
* `transcriptions/`
* [transcriptor-abbrevs2text.lexc](src-fst-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-cwd/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-cwd/blob/main/src/fst/transcriptions/transcriptor-numbers-digit2text.lexc))
* `tools/`
* `grammarcheckers/`
* [grammarchecker.cg3](tools-grammarcheckers-grammarchecker.cg3.html) ([src](https://github.com/giellalt/lang-cwd/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-cwd/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-cwd/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": "20.1 K", "color": "yellow" }
{ "schemaVersion": 1, "label": "Lemmas", "message": "10", "color": "black" }
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ End of noun affixes code

* * *

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

---

Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ End of verb affixes LEXC code
* * *
<small>This (part of) documentation was generated from [src/fst/affixes/verb_affixes.lexc](https://github.com/giellalt/lang-cwd/blob/main/src/fst/affixes/verb_affixes.lexc)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/affixes/verb_affixes.lexc](https://github.com/giellalt/lang-cwd/blob/main/src/fst/morphology/affixes/verb_affixes.lexc)</small>
---
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Composing the rules together

* * *

<small>This (part of) documentation was generated from [src/fst/phonology.xfscript](https://github.com/giellalt/lang-cwd/blob/main/src/fst/phonology.xfscript)</small>
<small>This (part of) documentation was generated from [src/fst/morphology/phonology.xfscript](https://github.com/giellalt/lang-cwd/blob/main/src/fst/morphology/phonology.xfscript)</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 @@ -228,7 +228,7 @@ End of new and all Multichar_Symbols

* * *

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

---

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LEXC structure in the new crk FST.

* * *

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

---

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The file contains the following lexicons, with content as described:

* * *

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

---

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ INANIMATE \\

* * *

<small>This (part of) documentation was generated from [src/fst/stems/pronouns.lexc](https://github.com/giellalt/lang-cwd/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-cwd/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 @@ Full incorporation of AEW 2020 verbs into new crk FST

* * *

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

0 comments on commit 5624b76

Please sign in to comment.