Skip to content

Commit

Permalink
deploy: fb2de06
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Apr 12, 2024
1 parent 31438a5 commit c914318
Show file tree
Hide file tree
Showing 14 changed files with 62 additions and 32 deletions.
1 change: 1 addition & 0 deletions Links.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* `fst/`
* [extra-phonology.xfscript](src-fst-extra-phonology.xfscript.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/fst/extra-phonology.xfscript))
* `morphology/`
* [extra-phonology.xfscript](src-fst-morphology-extra-phonology.xfscript.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/fst/morphology/extra-phonology.xfscript))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/fst/morphology/root.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/fst/phonetics/txt2ipa.xfscript))
Expand Down
18 changes: 16 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ GLANGUAGE = @GLANGUAGE@
GRAMCHECKVERSION = @GRAMCHECKVERSION@
GTCORE = @GTCORE@
GTCORESH = @GTCORESH@
GTGRAMTOOL = @GTGRAMTOOL@
GTLANG = @GTLANG@
GTLANG2 = @GTLANG2@
GTLANGUAGE = @GTLANGUAGE@
Expand Down Expand Up @@ -978,9 +979,14 @@ $(foreach f,$(DOCSRC_XEROX),$(eval $(call make_md_files,$(f))))
$(foreach f,$(DOCSRC_CG3),$(eval $(call make_md_files_cg3,$(f))))

# Collect all target files into one big MD file:
# Remove the VPATH prefix to create the header for each file/chapter:
$(ALLINONE_MD_PAGE): $(VPATH_MDFILES)
$(AM_V_GEN)printf "# $(GLANGUAGE) description \n\nAll documents in one file\n\n" \
| cat - $(VPATH_MDFILES) > $@
$(AM_V_GEN)printf "# $(GLANGUAGE) language model documentation\n\nAll doc-comment documentation in one large file.\n" > $@
for f in $(VPATH_MDFILES); do \
header=$${f#"$(top_srcdir)/docs/"};\
printf "\n---\n\n# $$header \n\n" >> $@ ;\
cat $$f >> $@ ;\
done

$(LINKS):
$(AM_V_GEN)for doc2md in $(DOCSRC_MDFILES) ; do \
Expand All @@ -998,24 +1004,32 @@ $(LINKS):
if test "x$$d1" != "x$$oldd1" ; then \
echo "* \`$$d1/\`" ;\
oldd1=$$d1 ;\
oldd2="";\
oldd3="";\
oldd4="";\
fi ; \
if test "x$$d2" = x ; then \
echo " * [$$docname]($$html) ([src]($(REPOURL)/$$doc))" ;\
elif test "x$$d2" != "x$$oldd2" ; then \
echo " * \`$$d2/\`" ;\
oldd2=$$d2 ;\
oldd3="";\
oldd4="";\
oldd5="";\
fi ; \
if test "x$$d3" = x -a "x$$d2" != x; then \
echo " * [$$docname]($$html) ([src]($(REPOURL)/$$doc))" ;\
elif test "x$$d3" != "x$$oldd3" ; then \
echo " * \`$$d3/\`" ;\
oldd3=$$d3 ;\
oldd4="";\
fi ; \
if test "x$$d4" = x -a "x$$d3" != x ; then \
echo " * [$$docname]($$html) ([src]($(REPOURL)/$$doc))" ;\
elif test "x$$d4" != "x$$oldd4" ; then \
echo " * \`$$d4/\`" ;\
oldd4=$$d4 ;\
oldd5="";\
fi ; \
if test "x$$d5" = x -a "x$$d4" != x ; then \
echo " * [$$docname]($$html) ([src]($(REPOURL)/$$doc))" ;\
Expand Down
42 changes: 37 additions & 5 deletions esu.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Central Yupik description
# Central Yupik language model documentation

All documents in one file
All doc-comment documentation in one large file.

---

# src-cg3-functions.cg3.md



Expand Down Expand Up @@ -170,14 +174,33 @@ These were the set types.
## HNOUN MAPPING

* * *

<small>This (part of) documentation was generated from [src/cg3/functions.cg3](https://github.com/giellalt/lang-esu/blob/main/src/cg3/functions.cg3)</small>

---

# src-fst-extra-phonology.xfscript.md



* * *

<small>This (part of) documentation was generated from [src/fst/extra-phonology.xfscript](https://github.com/giellalt/lang-esu/blob/main/src/fst/extra-phonology.xfscript)</small>

---

# src-fst-morphology-extra-phonology.xfscript.md



* * *

<small>This (part of) documentation was generated from [src/fst/morphology/extra-phonology.xfscript](https://github.com/giellalt/lang-esu/blob/main/src/fst/morphology/extra-phonology.xfscript)</small>

---

# src-fst-morphology-root.lexc.md



* * *
Expand All @@ -186,6 +209,8 @@ These were the set types.

---

# src-fst-phonetics-txt2ipa.xfscript.md



retroflex plosive, voiceless t` ʈ 0288, 648 (` = ASCII 096)
Expand Down Expand Up @@ -353,6 +378,8 @@ retracted tongue root _q

---

# src-fst-transcriptions-transcriptor-abbrevs2text.lexc.md



We describe here how abbreviations are in Central Yupik are read out, e.g.
Expand All @@ -373,6 +400,8 @@ For example:

---

# src-fst-transcriptions-transcriptor-numbers-digit2text.lexc.md



% komma% :, Root ;
Expand All @@ -387,6 +416,8 @@ For example:

---

# tools-tokenisers-tokeniser-disamb-gt-desc.pmscript.md

# Tokeniser for esu

Usage:
Expand Down Expand Up @@ -450,6 +481,8 @@ Finally we mark as a token any sequence making up a:

---

# tools-tokenisers-tokeniser-gramcheck-gt-desc.pmscript.md

# Grammar checker tokenisation for esu

Requires a recent version of HFST (3.10.0 / git revision>=3aecdbc)
Expand Down Expand Up @@ -513,6 +546,8 @@ Finally we mark as a token any sequence making up a:

---

# tools-tokenisers-tokeniser-tts-cggt-desc.pmscript.md

# TTS tokenisation for smj

Requires a recent version of HFST (3.10.0 / git revision>=3aecdbc)
Expand Down Expand Up @@ -574,6 +609,3 @@ Needs hfst-tokenise to output things differently depending on the tag they get
* * *

<small>This (part of) documentation was generated from [tools/tokenisers/tokeniser-tts-cggt-desc.pmscript](https://github.com/giellalt/lang-esu/blob/main/tools/tokenisers/tokeniser-tts-cggt-desc.pmscript)</small>

---

1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Below is an autogenerated list of documentation pages built from structured comm
* `fst/`
* [extra-phonology.xfscript](src-fst-extra-phonology.xfscript.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/fst/extra-phonology.xfscript))
* `morphology/`
* [extra-phonology.xfscript](src-fst-morphology-extra-phonology.xfscript.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/fst/morphology/extra-phonology.xfscript))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/fst/morphology/root.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-esu/blob/main/src/fst/phonetics/txt2ipa.xfscript))
Expand Down
3 changes: 2 additions & 1 deletion src-cg3-functions.cg3.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,5 @@ These were the set types.
## HNOUN MAPPING

