Skip to content

Commit

Permalink
deploy: a4fd537
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Apr 12, 2024
1 parent 168cca7 commit e881a6b
Show file tree
Hide file tree
Showing 32 changed files with 98 additions and 88 deletions.
1 change: 0 additions & 1 deletion Links.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
* `tools/`
* `grammarcheckers/`
* [grammarchecker.cg3](tools-grammarcheckers-grammarchecker.cg3.html) ([src](https://github.com/giellalt/lang-bxr/blob/main/tools/grammarcheckers/grammarchecker.cg3))
* `/`
* `tokenisers/`
* [tokeniser-disamb-gt-desc.pmscript](tools-tokenisers-tokeniser-disamb-gt-desc.pmscript.html) ([src](https://github.com/giellalt/lang-bxr/blob/main/tools/tokenisers/tokeniser-disamb-gt-desc.pmscript))
* [tokeniser-gramcheck-gt-desc.pmscript](tools-tokenisers-tokeniser-gramcheck-gt-desc.pmscript.html) ([src](https://github.com/giellalt/lang-bxr/blob/main/tools/tokenisers/tokeniser-gramcheck-gt-desc.pmscript))
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 @@ -979,9 +980,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 @@ -999,24 +1005,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
82 changes: 76 additions & 6 deletions bxr.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Russia Buriat description
# Russia Buriat language model documentation

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

---

# src-cg3-disambiguator.cg3.md

This is the Eastern Mari disambiguation file. It chooses
the correct morphological analyses in any given sentence context.
Expand Down Expand Up @@ -170,8 +174,15 @@ Plural verbforms
ConMod

* * *

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

---

# src-cg3-functions.cg3.md



* Sets for POS sub-categories

* Sets for Semantic tags
Expand Down Expand Up @@ -338,7 +349,14 @@ These were the set types.
## HNOUN MAPPING

* * *

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

---

# src-fst-morphology-affixes-adjectives.lexc.md


# Buryaad adjective morphology

just adding the +A tag.
Expand All @@ -349,6 +367,8 @@ just adding the +A tag.

---

# src-fst-morphology-affixes-nouns.lexc.md

# Buryaad noun affixes

We have two lexica, n1 and n2,
Expand Down Expand Up @@ -382,6 +402,8 @@ The morphology common to the different stem classes

---

# src-fst-morphology-affixes-propernouns.lexc.md

# Buryaad proper noun morphology

This file add +N+Prop and points to the noun case morphology
Expand All @@ -392,6 +414,8 @@ This file add +N+Prop and points to the noun case morphology

---

# src-fst-morphology-affixes-symbols.lexc.md


# Symbol affixes

Expand All @@ -401,6 +425,8 @@ This file add +N+Prop and points to the noun case morphology

---

# src-fst-morphology-affixes-verbs.lexc.md

# Buryaad verb affixes

This is the file for Buryaad verb morphology. The documentation
Expand Down Expand Up @@ -476,6 +502,8 @@ the one for these suffixes.

---

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



## Buryaad clitics
Expand All @@ -492,6 +520,8 @@ This file contains the clitic lexicon K, pointing (via clitics) to ENDLEX

---

# src-fst-morphology-phonology.twolc.md

# Buryaad morphophonology

This file documents the [phonology.twolc file](http://github.com/giellalt/lang-bxr/blob/main/src/fst/phonology.twolc)
Expand Down Expand Up @@ -732,6 +762,8 @@ Here come all the rules (marked with RULE:), and test cases.

---

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


# Buryaad morphological analyser !
INTRODUCTION TO MORPHOLOGICAL ANALYSER OF BURYAAD.
Expand Down Expand Up @@ -914,6 +946,8 @@ Key lexicon

---

# src-fst-morphology-stems-adjectives.lexc.md

# Buryaad adjectives

here there are some 500 adjectives from the Apertium source files.
Expand All @@ -924,6 +958,8 @@ here there are some 500 adjectives from the Apertium source files.

---

# src-fst-morphology-stems-adverbs.lexc.md


# Buryaad adverbs

Expand All @@ -935,6 +971,8 @@ Here follows a lost of some 20 adverbs.

---

# src-fst-morphology-stems-bxr-propernouns.lexc.md


# Buryaad proper nouns

Expand All @@ -949,6 +987,8 @@ and international names will be taken from the urj-Cyrl file.

---

# src-fst-morphology-stems-conjunctions.lexc.md

# Buryaad conjunctions

This file is still empty.
Expand All @@ -959,6 +999,8 @@ This file is still empty.

---

# src-fst-morphology-stems-interjections.lexc.md

# Buryaad interjections

This file is still empty.
Expand All @@ -969,6 +1011,8 @@ This file is still empty.

---

# src-fst-morphology-stems-nouns.lexc.md

# Buryaad noun stems

* **LEXICON Noun ** the lexicon itself
Expand All @@ -982,6 +1026,8 @@ be moved to bxr-propernouns.lexc

---

# src-fst-morphology-stems-numerals.lexc.md



## **LEXICON NUM-PREFIXES**
Expand Down Expand Up @@ -1046,6 +1092,8 @@ the arabic numerals.

---

# src-fst-morphology-stems-particles.lexc.md


# Buryaad particles

Expand All @@ -1068,6 +1116,8 @@ Consider whether these are aeverbs.

---

# src-fst-morphology-stems-postpositions.lexc.md

# Buryaad postpositions

This file contains 40 postpositions
Expand All @@ -1086,6 +1136,8 @@ LEXICON Postposition = The lexicon

---

# src-fst-morphology-stems-pronouns.lexc.md

# Buryaad pronouns

This file contains pronouns.
Expand All @@ -1102,6 +1154,8 @@ So far, the following pronouns are covered:

---

# src-fst-morphology-stems-propernouns.lexc.md


# Propernouns

Expand All @@ -1111,6 +1165,8 @@ So far, the following pronouns are covered:

---

# src-fst-morphology-stems-subjunctions.lexc.md

# Buryaad subjunctions

This file is still empty.
Expand All @@ -1121,6 +1177,8 @@ This file is still empty.

---

# src-fst-morphology-stems-verbs.lexc.md

# Buryaad verbs

This file is almost empty, it contains ca 40 verbs of 3 types, v1, v2, v3:
Expand All @@ -1143,6 +1201,8 @@ Here come the new verbs

---

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



We describe here how abbreviations are in Russia Buriat are read out, e.g.
Expand All @@ -1163,6 +1223,8 @@ For example:

---

# tools-grammarcheckers-grammarchecker.cg3.md


[ L A N G U A G E ] G R A M M A R C H E C K E R

Expand Down Expand Up @@ -1460,7 +1522,14 @@ expression **WORD - premodifiers**.
### Grammarchecker sets

* * *
<small>This (part of) documentation was generated from [tools/grammarcheckers/grammarchecker.cg3](https://github.com/giellalt/lang-bxr/blob/main/tools/grammarcheckers/grammarchecker.cg3)</small># Tokeniser for bxr

<small>This (part of) documentation was generated from [tools/grammarcheckers/grammarchecker.cg3](https://github.com/giellalt/lang-bxr/blob/main/tools/grammarcheckers/grammarchecker.cg3)</small>

---

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

# Tokeniser for bxr

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

---

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

# Grammar checker tokenisation for bxr

Requires a recent version of HFST (3.10.0 / git revision>=3aecdbc)
Expand Down Expand Up @@ -1587,6 +1658,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 @@ -1648,6 +1721,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-bxr/blob/main/tools/tokenisers/tokeniser-tts-cggt-desc.pmscript)</small>

---

1 change: 0 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Below is an autogenerated list of documentation pages built from structured comm
* `tools/`
* `grammarcheckers/`
* [grammarchecker.cg3](tools-grammarcheckers-grammarchecker.cg3.html) ([src](https://github.com/giellalt/lang-bxr/blob/main/tools/grammarcheckers/grammarchecker.cg3))
* `/`
* `tokenisers/`
* [tokeniser-disamb-gt-desc.pmscript](tools-tokenisers-tokeniser-disamb-gt-desc.pmscript.html) ([src](https://github.com/giellalt/lang-bxr/blob/main/tools/tokenisers/tokeniser-disamb-gt-desc.pmscript))
* [tokeniser-gramcheck-gt-desc.pmscript](tools-tokenisers-tokeniser-gramcheck-gt-desc.pmscript.html) ([src](https://github.com/giellalt/lang-bxr/blob/main/tools/tokenisers/tokeniser-gramcheck-gt-desc.pmscript))
Expand Down
3 changes: 2 additions & 1 deletion src-cg3-disambiguator.cg3.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,5 @@ Plural verbforms
ConMod

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

<small>This (part of) documentation was generated from [src/cg3/disambiguator.cg3](https://github.com/giellalt/lang-bxr/blob/main/src/cg3/disambiguator.cg3)</small>
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-bxr/blob/main/src/cg3/functions.cg3)</small>

<small>This (part of) documentation was generated from [src/cg3/functions.cg3](https://github.com/giellalt/lang-bxr/blob/main/src/cg3/functions.cg3)</small>
3 changes: 0 additions & 3 deletions src-fst-morphology-affixes-adjectives.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ just adding the +A tag.
* * *

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

---

3 changes: 0 additions & 3 deletions src-fst-morphology-affixes-nouns.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,3 @@ The morphology common to the different stem classes
* * *

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

---

3 changes: 0 additions & 3 deletions src-fst-morphology-affixes-propernouns.lexc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ This file add +N+Prop and points to the noun case morphology
* * *

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

---

Loading

0 comments on commit e881a6b

Please sign in to comment.