Skip to content

Commit

Permalink
deploy: 8c548c5
Browse files Browse the repository at this point in the history
  • Loading branch information
Trondtr committed Jun 17, 2024
1 parent 7c47174 commit d9eb795
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 22 deletions.
1 change: 1 addition & 0 deletions Links.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
7 changes: 6 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
20 changes: 12 additions & 8 deletions crk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* * *
Expand Down Expand Up @@ -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
<small>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)</small>
* 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:
* * *
Expand Down Expand Up @@ -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.
* * *
Expand Down
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
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.4 K", "color": "yellow" }
{ "schemaVersion": 1, "label": "Lemmas", "message": "26.1 K", "color": "yellow" }
2 changes: 1 addition & 1 deletion src-fst-morphology-stems-noun_stems.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

* * *
Expand Down
8 changes: 8 additions & 0 deletions src-fst-morphology-stems-particle_header.lexc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

# Plains Cree particles

The file contains the following lexicons, with content as described:

* * *

<small>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)</small>
10 changes: 0 additions & 10 deletions src-fst-morphology-stems-particles.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

* * *

<small>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)</small>
3 changes: 2 additions & 1 deletion src-fst-morphology-stems-verb_stems.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

* * *

Expand Down

0 comments on commit d9eb795

Please sign in to comment.