From d31ffe988e044f1171a79dc47f238139fddc308e Mon Sep 17 00:00:00 2001 From: flammie Date: Sun, 21 Jan 2024 23:49:17 +0000 Subject: [PATCH] deploy: 15931588e0f912d45dfa57ee4a35b20e4e032c09 --- Links.md | 13 +++++++------ Makefile.in | 2 +- esu.md | 8 ++++---- index.md | 13 +++++++------ lemmacount.json | 2 +- src-fst-morphology-root.lexc.md | 8 ++++++++ ...ipt.md => src-fst-phonetics-txt2ipa.xfscript.md | 2 +- src-fst-root.lexc.md | 8 -------- ...ranscriptions-transcriptor-abbrevs2text.lexc.md | 2 +- ...iptions-transcriptor-numbers-digit2text.lexc.md | 14 ++++++++++++++ ...iptions-transcriptor-numbers-digit2text.lexc.md | 14 -------------- 11 files changed, 44 insertions(+), 42 deletions(-) create mode 100644 src-fst-morphology-root.lexc.md rename src-phonetics-txt2ipa.xfscript.md => src-fst-phonetics-txt2ipa.xfscript.md (95%) delete mode 100644 src-fst-root.lexc.md rename src-transcriptions-transcriptor-abbrevs2text.lexc.md => src-fst-transcriptions-transcriptor-abbrevs2text.lexc.md (54%) create mode 100644 src-fst-transcriptions-transcriptor-numbers-digit2text.lexc.md delete mode 100644 src-transcriptions-transcriptor-numbers-digit2text.lexc.md diff --git a/Links.md b/Links.md index 699aa70..b702eb2 100644 --- a/Links.md +++ b/Links.md @@ -3,12 +3,13 @@ * [functions.cg3](src-cg3-functions.cg3.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/cg3/functions.cg3)) * `fst/` * [extra-phonology.xfscript](src-fst-extra-phonology.xfscript.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/fst/extra-phonology.xfscript)) - * [root.lexc](src-fst-root.lexc.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/fst/root.lexc)) - * `phonetics/` - * [txt2ipa.xfscript](src-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/phonetics/txt2ipa.xfscript)) - * `transcriptions/` - * [transcriptor-abbrevs2text.lexc](src-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/transcriptions/transcriptor-abbrevs2text.lexc)) - * [transcriptor-numbers-digit2text.lexc](src-transcriptions-transcriptor-numbers-digit2text.lexc.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/transcriptions/transcriptor-numbers-digit2text.lexc)) + * `morphology/` + * [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/fst/morphology/root.lexc)) + * `phonetics/` + * [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/fst/phonetics/txt2ipa.xfscript)) + * `transcriptions/` + * [transcriptor-abbrevs2text.lexc](src-fst-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-esu/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-esu/blob/main/src/fst/transcriptions/transcriptor-numbers-digit2text.lexc)) * `tools/` * `tokenisers/` * [tokeniser-disamb-gt-desc.pmscript](tools-tokenisers-tokeniser-disamb-gt-desc.pmscript.html) ([src](https://github.com/giellalt/lang-esu/blob/main/tools/tokenisers/tokeniser-disamb-gt-desc.pmscript)) diff --git a/Makefile.in b/Makefile.in index 3cabc4a..7f1cc1a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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. diff --git a/esu.md b/esu.md index 2d04efa..c0d904a 100644 --- a/esu.md +++ b/esu.md @@ -182,7 +182,7 @@ These were the set types. * * * -This (part of) documentation was generated from [src/fst/root.lexc](https://github.com/giellalt/lang-esu/blob/main/src/fst/root.lexc) +This (part of) documentation was generated from [src/fst/morphology/root.lexc](https://github.com/giellalt/lang-esu/blob/main/src/fst/morphology/root.lexc) --- @@ -349,7 +349,7 @@ retracted tongue root _q * * * -This (part of) documentation was generated from [src/phonetics/txt2ipa.xfscript](https://github.com/giellalt/lang-esu/blob/main/src/phonetics/txt2ipa.xfscript) +This (part of) documentation was generated from [src/fst/phonetics/txt2ipa.xfscript](https://github.com/giellalt/lang-esu/blob/main/src/fst/phonetics/txt2ipa.xfscript) --- @@ -369,7 +369,7 @@ For example: * * * -This (part of) documentation was generated from [src/transcriptions/transcriptor-abbrevs2text.lexc](https://github.com/giellalt/lang-esu/blob/main/src/transcriptions/transcriptor-abbrevs2text.lexc) +This (part of) documentation was generated from [src/fst/transcriptions/transcriptor-abbrevs2text.lexc](https://github.com/giellalt/lang-esu/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc) --- @@ -383,7 +383,7 @@ For example: * * * -This (part of) documentation was generated from [src/transcriptions/transcriptor-numbers-digit2text.lexc](https://github.com/giellalt/lang-esu/blob/main/src/transcriptions/transcriptor-numbers-digit2text.lexc) +This (part of) documentation was generated from [src/fst/transcriptions/transcriptor-numbers-digit2text.lexc](https://github.com/giellalt/lang-esu/blob/main/src/fst/transcriptions/transcriptor-numbers-digit2text.lexc) --- diff --git a/index.md b/index.md index f947444..bd64ab5 100644 --- a/index.md +++ b/index.md @@ -21,12 +21,13 @@ Below is an autogenerated list of documentation pages built from structured comm * [functions.cg3](src-cg3-functions.cg3.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/cg3/functions.cg3)) * `fst/` * [extra-phonology.xfscript](src-fst-extra-phonology.xfscript.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/fst/extra-phonology.xfscript)) - * [root.lexc](src-fst-root.lexc.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/fst/root.lexc)) - * `phonetics/` - * [txt2ipa.xfscript](src-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/phonetics/txt2ipa.xfscript)) - * `transcriptions/` - * [transcriptor-abbrevs2text.lexc](src-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/transcriptions/transcriptor-abbrevs2text.lexc)) - * [transcriptor-numbers-digit2text.lexc](src-transcriptions-transcriptor-numbers-digit2text.lexc.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/transcriptions/transcriptor-numbers-digit2text.lexc)) + * `morphology/` + * [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/fst/morphology/root.lexc)) + * `phonetics/` + * [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/fst/phonetics/txt2ipa.xfscript)) + * `transcriptions/` + * [transcriptor-abbrevs2text.lexc](src-fst-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-esu/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-esu/blob/main/src/fst/transcriptions/transcriptor-numbers-digit2text.lexc)) * `tools/` * `tokenisers/` * [tokeniser-disamb-gt-desc.pmscript](tools-tokenisers-tokeniser-disamb-gt-desc.pmscript.html) ([src](https://github.com/giellalt/lang-esu/blob/main/tools/tokenisers/tokeniser-disamb-gt-desc.pmscript)) diff --git a/lemmacount.json b/lemmacount.json index 00278fe..f6975c3 100644 --- a/lemmacount.json +++ b/lemmacount.json @@ -1 +1 @@ -{ "schemaVersion": 1, "label": "Lemmas", "message": "73", "color": "black" } +{ "schemaVersion": 1, "label": "Lemmas", "message": "10", "color": "black" } diff --git a/src-fst-morphology-root.lexc.md b/src-fst-morphology-root.lexc.md new file mode 100644 index 0000000..38f598a --- /dev/null +++ b/src-fst-morphology-root.lexc.md @@ -0,0 +1,8 @@ + + +* * * + +This (part of) documentation was generated from [src/fst/morphology/root.lexc](https://github.com/giellalt/lang-esu/blob/main/src/fst/morphology/root.lexc) + +--- + diff --git a/src-phonetics-txt2ipa.xfscript.md b/src-fst-phonetics-txt2ipa.xfscript.md similarity index 95% rename from src-phonetics-txt2ipa.xfscript.md rename to src-fst-phonetics-txt2ipa.xfscript.md index 6ff8f15..a02c556 100644 --- a/src-phonetics-txt2ipa.xfscript.md +++ b/src-fst-phonetics-txt2ipa.xfscript.md @@ -161,7 +161,7 @@ retracted tongue root _q * * * -This (part of) documentation was generated from [src/phonetics/txt2ipa.xfscript](https://github.com/giellalt/lang-esu/blob/main/src/phonetics/txt2ipa.xfscript) +This (part of) documentation was generated from [src/fst/phonetics/txt2ipa.xfscript](https://github.com/giellalt/lang-esu/blob/main/src/fst/phonetics/txt2ipa.xfscript) --- diff --git a/src-fst-root.lexc.md b/src-fst-root.lexc.md deleted file mode 100644 index 5f32554..0000000 --- a/src-fst-root.lexc.md +++ /dev/null @@ -1,8 +0,0 @@ - - -* * * - -This (part of) documentation was generated from [src/fst/root.lexc](https://github.com/giellalt/lang-esu/blob/main/src/fst/root.lexc) - ---- - diff --git a/src-transcriptions-transcriptor-abbrevs2text.lexc.md b/src-fst-transcriptions-transcriptor-abbrevs2text.lexc.md similarity index 54% rename from src-transcriptions-transcriptor-abbrevs2text.lexc.md rename to src-fst-transcriptions-transcriptor-abbrevs2text.lexc.md index 6195396..0f54de5 100644 --- a/src-transcriptions-transcriptor-abbrevs2text.lexc.md +++ b/src-fst-transcriptions-transcriptor-abbrevs2text.lexc.md @@ -14,7 +14,7 @@ For example: * * * -This (part of) documentation was generated from [src/transcriptions/transcriptor-abbrevs2text.lexc](https://github.com/giellalt/lang-esu/blob/main/src/transcriptions/transcriptor-abbrevs2text.lexc) +This (part of) documentation was generated from [src/fst/transcriptions/transcriptor-abbrevs2text.lexc](https://github.com/giellalt/lang-esu/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc) --- diff --git a/src-fst-transcriptions-transcriptor-numbers-digit2text.lexc.md b/src-fst-transcriptions-transcriptor-numbers-digit2text.lexc.md new file mode 100644 index 0000000..e7b4fb8 --- /dev/null +++ b/src-fst-transcriptions-transcriptor-numbers-digit2text.lexc.md @@ -0,0 +1,14 @@ + + +% komma% :, Root ; +% tjuohkkis% :%. Root ; +% kolon% :%: Root ; +% sárggis% :%- Root ; +% násti% :%* Root ; + +* * * + +This (part of) documentation was generated from [src/fst/transcriptions/transcriptor-numbers-digit2text.lexc](https://github.com/giellalt/lang-esu/blob/main/src/fst/transcriptions/transcriptor-numbers-digit2text.lexc) + +--- + diff --git a/src-transcriptions-transcriptor-numbers-digit2text.lexc.md b/src-transcriptions-transcriptor-numbers-digit2text.lexc.md deleted file mode 100644 index d67d90a..0000000 --- a/src-transcriptions-transcriptor-numbers-digit2text.lexc.md +++ /dev/null @@ -1,14 +0,0 @@ - - -% komma% :, Root ; -% tjuohkkis% :%. Root ; -% kolon% :%: Root ; -% sárggis% :%- Root ; -% násti% :%* Root ; - -* * * - -This (part of) documentation was generated from [src/transcriptions/transcriptor-numbers-digit2text.lexc](https://github.com/giellalt/lang-esu/blob/main/src/transcriptions/transcriptor-numbers-digit2text.lexc) - ---- -