Skip to content

Commit

Permalink
deploy: 3a44695
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed Apr 2, 2024
1 parent 9e6bb46 commit 938c17f
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 2 deletions.
20 changes: 20 additions & 0 deletions Links.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,29 @@
* `fst/`
* `morphology/`
* `affixes/`
* [adjectives.lexc](src-fst-morphology-affixes-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/affixes/adjectives.lexc))
* [adpositions.lexc](src-fst-morphology-affixes-adpositions.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/affixes/adpositions.lexc))
* [adverbs.lexc](src-fst-morphology-affixes-adverbs.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/affixes/adverbs.lexc))
* [nouns.lexc](src-fst-morphology-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/affixes/nouns.lexc))
* [prefixes.lexc](src-fst-morphology-affixes-prefixes.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/affixes/prefixes.lexc))
* [pronouns.lexc](src-fst-morphology-affixes-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/affixes/pronouns.lexc))
* [propernouns.lexc](src-fst-morphology-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/affixes/propernouns.lexc))
* [symbols.lexc](src-fst-morphology-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/affixes/symbols.lexc))
* [verbs.lexc](src-fst-morphology-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/affixes/verbs.lexc))
* [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/phonology.twolc))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* [adjectives.lexc](src-fst-morphology-stems-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/adjectives.lexc))
* [adpositions.lexc](src-fst-morphology-stems-adpositions.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/adpositions.lexc))
* [adverbs.lexc](src-fst-morphology-stems-adverbs.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/adverbs.lexc))
* [conjunctors.lexc](src-fst-morphology-stems-conjunctors.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/conjunctors.lexc))
* [interjections.lexc](src-fst-morphology-stems-interjections.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/interjections.lexc))
* [nouns.lexc](src-fst-morphology-stems-nouns.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/nouns.lexc))
* [nouns_newwords.lexc](src-fst-morphology-stems-nouns_newwords.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/nouns_newwords.lexc))
* [numerals.lexc](src-fst-morphology-stems-numerals.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/numerals.lexc))
* [pronouns.lexc](src-fst-morphology-stems-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/pronouns.lexc))
* [propernouns.lexc](src-fst-morphology-stems-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/propernouns.lexc))
* [verbs.lexc](src-fst-morphology-stems-verbs.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/verbs.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/phonetics/txt2ipa.xfscript))
* `transcriptions/`
Expand Down
7 changes: 7 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
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
20 changes: 20 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,29 @@ 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-lut/blob/main/src/fst/morphology/affixes/adjectives.lexc))
* [adpositions.lexc](src-fst-morphology-affixes-adpositions.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/affixes/adpositions.lexc))
* [adverbs.lexc](src-fst-morphology-affixes-adverbs.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/affixes/adverbs.lexc))
* [nouns.lexc](src-fst-morphology-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/affixes/nouns.lexc))
* [prefixes.lexc](src-fst-morphology-affixes-prefixes.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/affixes/prefixes.lexc))
* [pronouns.lexc](src-fst-morphology-affixes-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/affixes/pronouns.lexc))
* [propernouns.lexc](src-fst-morphology-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/affixes/propernouns.lexc))
* [symbols.lexc](src-fst-morphology-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/affixes/symbols.lexc))
* [verbs.lexc](src-fst-morphology-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/affixes/verbs.lexc))
* [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/phonology.twolc))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* [adjectives.lexc](src-fst-morphology-stems-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/adjectives.lexc))
* [adpositions.lexc](src-fst-morphology-stems-adpositions.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/adpositions.lexc))
* [adverbs.lexc](src-fst-morphology-stems-adverbs.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/adverbs.lexc))
* [conjunctors.lexc](src-fst-morphology-stems-conjunctors.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/conjunctors.lexc))
* [interjections.lexc](src-fst-morphology-stems-interjections.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/interjections.lexc))
* [nouns.lexc](src-fst-morphology-stems-nouns.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/nouns.lexc))
* [nouns_newwords.lexc](src-fst-morphology-stems-nouns_newwords.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/nouns_newwords.lexc))
* [numerals.lexc](src-fst-morphology-stems-numerals.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/numerals.lexc))
* [pronouns.lexc](src-fst-morphology-stems-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/pronouns.lexc))
* [propernouns.lexc](src-fst-morphology-stems-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/propernouns.lexc))
* [verbs.lexc](src-fst-morphology-stems-verbs.lexc.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/morphology/stems/verbs.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-lut/blob/main/src/fst/phonetics/txt2ipa.xfscript))
* `transcriptions/`
Expand Down
4 changes: 3 additions & 1 deletion lut.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,8 @@ The Usage extents are marked using following tags:
* +Err/Orth
* +Err/Spellrelax
* +Use/-Spell
* **+Use/TTS****only** retained in the HFST Text-To-Speech disambiguation tokeniser
* **+Use/-TTS****never** retained in the HFST Text-To-Speech disambiguation tokeniser

Dialect tags:

Expand All @@ -711,7 +713,7 @@ The nominals are inflected in the following Case and Number
* +Sg +Du +Pl
* +Ess +Nom +Gen +Acc +Ill +Loc +Com +Com/Sh

The possessor indices are marked as such:
Possession is marked as follows:
* +PxSg1 first person singular
* +PxSg2 second person singular
* +PxSP3 third person singular or plural
Expand Down
4 changes: 3 additions & 1 deletion src-fst-morphology-root.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ The Usage extents are marked using following tags:
* +Err/Orth
* +Err/Spellrelax
* +Use/-Spell
* **+Use/TTS****only** retained in the HFST Text-To-Speech disambiguation tokeniser
* **+Use/-TTS****never** retained in the HFST Text-To-Speech disambiguation tokeniser

Dialect tags:

Expand All @@ -79,7 +81,7 @@ The nominals are inflected in the following Case and Number
* +Sg +Du +Pl
* +Ess +Nom +Gen +Acc +Ill +Loc +Com +Com/Sh

The possessor indices are marked as such:
Possession is marked as follows:
* +PxSg1 first person singular
* +PxSg2 second person singular
* +PxSP3 third person singular or plural
Expand Down

0 comments on commit 938c17f

Please sign in to comment.