From d9eb795275184726a825d64f58cddb75260ec988 Mon Sep 17 00:00:00 2001 From: Trondtr Date: Mon, 17 Jun 2024 06:43:27 +0000 Subject: [PATCH] deploy: 8c548c5303cbb9978d9f1487f7a4027563773334 --- Links.md | 1 + Makefile.in | 7 ++++++- crk.md | 20 +++++++++++-------- index.md | 1 + lemmacount.json | 2 +- src-fst-morphology-stems-noun_stems.lexc.md | 2 +- ...t-morphology-stems-particle_header.lexc.md | 8 ++++++++ src-fst-morphology-stems-particles.lexc.md | 10 ---------- src-fst-morphology-stems-verb_stems.lexc.md | 3 ++- 9 files changed, 32 insertions(+), 22 deletions(-) create mode 100644 src-fst-morphology-stems-particle_header.lexc.md diff --git a/Links.md b/Links.md index f75d08fd..08581d03 100644 --- a/Links.md +++ b/Links.md @@ -20,6 +20,7 @@ * [noun_stems.lexc](src-fst-morphology-stems-noun_stems.lexc.html) ([src](https://github.com/giellalt/lang-crk/blob/main/src/fst/morphology/stems/noun_stems.lexc)) * [numeral_symbols.lexc](src-fst-morphology-stems-numeral_symbols.lexc.html) ([src](https://github.com/giellalt/lang-crk/blob/main/src/fst/morphology/stems/numeral_symbols.lexc)) * [numerals.lexc](src-fst-morphology-stems-numerals.lexc.html) ([src](https://github.com/giellalt/lang-crk/blob/main/src/fst/morphology/stems/numerals.lexc)) + * [particle_header.lexc](src-fst-morphology-stems-particle_header.lexc.html) ([src](https://github.com/giellalt/lang-crk/blob/main/src/fst/morphology/stems/particle_header.lexc)) * [particles.lexc](src-fst-morphology-stems-particles.lexc.html) ([src](https://github.com/giellalt/lang-crk/blob/main/src/fst/morphology/stems/particles.lexc)) * [pronouns.lexc](src-fst-morphology-stems-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-crk/blob/main/src/fst/morphology/stems/pronouns.lexc)) * [verb_header.lexc](src-fst-morphology-stems-verb_header.lexc.html) ([src](https://github.com/giellalt/lang-crk/blob/main/src/fst/morphology/stems/verb_header.lexc)) diff --git a/Makefile.in b/Makefile.in index 436f08d5..e84976bb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1072,7 +1072,12 @@ devtest-recursive: devtest-local: @for t in $(TESTS) ; do \ - srcdir=$(srcdir) $(srcdir)/$$t ;\ + echo "TEST: $$t" ;\ + if test -f "./$$t" ; then \ + srcdir=$(srcdir) "./$$t" ;\ + else \ + srcdir=$(srcdir) "$(srcdir)/$$t" ;\ + fi ;\ done # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/crk.md b/crk.md index 136cf63d..bf974160 100644 --- a/crk.md +++ b/crk.md @@ -1196,7 +1196,7 @@ LEXC structure in the new crk FST. Test lemma/stem set for nouns according the new crk FST -Complete extraction of lemma:stem info from AEW 2020, according to +Complete extraction of lemma:stem info from CW/AEW (2023) and (MD 2023), according to LEXC structure in the new crk FST. * * * @@ -1271,22 +1271,25 @@ LEXC structure in the new crk FST. --- -# src-fst-morphology-stems-particles.lexc.md +# src-fst-morphology-stems-particle_header.lexc.md # Plains Cree particles The file contains the following lexicons, with content as described: -* LEXICON Particle adds +Ipc +* * * -* LEXICON Particle/Interjection adds +Ipc+Interj +This (part of) documentation was generated from [src/fst/morphology/stems/particle_header.lexc](https://github.com/giellalt/lang-crk/blob/main/src/fst/morphology/stems/particle_header.lexc) -* LEXICON Particle/Name adds +Ipc+Prop +--- -* LEXICON Particle/Phrase adds +Ipc+Phr +# src-fst-morphology-stems-particles.lexc.md -* LEXICON Particles contains the actual list of particles. + +# Plains Cree particles + +The file contains the following lexicons, with content as described: * * * @@ -1358,7 +1361,8 @@ LEXC structure in the new crk FST. Model verb lemmas and stems for new crk FST -Full incorporation of AEW 2020 verbs into new crk FST +Complete extraction of lemma:stem info from CW/AEW (2023) and (MD 2023), according to +LEXC structure in the new crk FST. * * * diff --git a/index.md b/index.md index 19ec6499..bc5b293b 100644 --- a/index.md +++ b/index.md @@ -75,6 +75,7 @@ Below is an autogenerated list of documentation pages built from structured comm * [noun_stems.lexc](src-fst-morphology-stems-noun_stems.lexc.html) ([src](https://github.com/giellalt/lang-crk/blob/main/src/fst/morphology/stems/noun_stems.lexc)) * [numeral_symbols.lexc](src-fst-morphology-stems-numeral_symbols.lexc.html) ([src](https://github.com/giellalt/lang-crk/blob/main/src/fst/morphology/stems/numeral_symbols.lexc)) * [numerals.lexc](src-fst-morphology-stems-numerals.lexc.html) ([src](https://github.com/giellalt/lang-crk/blob/main/src/fst/morphology/stems/numerals.lexc)) + * [particle_header.lexc](src-fst-morphology-stems-particle_header.lexc.html) ([src](https://github.com/giellalt/lang-crk/blob/main/src/fst/morphology/stems/particle_header.lexc)) * [particles.lexc](src-fst-morphology-stems-particles.lexc.html) ([src](https://github.com/giellalt/lang-crk/blob/main/src/fst/morphology/stems/particles.lexc)) * [pronouns.lexc](src-fst-morphology-stems-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-crk/blob/main/src/fst/morphology/stems/pronouns.lexc)) * [verb_header.lexc](src-fst-morphology-stems-verb_header.lexc.html) ([src](https://github.com/giellalt/lang-crk/blob/main/src/fst/morphology/stems/verb_header.lexc)) diff --git a/lemmacount.json b/lemmacount.json index 39aa45dc..5f42827e 100644 --- a/lemmacount.json +++ b/lemmacount.json @@ -1 +1 @@ -{ "schemaVersion": 1, "label": "Lemmas", "message": "20.4 K", "color": "yellow" } +{ "schemaVersion": 1, "label": "Lemmas", "message": "26.1 K", "color": "yellow" } diff --git a/src-fst-morphology-stems-noun_stems.lexc.md b/src-fst-morphology-stems-noun_stems.lexc.md index e55b8efa..673d2694 100644 --- a/src-fst-morphology-stems-noun_stems.lexc.md +++ b/src-fst-morphology-stems-noun_stems.lexc.md @@ -2,7 +2,7 @@ Test lemma/stem set for nouns according the new crk FST -Complete extraction of lemma:stem info from AEW 2020, according to +Complete extraction of lemma:stem info from CW/AEW (2023) and (MD 2023), according to LEXC structure in the new crk FST. * * * diff --git a/src-fst-morphology-stems-particle_header.lexc.md b/src-fst-morphology-stems-particle_header.lexc.md new file mode 100644 index 00000000..c9130969 --- /dev/null +++ b/src-fst-morphology-stems-particle_header.lexc.md @@ -0,0 +1,8 @@ + +# Plains Cree particles + +The file contains the following lexicons, with content as described: + +* * * + +This (part of) documentation was generated from [src/fst/morphology/stems/particle_header.lexc](https://github.com/giellalt/lang-crk/blob/main/src/fst/morphology/stems/particle_header.lexc) diff --git a/src-fst-morphology-stems-particles.lexc.md b/src-fst-morphology-stems-particles.lexc.md index a45119a2..a2f5369b 100644 --- a/src-fst-morphology-stems-particles.lexc.md +++ b/src-fst-morphology-stems-particles.lexc.md @@ -3,16 +3,6 @@ The file contains the following lexicons, with content as described: -* LEXICON Particle adds +Ipc - -* LEXICON Particle/Interjection adds +Ipc+Interj - -* LEXICON Particle/Name adds +Ipc+Prop - -* LEXICON Particle/Phrase adds +Ipc+Phr - -* LEXICON Particles contains the actual list of particles. - * * * This (part of) documentation was generated from [src/fst/morphology/stems/particles.lexc](https://github.com/giellalt/lang-crk/blob/main/src/fst/morphology/stems/particles.lexc) diff --git a/src-fst-morphology-stems-verb_stems.lexc.md b/src-fst-morphology-stems-verb_stems.lexc.md index 083f55d6..c07557ae 100644 --- a/src-fst-morphology-stems-verb_stems.lexc.md +++ b/src-fst-morphology-stems-verb_stems.lexc.md @@ -2,7 +2,8 @@ Model verb lemmas and stems for new crk FST -Full incorporation of AEW 2020 verbs into new crk FST +Complete extraction of lemma:stem info from CW/AEW (2023) and (MD 2023), according to +LEXC structure in the new crk FST. * * *