From 1852bfcc43c08c6a9e84d86cf32500164110cf1a Mon Sep 17 00:00:00 2001 From: flammie Date: Sun, 21 Jan 2024 23:02:39 +0000 Subject: [PATCH] deploy: df2227dbcbc49b150cade69cffec31b1038166e3 --- Links.md | 35 +++++----------- Makefile.in | 2 +- index.md | 35 +++++----------- lemmacount.json | 2 +- src-fst-affixes-clitics.lexc.md | 10 ----- src-fst-affixes-symbols.lexc.md | 9 ---- ...-fst-morphology-affixes-adjectives.lexc.md | 2 +- src-fst-morphology-affixes-clitics.lexc.md | 10 +++++ ...> src-fst-morphology-affixes-nouns.lexc.md | 2 +- ...rc-fst-morphology-affixes-numerals.lexc.md | 2 +- ...rc-fst-morphology-affixes-pronouns.lexc.md | 2 +- ...fst-morphology-affixes-propernouns.lexc.md | 2 +- ...fst-morphology-affixes-quantifiers.lexc.md | 2 +- src-fst-morphology-affixes-symbols.lexc.md | 9 ++++ ...> src-fst-morphology-affixes-verbs.lexc.md | 2 +- ...d => src-fst-morphology-phonology.twolc.md | 2 +- ...lexc.md => src-fst-morphology-root.lexc.md | 2 +- ...fst-morphology-stems-abbreviations.lexc.md | 2 +- ... src-fst-morphology-stems-acronyms.lexc.md | 2 +- ...rphology-stems-adjectives_newwords.lexc.md | 2 +- ...st-morphology-stems-nouns_newwords.lexc.md | 2 +- ... src-fst-morphology-stems-numerals.lexc.md | 2 +- ... src-fst-morphology-stems-pronouns.lexc.md | 2 +- ...phology-stems-propernouns_newwords.lexc.md | 2 +- ...st-morphology-stems-verbs_newwords.lexc.md | 2 +- ...d => src-fst-phonetics-txt2ipa.xfscript.md | 2 +- ...riptions-transcriptor-abbrevs2text.lexc.md | 2 +- vep.md | 42 +++++++++---------- 28 files changed, 81 insertions(+), 111 deletions(-) delete mode 100644 src-fst-affixes-clitics.lexc.md delete mode 100644 src-fst-affixes-symbols.lexc.md rename src-fst-affixes-adjectives.lexc.md => src-fst-morphology-affixes-adjectives.lexc.md (87%) create mode 100644 src-fst-morphology-affixes-clitics.lexc.md rename src-fst-affixes-nouns.lexc.md => src-fst-morphology-affixes-nouns.lexc.md (94%) rename src-fst-affixes-numerals.lexc.md => src-fst-morphology-affixes-numerals.lexc.md (76%) rename src-fst-affixes-pronouns.lexc.md => src-fst-morphology-affixes-pronouns.lexc.md (79%) rename src-fst-affixes-propernouns.lexc.md => src-fst-morphology-affixes-propernouns.lexc.md (63%) rename src-fst-affixes-quantifiers.lexc.md => src-fst-morphology-affixes-quantifiers.lexc.md (57%) create mode 100644 src-fst-morphology-affixes-symbols.lexc.md rename src-fst-affixes-verbs.lexc.md => src-fst-morphology-affixes-verbs.lexc.md (92%) rename src-fst-phonology.twolc.md => src-fst-morphology-phonology.twolc.md (95%) rename src-fst-root.lexc.md => src-fst-morphology-root.lexc.md (98%) rename src-fst-stems-abbreviations.lexc.md => src-fst-morphology-stems-abbreviations.lexc.md (87%) rename src-fst-stems-acronyms.lexc.md => src-fst-morphology-stems-acronyms.lexc.md (76%) rename src-fst-stems-adjectives_newwords.lexc.md => src-fst-morphology-stems-adjectives_newwords.lexc.md (72%) rename src-fst-stems-nouns_newwords.lexc.md => src-fst-morphology-stems-nouns_newwords.lexc.md (66%) rename src-fst-stems-numerals.lexc.md => src-fst-morphology-stems-numerals.lexc.md (83%) rename src-fst-stems-pronouns.lexc.md => src-fst-morphology-stems-pronouns.lexc.md (51%) rename src-fst-stems-propernouns_newwords.lexc.md => src-fst-morphology-stems-propernouns_newwords.lexc.md (65%) rename src-fst-stems-verbs_newwords.lexc.md => src-fst-morphology-stems-verbs_newwords.lexc.md (71%) rename src-phonetics-txt2ipa.xfscript.md => src-fst-phonetics-txt2ipa.xfscript.md (95%) rename src-transcriptions-transcriptor-abbrevs2text.lexc.md => src-fst-transcriptions-transcriptor-abbrevs2text.lexc.md (53%) diff --git a/Links.md b/Links.md index ff283b38..2c1a79e2 100644 --- a/Links.md +++ b/Links.md @@ -4,34 +4,19 @@ * [disambiguator.cg3](src-cg3-disambiguator.cg3.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/cg3/disambiguator.cg3)) * [functions.cg3](src-cg3-functions.cg3.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/cg3/functions.cg3)) * `fst/` - * `affixes/` - * [adjectives.lexc](src-fst-affixes-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/adjectives.lexc)) - * [clitics.lexc](src-fst-affixes-clitics.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/clitics.lexc)) - * [nouns.lexc](src-fst-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/nouns.lexc)) - * [numerals.lexc](src-fst-affixes-numerals.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/numerals.lexc)) - * [pronouns.lexc](src-fst-affixes-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/pronouns.lexc)) - * [propernouns.lexc](src-fst-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/propernouns.lexc)) - * [quantifiers.lexc](src-fst-affixes-quantifiers.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/quantifiers.lexc)) - * [symbols.lexc](src-fst-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/symbols.lexc)) - * [verbs.lexc](src-fst-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/verbs.lexc)) - * [phonology.twolc](src-fst-phonology.twolc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/phonology.twolc)) - * [root.lexc](src-fst-root.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/root.lexc)) - * `stems/` - * [abbreviations.lexc](src-fst-stems-abbreviations.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/abbreviations.lexc)) - * [acronyms.lexc](src-fst-stems-acronyms.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/acronyms.lexc)) - * [adjectives_newwords.lexc](src-fst-stems-adjectives_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/adjectives_newwords.lexc)) - * [nouns_newwords.lexc](src-fst-stems-nouns_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/nouns_newwords.lexc)) - * [numerals.lexc](src-fst-stems-numerals.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/numerals.lexc)) - * [pronouns.lexc](src-fst-stems-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/pronouns.lexc)) - * [propernouns_newwords.lexc](src-fst-stems-propernouns_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/propernouns_newwords.lexc)) - * [verbs_newwords.lexc](src-fst-stems-verbs_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/verbs_newwords.lexc)) - * `phonetics/` - * [txt2ipa.xfscript](src-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/phonetics/txt2ipa.xfscript)) - * `transcriptions/` - * [transcriptor-abbrevs2text.lexc](src-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/transcriptions/transcriptor-abbrevs2text.lexc)) + * `morphology/` + * `affixes/` + * [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/phonology.twolc)) + * [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/root.lexc)) + * `stems/` + * `phonetics/` + * [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/phonetics/txt2ipa.xfscript)) + * `transcriptions/` + * [transcriptor-abbrevs2text.lexc](src-fst-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc)) * `tools/` * `grammarcheckers/` * [grammarchecker.cg3](tools-grammarcheckers-grammarchecker.cg3.html) ([src](https://github.com/giellalt/lang-vep/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-vep/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-vep/blob/main/tools/tokenisers/tokeniser-gramcheck-gt-desc.pmscript)) diff --git a/Makefile.in b/Makefile.in index 674aa1b3..a4e638e9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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. diff --git a/index.md b/index.md index 3c6e9449..7841c018 100644 --- a/index.md +++ b/index.md @@ -27,34 +27,19 @@ Below is an autogenerated list of documentation pages built from structured comm * [disambiguator.cg3](src-cg3-disambiguator.cg3.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/cg3/disambiguator.cg3)) * [functions.cg3](src-cg3-functions.cg3.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/cg3/functions.cg3)) * `fst/` - * `affixes/` - * [adjectives.lexc](src-fst-affixes-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/adjectives.lexc)) - * [clitics.lexc](src-fst-affixes-clitics.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/clitics.lexc)) - * [nouns.lexc](src-fst-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/nouns.lexc)) - * [numerals.lexc](src-fst-affixes-numerals.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/numerals.lexc)) - * [pronouns.lexc](src-fst-affixes-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/pronouns.lexc)) - * [propernouns.lexc](src-fst-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/propernouns.lexc)) - * [quantifiers.lexc](src-fst-affixes-quantifiers.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/quantifiers.lexc)) - * [symbols.lexc](src-fst-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/symbols.lexc)) - * [verbs.lexc](src-fst-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/verbs.lexc)) - * [phonology.twolc](src-fst-phonology.twolc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/phonology.twolc)) - * [root.lexc](src-fst-root.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/root.lexc)) - * `stems/` - * [abbreviations.lexc](src-fst-stems-abbreviations.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/abbreviations.lexc)) - * [acronyms.lexc](src-fst-stems-acronyms.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/acronyms.lexc)) - * [adjectives_newwords.lexc](src-fst-stems-adjectives_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/adjectives_newwords.lexc)) - * [nouns_newwords.lexc](src-fst-stems-nouns_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/nouns_newwords.lexc)) - * [numerals.lexc](src-fst-stems-numerals.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/numerals.lexc)) - * [pronouns.lexc](src-fst-stems-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/pronouns.lexc)) - * [propernouns_newwords.lexc](src-fst-stems-propernouns_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/propernouns_newwords.lexc)) - * [verbs_newwords.lexc](src-fst-stems-verbs_newwords.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/verbs_newwords.lexc)) - * `phonetics/` - * [txt2ipa.xfscript](src-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/phonetics/txt2ipa.xfscript)) - * `transcriptions/` - * [transcriptor-abbrevs2text.lexc](src-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/transcriptions/transcriptor-abbrevs2text.lexc)) + * `morphology/` + * `affixes/` + * [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/phonology.twolc)) + * [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/root.lexc)) + * `stems/` + * `phonetics/` + * [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/phonetics/txt2ipa.xfscript)) + * `transcriptions/` + * [transcriptor-abbrevs2text.lexc](src-fst-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-vep/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc)) * `tools/` * `grammarcheckers/` * [grammarchecker.cg3](tools-grammarcheckers-grammarchecker.cg3.html) ([src](https://github.com/giellalt/lang-vep/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-vep/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-vep/blob/main/tools/tokenisers/tokeniser-gramcheck-gt-desc.pmscript)) diff --git a/lemmacount.json b/lemmacount.json index 8276b6aa..f6975c32 100644 --- a/lemmacount.json +++ b/lemmacount.json @@ -1 +1 @@ -{ "schemaVersion": 1, "label": "Lemmas", "message": "3.8 K", "color": "red" } +{ "schemaVersion": 1, "label": "Lemmas", "message": "10", "color": "black" } diff --git a/src-fst-affixes-clitics.lexc.md b/src-fst-affixes-clitics.lexc.md deleted file mode 100644 index f7cd0787..00000000 --- a/src-fst-affixes-clitics.lexc.md +++ /dev/null @@ -1,10 +0,0 @@ -# Veps clitics - -K 3 clitics plus # - -* * * - -This (part of) documentation was generated from [src/fst/affixes/clitics.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/clitics.lexc) - ---- - diff --git a/src-fst-affixes-symbols.lexc.md b/src-fst-affixes-symbols.lexc.md deleted file mode 100644 index 2d2808c2..00000000 --- a/src-fst-affixes-symbols.lexc.md +++ /dev/null @@ -1,9 +0,0 @@ - -# Symbol affixes - -* * * - -This (part of) documentation was generated from [src/fst/affixes/symbols.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/symbols.lexc) - ---- - diff --git a/src-fst-affixes-adjectives.lexc.md b/src-fst-morphology-affixes-adjectives.lexc.md similarity index 87% rename from src-fst-affixes-adjectives.lexc.md rename to src-fst-morphology-affixes-adjectives.lexc.md index 3df1066b..66d19e26 100644 --- a/src-fst-affixes-adjectives.lexc.md +++ b/src-fst-morphology-affixes-adjectives.lexc.md @@ -46,7 +46,7 @@ * * * -This (part of) documentation was generated from [src/fst/affixes/adjectives.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/adjectives.lexc) +This (part of) documentation was generated from [src/fst/morphology/affixes/adjectives.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/adjectives.lexc) --- diff --git a/src-fst-morphology-affixes-clitics.lexc.md b/src-fst-morphology-affixes-clitics.lexc.md new file mode 100644 index 00000000..b78c68e7 --- /dev/null +++ b/src-fst-morphology-affixes-clitics.lexc.md @@ -0,0 +1,10 @@ +# Veps clitics + +K 3 clitics plus # + +* * * + +This (part of) documentation was generated from [src/fst/morphology/affixes/clitics.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/clitics.lexc) + +--- + diff --git a/src-fst-affixes-nouns.lexc.md b/src-fst-morphology-affixes-nouns.lexc.md similarity index 94% rename from src-fst-affixes-nouns.lexc.md rename to src-fst-morphology-affixes-nouns.lexc.md index f0b723d9..a3157dc1 100644 --- a/src-fst-affixes-nouns.lexc.md +++ b/src-fst-morphology-affixes-nouns.lexc.md @@ -83,7 +83,7 @@ Not yet written... * * * -This (part of) documentation was generated from [src/fst/affixes/nouns.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/nouns.lexc) +This (part of) documentation was generated from [src/fst/morphology/affixes/nouns.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/nouns.lexc) --- diff --git a/src-fst-affixes-numerals.lexc.md b/src-fst-morphology-affixes-numerals.lexc.md similarity index 76% rename from src-fst-affixes-numerals.lexc.md rename to src-fst-morphology-affixes-numerals.lexc.md index e7266717..e61366f4 100644 --- a/src-fst-affixes-numerals.lexc.md +++ b/src-fst-morphology-affixes-numerals.lexc.md @@ -15,7 +15,7 @@ forms which requires great amount of care in the inflection patterns. * * * -This (part of) documentation was generated from [src/fst/affixes/numerals.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/numerals.lexc) +This (part of) documentation was generated from [src/fst/morphology/affixes/numerals.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/numerals.lexc) --- diff --git a/src-fst-affixes-pronouns.lexc.md b/src-fst-morphology-affixes-pronouns.lexc.md similarity index 79% rename from src-fst-affixes-pronouns.lexc.md rename to src-fst-morphology-affixes-pronouns.lexc.md index 45f6f5ab..1af7082c 100644 --- a/src-fst-affixes-pronouns.lexc.md +++ b/src-fst-morphology-affixes-pronouns.lexc.md @@ -28,7 +28,7 @@ NEG-PRON split in Nom Gen Par * * * -This (part of) documentation was generated from [src/fst/affixes/pronouns.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/pronouns.lexc) +This (part of) documentation was generated from [src/fst/morphology/affixes/pronouns.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/pronouns.lexc) --- diff --git a/src-fst-affixes-propernouns.lexc.md b/src-fst-morphology-affixes-propernouns.lexc.md similarity index 63% rename from src-fst-affixes-propernouns.lexc.md rename to src-fst-morphology-affixes-propernouns.lexc.md index 227ba7f8..ede3fd57 100644 --- a/src-fst-affixes-propernouns.lexc.md +++ b/src-fst-morphology-affixes-propernouns.lexc.md @@ -7,7 +7,7 @@ PROPER NOUNS * * * -This (part of) documentation was generated from [src/fst/affixes/propernouns.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/propernouns.lexc) +This (part of) documentation was generated from [src/fst/morphology/affixes/propernouns.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/propernouns.lexc) --- diff --git a/src-fst-affixes-quantifiers.lexc.md b/src-fst-morphology-affixes-quantifiers.lexc.md similarity index 57% rename from src-fst-affixes-quantifiers.lexc.md rename to src-fst-morphology-affixes-quantifiers.lexc.md index 3e7f4861..8e55a117 100644 --- a/src-fst-affixes-quantifiers.lexc.md +++ b/src-fst-morphology-affixes-quantifiers.lexc.md @@ -10,7 +10,7 @@ * * * -This (part of) documentation was generated from [src/fst/affixes/quantifiers.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/quantifiers.lexc) +This (part of) documentation was generated from [src/fst/morphology/affixes/quantifiers.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/quantifiers.lexc) --- diff --git a/src-fst-morphology-affixes-symbols.lexc.md b/src-fst-morphology-affixes-symbols.lexc.md new file mode 100644 index 00000000..ce2e5fef --- /dev/null +++ b/src-fst-morphology-affixes-symbols.lexc.md @@ -0,0 +1,9 @@ + +# Symbol affixes + +* * * + +This (part of) documentation was generated from [src/fst/morphology/affixes/symbols.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/symbols.lexc) + +--- + diff --git a/src-fst-affixes-verbs.lexc.md b/src-fst-morphology-affixes-verbs.lexc.md similarity index 92% rename from src-fst-affixes-verbs.lexc.md rename to src-fst-morphology-affixes-verbs.lexc.md index c14de7a2..a12ea04f 100644 --- a/src-fst-affixes-verbs.lexc.md +++ b/src-fst-morphology-affixes-verbs.lexc.md @@ -100,7 +100,7 @@ V-ConsonantStem_t * * * -This (part of) documentation was generated from [src/fst/affixes/verbs.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/verbs.lexc) +This (part of) documentation was generated from [src/fst/morphology/affixes/verbs.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/verbs.lexc) --- diff --git a/src-fst-phonology.twolc.md b/src-fst-morphology-phonology.twolc.md similarity index 95% rename from src-fst-phonology.twolc.md rename to src-fst-morphology-phonology.twolc.md index 95d88982..b60f1414 100644 --- a/src-fst-phonology.twolc.md +++ b/src-fst-morphology-phonology.twolc.md @@ -166,7 +166,7 @@ Right context for gradation * * * -This (part of) documentation was generated from [src/fst/phonology.twolc](https://github.com/giellalt/lang-vep/blob/main/src/fst/phonology.twolc) +This (part of) documentation was generated from [src/fst/morphology/phonology.twolc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/phonology.twolc) --- diff --git a/src-fst-root.lexc.md b/src-fst-morphology-root.lexc.md similarity index 98% rename from src-fst-root.lexc.md rename to src-fst-morphology-root.lexc.md index 53ba05b0..96a2efea 100644 --- a/src-fst-root.lexc.md +++ b/src-fst-morphology-root.lexc.md @@ -455,7 +455,7 @@ DEM * * * -This (part of) documentation was generated from [src/fst/root.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/root.lexc) +This (part of) documentation was generated from [src/fst/morphology/root.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/root.lexc) --- diff --git a/src-fst-stems-abbreviations.lexc.md b/src-fst-morphology-stems-abbreviations.lexc.md similarity index 87% rename from src-fst-stems-abbreviations.lexc.md rename to src-fst-morphology-stems-abbreviations.lexc.md index cd52d35f..6bd1bd8b 100644 --- a/src-fst-stems-abbreviations.lexc.md +++ b/src-fst-morphology-stems-abbreviations.lexc.md @@ -45,7 +45,7 @@ The idea is that the nominal ones may have case, like e.g. P.E.N. * * * -This (part of) documentation was generated from [src/fst/stems/abbreviations.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/abbreviations.lexc) +This (part of) documentation was generated from [src/fst/morphology/stems/abbreviations.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/stems/abbreviations.lexc) --- diff --git a/src-fst-stems-acronyms.lexc.md b/src-fst-morphology-stems-acronyms.lexc.md similarity index 76% rename from src-fst-stems-acronyms.lexc.md rename to src-fst-morphology-stems-acronyms.lexc.md index b4f8bc97..1508d324 100644 --- a/src-fst-stems-acronyms.lexc.md +++ b/src-fst-morphology-stems-acronyms.lexc.md @@ -25,7 +25,7 @@ Veps acronyms ... * * * -This (part of) documentation was generated from [src/fst/stems/acronyms.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/acronyms.lexc) +This (part of) documentation was generated from [src/fst/morphology/stems/acronyms.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/stems/acronyms.lexc) --- diff --git a/src-fst-stems-adjectives_newwords.lexc.md b/src-fst-morphology-stems-adjectives_newwords.lexc.md similarity index 72% rename from src-fst-stems-adjectives_newwords.lexc.md rename to src-fst-morphology-stems-adjectives_newwords.lexc.md index 80cc4150..adff27bb 100644 --- a/src-fst-stems-adjectives_newwords.lexc.md +++ b/src-fst-morphology-stems-adjectives_newwords.lexc.md @@ -9,7 +9,7 @@ kala:kala A_ "(eng) fish/(fin) kala|fisu/(rus) рыба" ; * * * -This (part of) documentation was generated from [src/fst/stems/adjectives_newwords.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/adjectives_newwords.lexc) +This (part of) documentation was generated from [src/fst/morphology/stems/adjectives_newwords.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/stems/adjectives_newwords.lexc) --- diff --git a/src-fst-stems-nouns_newwords.lexc.md b/src-fst-morphology-stems-nouns_newwords.lexc.md similarity index 66% rename from src-fst-stems-nouns_newwords.lexc.md rename to src-fst-morphology-stems-nouns_newwords.lexc.md index a4b00868..95f00825 100644 --- a/src-fst-stems-nouns_newwords.lexc.md +++ b/src-fst-morphology-stems-nouns_newwords.lexc.md @@ -8,7 +8,7 @@ kala:kala N_ "(eng) fish/(fin) kala|fisu/(rus) рыба" ; * * * -This (part of) documentation was generated from [src/fst/stems/nouns_newwords.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/nouns_newwords.lexc) +This (part of) documentation was generated from [src/fst/morphology/stems/nouns_newwords.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/stems/nouns_newwords.lexc) --- diff --git a/src-fst-stems-numerals.lexc.md b/src-fst-morphology-stems-numerals.lexc.md similarity index 83% rename from src-fst-stems-numerals.lexc.md rename to src-fst-morphology-stems-numerals.lexc.md index bdd3f892..dc4f7048 100644 --- a/src-fst-stems-numerals.lexc.md +++ b/src-fst-morphology-stems-numerals.lexc.md @@ -11,7 +11,7 @@ of cardinals and ordinals, and the non-compounding ones: * * * -This (part of) documentation was generated from [src/fst/stems/numerals.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/numerals.lexc) +This (part of) documentation was generated from [src/fst/morphology/stems/numerals.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/stems/numerals.lexc) --- diff --git a/src-fst-stems-pronouns.lexc.md b/src-fst-morphology-stems-pronouns.lexc.md similarity index 51% rename from src-fst-stems-pronouns.lexc.md rename to src-fst-morphology-stems-pronouns.lexc.md index 1afba6d3..58e9ea8b 100644 --- a/src-fst-stems-pronouns.lexc.md +++ b/src-fst-morphology-stems-pronouns.lexc.md @@ -4,7 +4,7 @@ * * * -This (part of) documentation was generated from [src/fst/stems/pronouns.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/pronouns.lexc) +This (part of) documentation was generated from [src/fst/morphology/stems/pronouns.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/stems/pronouns.lexc) --- diff --git a/src-fst-stems-propernouns_newwords.lexc.md b/src-fst-morphology-stems-propernouns_newwords.lexc.md similarity index 65% rename from src-fst-stems-propernouns_newwords.lexc.md rename to src-fst-morphology-stems-propernouns_newwords.lexc.md index 21d710e0..7547ae7a 100644 --- a/src-fst-stems-propernouns_newwords.lexc.md +++ b/src-fst-morphology-stems-propernouns_newwords.lexc.md @@ -7,7 +7,7 @@ ADD NOUNS BELOW * * * -This (part of) documentation was generated from [src/fst/stems/propernouns_newwords.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/propernouns_newwords.lexc) +This (part of) documentation was generated from [src/fst/morphology/stems/propernouns_newwords.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/stems/propernouns_newwords.lexc) --- diff --git a/src-fst-stems-verbs_newwords.lexc.md b/src-fst-morphology-stems-verbs_newwords.lexc.md similarity index 71% rename from src-fst-stems-verbs_newwords.lexc.md rename to src-fst-morphology-stems-verbs_newwords.lexc.md index 8b606dde..337a0e03 100644 --- a/src-fst-stems-verbs_newwords.lexc.md +++ b/src-fst-morphology-stems-verbs_newwords.lexc.md @@ -9,7 +9,7 @@ avaita:avai V_ "" ; * * * -This (part of) documentation was generated from [src/fst/stems/verbs_newwords.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/verbs_newwords.lexc) +This (part of) documentation was generated from [src/fst/morphology/stems/verbs_newwords.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/stems/verbs_newwords.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 1ec05b8d..edd0b322 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-vep/blob/main/src/phonetics/txt2ipa.xfscript) +This (part of) documentation was generated from [src/fst/phonetics/txt2ipa.xfscript](https://github.com/giellalt/lang-vep/blob/main/src/fst/phonetics/txt2ipa.xfscript) --- diff --git a/src-transcriptions-transcriptor-abbrevs2text.lexc.md b/src-fst-transcriptions-transcriptor-abbrevs2text.lexc.md similarity index 53% rename from src-transcriptions-transcriptor-abbrevs2text.lexc.md rename to src-fst-transcriptions-transcriptor-abbrevs2text.lexc.md index dd6a6684..a24fcdfe 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-vep/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-vep/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc) --- diff --git a/vep.md b/vep.md index 828dd89f..47e17611 100644 --- a/vep.md +++ b/vep.md @@ -615,7 +615,7 @@ These were the set types. * * * -This (part of) documentation was generated from [src/fst/affixes/adjectives.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/adjectives.lexc) +This (part of) documentation was generated from [src/fst/morphology/affixes/adjectives.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/adjectives.lexc) --- @@ -625,7 +625,7 @@ K 3 clitics plus # * * * -This (part of) documentation was generated from [src/fst/affixes/clitics.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/clitics.lexc) +This (part of) documentation was generated from [src/fst/morphology/affixes/clitics.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/clitics.lexc) --- @@ -714,7 +714,7 @@ Not yet written... * * * -This (part of) documentation was generated from [src/fst/affixes/nouns.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/nouns.lexc) +This (part of) documentation was generated from [src/fst/morphology/affixes/nouns.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/nouns.lexc) --- @@ -735,7 +735,7 @@ forms which requires great amount of care in the inflection patterns. * * * -This (part of) documentation was generated from [src/fst/affixes/numerals.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/numerals.lexc) +This (part of) documentation was generated from [src/fst/morphology/affixes/numerals.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/numerals.lexc) --- @@ -769,7 +769,7 @@ NEG-PRON split in Nom Gen Par * * * -This (part of) documentation was generated from [src/fst/affixes/pronouns.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/pronouns.lexc) +This (part of) documentation was generated from [src/fst/morphology/affixes/pronouns.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/pronouns.lexc) --- @@ -782,7 +782,7 @@ PROPER NOUNS * * * -This (part of) documentation was generated from [src/fst/affixes/propernouns.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/propernouns.lexc) +This (part of) documentation was generated from [src/fst/morphology/affixes/propernouns.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/propernouns.lexc) --- @@ -798,7 +798,7 @@ PROPER NOUNS * * * -This (part of) documentation was generated from [src/fst/affixes/quantifiers.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/quantifiers.lexc) +This (part of) documentation was generated from [src/fst/morphology/affixes/quantifiers.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/quantifiers.lexc) --- @@ -807,7 +807,7 @@ PROPER NOUNS * * * -This (part of) documentation was generated from [src/fst/affixes/symbols.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/symbols.lexc) +This (part of) documentation was generated from [src/fst/morphology/affixes/symbols.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/symbols.lexc) --- @@ -913,7 +913,7 @@ V-ConsonantStem_t * * * -This (part of) documentation was generated from [src/fst/affixes/verbs.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/affixes/verbs.lexc) +This (part of) documentation was generated from [src/fst/morphology/affixes/verbs.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/affixes/verbs.lexc) --- @@ -1085,7 +1085,7 @@ Right context for gradation * * * -This (part of) documentation was generated from [src/fst/phonology.twolc](https://github.com/giellalt/lang-vep/blob/main/src/fst/phonology.twolc) +This (part of) documentation was generated from [src/fst/morphology/phonology.twolc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/phonology.twolc) --- @@ -1546,7 +1546,7 @@ DEM * * * -This (part of) documentation was generated from [src/fst/root.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/root.lexc) +This (part of) documentation was generated from [src/fst/morphology/root.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/root.lexc) --- @@ -1597,7 +1597,7 @@ The idea is that the nominal ones may have case, like e.g. P.E.N. * * * -This (part of) documentation was generated from [src/fst/stems/abbreviations.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/abbreviations.lexc) +This (part of) documentation was generated from [src/fst/morphology/stems/abbreviations.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/stems/abbreviations.lexc) --- @@ -1628,7 +1628,7 @@ Veps acronyms ... * * * -This (part of) documentation was generated from [src/fst/stems/acronyms.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/acronyms.lexc) +This (part of) documentation was generated from [src/fst/morphology/stems/acronyms.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/stems/acronyms.lexc) --- @@ -1643,7 +1643,7 @@ kala:kala A_ "(eng) fish/(fin) kala|fisu/(rus) рыба" ; * * * -This (part of) documentation was generated from [src/fst/stems/adjectives_newwords.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/adjectives_newwords.lexc) +This (part of) documentation was generated from [src/fst/morphology/stems/adjectives_newwords.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/stems/adjectives_newwords.lexc) --- @@ -1657,7 +1657,7 @@ kala:kala N_ "(eng) fish/(fin) kala|fisu/(rus) рыба" ; * * * -This (part of) documentation was generated from [src/fst/stems/nouns_newwords.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/nouns_newwords.lexc) +This (part of) documentation was generated from [src/fst/morphology/stems/nouns_newwords.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/stems/nouns_newwords.lexc) --- @@ -1674,7 +1674,7 @@ of cardinals and ordinals, and the non-compounding ones: * * * -This (part of) documentation was generated from [src/fst/stems/numerals.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/numerals.lexc) +This (part of) documentation was generated from [src/fst/morphology/stems/numerals.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/stems/numerals.lexc) --- @@ -1684,7 +1684,7 @@ of cardinals and ordinals, and the non-compounding ones: * * * -This (part of) documentation was generated from [src/fst/stems/pronouns.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/pronouns.lexc) +This (part of) documentation was generated from [src/fst/morphology/stems/pronouns.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/stems/pronouns.lexc) --- @@ -1697,7 +1697,7 @@ ADD NOUNS BELOW * * * -This (part of) documentation was generated from [src/fst/stems/propernouns_newwords.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/propernouns_newwords.lexc) +This (part of) documentation was generated from [src/fst/morphology/stems/propernouns_newwords.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/stems/propernouns_newwords.lexc) --- @@ -1712,7 +1712,7 @@ avaita:avai V_ "" ; * * * -This (part of) documentation was generated from [src/fst/stems/verbs_newwords.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/stems/verbs_newwords.lexc) +This (part of) documentation was generated from [src/fst/morphology/stems/verbs_newwords.lexc](https://github.com/giellalt/lang-vep/blob/main/src/fst/morphology/stems/verbs_newwords.lexc) --- @@ -1879,7 +1879,7 @@ retracted tongue root _q * * * -This (part of) documentation was generated from [src/phonetics/txt2ipa.xfscript](https://github.com/giellalt/lang-vep/blob/main/src/phonetics/txt2ipa.xfscript) +This (part of) documentation was generated from [src/fst/phonetics/txt2ipa.xfscript](https://github.com/giellalt/lang-vep/blob/main/src/fst/phonetics/txt2ipa.xfscript) --- @@ -1899,7 +1899,7 @@ For example: * * * -This (part of) documentation was generated from [src/transcriptions/transcriptor-abbrevs2text.lexc](https://github.com/giellalt/lang-vep/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-vep/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc) ---