Skip to content

Commit

Permalink
deploy: 3795bc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Trondtr committed Mar 25, 2024
1 parent 8ac4e54 commit 2c26243
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 deletions.
13 changes: 13 additions & 0 deletions Links.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,22 @@
* `fst/`
* `morphology/`
* `affixes/`
* [adjectives.lexc](src-fst-morphology-affixes-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/adjectives.lexc))
* [adpositions.lexc](src-fst-morphology-affixes-adpositions.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/adpositions.lexc))
* [adverbs.lexc](src-fst-morphology-affixes-adverbs.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/adverbs.lexc))
* [clitics.lexc](src-fst-morphology-affixes-clitics.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/clitics.lexc))
* [descriptives.lexc](src-fst-morphology-affixes-descriptives.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/descriptives.lexc))
* [interjections.lexc](src-fst-morphology-affixes-interjections.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/interjections.lexc))
* [nouns.lexc](src-fst-morphology-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/nouns.lexc))
* [pronouns.lexc](src-fst-morphology-affixes-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/pronouns.lexc))
* [propernouns.lexc](src-fst-morphology-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/propernouns.lexc))
* [quantifiers.lexc](src-fst-morphology-affixes-quantifiers.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/quantifiers.lexc))
* [symbols.lexc](src-fst-morphology-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/symbols.lexc))
* [verbs.lexc](src-fst-morphology-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/verbs.lexc))
* [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/phonology.twolc))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* [verbs_newwords.lexc](src-fst-morphology-stems-verbs_newwords.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/stems/verbs_newwords.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/phonetics/txt2ipa.xfscript))
* `transcriptions/`
Expand Down
9 changes: 8 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,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/morphology/stems/*.lexc
$(srcdir)/lemmacount.json:
$(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 Expand Up @@ -994,6 +994,7 @@ $(LINKS):
d2=`echo "$$d" | cut -d '/' -f 2` ;\
d3=`echo "$$d" | cut -d '/' -f 3` ;\
d4=`echo "$$d" | cut -d '/' -f 4` ;\
d5=`echo "$$d" | cut -d '/' -f 5` ;\
if test "x$$d1" != "x$$oldd1" ; then \
echo "* \`$$d1/\`" ;\
oldd1=$$d1 ;\
Expand All @@ -1016,6 +1017,12 @@ $(LINKS):
echo " * \`$$d4/\`" ;\
oldd4=$$d4 ;\
fi ; \
if test "x$$d5" = x -a "x$$d4" != x ; then \
echo " * [$$docname]($$html) ([src]($(REPOURL)/$$doc))" ;\
elif test "x$$d5" != "x$$oldd5" ; then \
echo " * \`$$d5/\`" ;\
oldd5=$$d5 ;\
fi ; \
done > $@

empty.md:
Expand Down
2 changes: 1 addition & 1 deletion index-header.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ These pages document the work on the [Tundra Nenets language model](https://gith
## Resources

* [Language technology tools for Tundra Nenets](https://giellatekno.uit.no/cgi/index.yrk.eng.html) (based upon this model)
* the Nenets [morphologically enriched dictionary](http://wada.oahpa.no)
* the Nenets [morphologically enriched dictionary](http://vada.oahpa.no)
* Generation of [paradigms](http://giellatekno.uit.no/cgi/p-yrk.eng.html)

## Project documentation
Expand Down
15 changes: 14 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ These pages document the work on the [Tundra Nenets language model](https://gith
## Resources

* [Language technology tools for Tundra Nenets](https://giellatekno.uit.no/cgi/index.yrk.eng.html) (based upon this model)
* the Nenets [morphologically enriched dictionary](http://wada.oahpa.no)
* the Nenets [morphologically enriched dictionary](http://vada.oahpa.no)
* Generation of [paradigms](http://giellatekno.uit.no/cgi/p-yrk.eng.html)

## Project documentation
Expand All @@ -33,9 +33,22 @@ Below is an autogenerated list of documentation pages built from structured comm
* `fst/`
* `morphology/`
* `affixes/`
* [adjectives.lexc](src-fst-morphology-affixes-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/adjectives.lexc))
* [adpositions.lexc](src-fst-morphology-affixes-adpositions.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/adpositions.lexc))
* [adverbs.lexc](src-fst-morphology-affixes-adverbs.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/adverbs.lexc))
* [clitics.lexc](src-fst-morphology-affixes-clitics.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/clitics.lexc))
* [descriptives.lexc](src-fst-morphology-affixes-descriptives.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/descriptives.lexc))
* [interjections.lexc](src-fst-morphology-affixes-interjections.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/interjections.lexc))
* [nouns.lexc](src-fst-morphology-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/nouns.lexc))
* [pronouns.lexc](src-fst-morphology-affixes-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/pronouns.lexc))
* [propernouns.lexc](src-fst-morphology-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/propernouns.lexc))
* [quantifiers.lexc](src-fst-morphology-affixes-quantifiers.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/quantifiers.lexc))
* [symbols.lexc](src-fst-morphology-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/symbols.lexc))
* [verbs.lexc](src-fst-morphology-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/affixes/verbs.lexc))
* [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/phonology.twolc))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* [verbs_newwords.lexc](src-fst-morphology-stems-verbs_newwords.lexc.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/morphology/stems/verbs_newwords.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-yrk/blob/main/src/fst/phonetics/txt2ipa.xfscript))
* `transcriptions/`
Expand Down

0 comments on commit 2c26243

Please sign in to comment.