* * *
<small>This (part of) documentation was generated from [src/cg3/functions.cg3](https://github.com/giellalt/lang-esu/blob/main/src/cg3/functions.cg3)</small>

<small>This (part of) documentation was generated from [src/cg3/functions.cg3](https://github.com/giellalt/lang-esu/blob/main/src/cg3/functions.cg3)</small>
3 changes: 0 additions & 3 deletions src-fst-extra-phonology.xfscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
* * *

<small>This (part of) documentation was generated from [src/fst/extra-phonology.xfscript](https://github.com/giellalt/lang-esu/blob/main/src/fst/extra-phonology.xfscript)</small>

---

5 changes: 5 additions & 0 deletions src-fst-morphology-extra-phonology.xfscript.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@


* * *

<small>This (part of) documentation was generated from [src/fst/morphology/extra-phonology.xfscript](https://github.com/giellalt/lang-esu/blob/main/src/fst/morphology/extra-phonology.xfscript)</small>
3 changes: 0 additions & 3 deletions src-fst-morphology-root.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
* * *

<small>This (part of) documentation was generated from [src/fst/morphology/root.lexc](https://github.com/giellalt/lang-esu/blob/main/src/fst/morphology/root.lexc)</small>

---

3 changes: 0 additions & 3 deletions src-fst-phonetics-txt2ipa.xfscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,3 @@ retracted tongue root _q
* * *

<small>This (part of) documentation was generated from [src/fst/phonetics/txt2ipa.xfscript](https://github.com/giellalt/lang-esu/blob/main/src/fst/phonetics/txt2ipa.xfscript)</small>

---

3 changes: 0 additions & 3 deletions src-fst-transcriptions-transcriptor-abbrevs2text.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ For example:
* * *

<small>This (part of) documentation was generated from [src/fst/transcriptions/transcriptor-abbrevs2text.lexc](https://github.com/giellalt/lang-esu/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc)</small>

---

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@
* * *

<small>This (part of) documentation was generated from [src/fst/transcriptions/transcriptor-numbers-digit2text.lexc](https://github.com/giellalt/lang-esu/blob/main/src/fst/transcriptions/transcriptor-numbers-digit2text.lexc)</small>

---

3 changes: 0 additions & 3 deletions tools-tokenisers-tokeniser-disamb-gt-desc.pmscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,3 @@ Finally we mark as a token any sequence making up a:
* * *

<small>This (part of) documentation was generated from [tools/tokenisers/tokeniser-disamb-gt-desc.pmscript](https://github.com/giellalt/lang-esu/blob/main/tools/tokenisers/tokeniser-disamb-gt-desc.pmscript)</small>

---

3 changes: 0 additions & 3 deletions tools-tokenisers-tokeniser-gramcheck-gt-desc.pmscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,3 @@ Finally we mark as a token any sequence making up a:
* * *

<small>This (part of) documentation was generated from [tools/tokenisers/tokeniser-gramcheck-gt-desc.pmscript](https://github.com/giellalt/lang-esu/blob/main/tools/tokenisers/tokeniser-gramcheck-gt-desc.pmscript)</small>

---

3 changes: 0 additions & 3 deletions tools-tokenisers-tokeniser-tts-cggt-desc.pmscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,3 @@ Needs hfst-tokenise to output things differently depending on the tag they get
* * *

<small>This (part of) documentation was generated from [tools/tokenisers/tokeniser-tts-cggt-desc.pmscript](https://github.com/giellalt/lang-esu/blob/main/tools/tokenisers/tokeniser-tts-cggt-desc.pmscript)</small>

---

0 comments on commit c914318

Please sign in to comment.