diff --git a/Links.md b/Links.md index 5b795c11..df72a1d9 100644 --- a/Links.md +++ b/Links.md @@ -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)) diff --git a/Makefile.in b/Makefile.in index a304ee84..ca829339 100644 --- a/Makefile.in +++ b/Makefile.in @@ -250,6 +250,7 @@ GLANGUAGE = @GLANGUAGE@ GRAMCHECKVERSION = @GRAMCHECKVERSION@ GTCORE = @GTCORE@ GTCORESH = @GTCORESH@ +GTGRAMTOOL = @GTGRAMTOOL@ GTLANG = @GTLANG@ GTLANG2 = @GTLANG2@ GTLANGUAGE = @GTLANGUAGE@ @@ -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 \ @@ -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))" ;\ diff --git a/bxr.md b/bxr.md index 1c99b676..b7027500 100644 --- a/bxr.md +++ b/bxr.md @@ -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. @@ -170,8 +174,15 @@ Plural verbforms ConMod * * * + This (part of) documentation was generated from [src/cg3/disambiguator.cg3](https://github.com/giellalt/lang-bxr/blob/main/src/cg3/disambiguator.cg3) +--- + +# src-cg3-functions.cg3.md + + + * Sets for POS sub-categories * Sets for Semantic tags @@ -338,7 +349,14 @@ These were the set types. ## HNOUN MAPPING * * * + This (part of) documentation was generated from [src/cg3/functions.cg3](https://github.com/giellalt/lang-bxr/blob/main/src/cg3/functions.cg3) + +--- + +# src-fst-morphology-affixes-adjectives.lexc.md + + # Buryaad adjective morphology just adding the +A tag. @@ -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, @@ -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 @@ -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 @@ -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 @@ -476,6 +502,8 @@ the one for these suffixes. --- +# src-fst-morphology-clitics.lexc.md + ## Buryaad clitics @@ -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) @@ -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. @@ -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. @@ -924,6 +958,8 @@ here there are some 500 adjectives from the Apertium source files. --- +# src-fst-morphology-stems-adverbs.lexc.md + # Buryaad adverbs @@ -935,6 +971,8 @@ Here follows a lost of some 20 adverbs. --- +# src-fst-morphology-stems-bxr-propernouns.lexc.md + # Buryaad proper nouns @@ -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. @@ -959,6 +999,8 @@ This file is still empty. --- +# src-fst-morphology-stems-interjections.lexc.md + # Buryaad interjections This file is still empty. @@ -969,6 +1011,8 @@ This file is still empty. --- +# src-fst-morphology-stems-nouns.lexc.md + # Buryaad noun stems * **LEXICON Noun ** the lexicon itself @@ -982,6 +1026,8 @@ be moved to bxr-propernouns.lexc --- +# src-fst-morphology-stems-numerals.lexc.md + ## **LEXICON NUM-PREFIXES** @@ -1046,6 +1092,8 @@ the arabic numerals. --- +# src-fst-morphology-stems-particles.lexc.md + # Buryaad particles @@ -1068,6 +1116,8 @@ Consider whether these are aeverbs. --- +# src-fst-morphology-stems-postpositions.lexc.md + # Buryaad postpositions This file contains 40 postpositions @@ -1086,6 +1136,8 @@ LEXICON Postposition = The lexicon --- +# src-fst-morphology-stems-pronouns.lexc.md + # Buryaad pronouns This file contains pronouns. @@ -1102,6 +1154,8 @@ So far, the following pronouns are covered: --- +# src-fst-morphology-stems-propernouns.lexc.md + # Propernouns @@ -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. @@ -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: @@ -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. @@ -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 @@ -1460,7 +1522,14 @@ expression **WORD - premodifiers**. ### Grammarchecker sets * * * -This (part of) documentation was generated from [tools/grammarcheckers/grammarchecker.cg3](https://github.com/giellalt/lang-bxr/blob/main/tools/grammarcheckers/grammarchecker.cg3)# Tokeniser for bxr + +This (part of) documentation was generated from [tools/grammarcheckers/grammarchecker.cg3](https://github.com/giellalt/lang-bxr/blob/main/tools/grammarcheckers/grammarchecker.cg3) + +--- + +# tools-tokenisers-tokeniser-disamb-gt-desc.pmscript.md + +# Tokeniser for bxr Usage: ``` @@ -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) @@ -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) @@ -1648,6 +1721,3 @@ Needs hfst-tokenise to output things differently depending on the tag they get * * * 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) - ---- - diff --git a/index.md b/index.md index 79815f35..21ef8cdf 100644 --- a/index.md +++ b/index.md @@ -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)) diff --git a/src-cg3-disambiguator.cg3.md b/src-cg3-disambiguator.cg3.md index 51550405..4a2da6cd 100644 --- a/src-cg3-disambiguator.cg3.md +++ b/src-cg3-disambiguator.cg3.md @@ -166,4 +166,5 @@ Plural verbforms ConMod * * * -This (part of) documentation was generated from [src/cg3/disambiguator.cg3](https://github.com/giellalt/lang-bxr/blob/main/src/cg3/disambiguator.cg3) \ No newline at end of file + +This (part of) documentation was generated from [src/cg3/disambiguator.cg3](https://github.com/giellalt/lang-bxr/blob/main/src/cg3/disambiguator.cg3) diff --git a/src-cg3-functions.cg3.md b/src-cg3-functions.cg3.md index fe80aa0b..73332c01 100644 --- a/src-cg3-functions.cg3.md +++ b/src-cg3-functions.cg3.md @@ -166,4 +166,5 @@ These were the set types. ## HNOUN MAPPING * * * -This (part of) documentation was generated from [src/cg3/functions.cg3](https://github.com/giellalt/lang-bxr/blob/main/src/cg3/functions.cg3) \ No newline at end of file + +This (part of) documentation was generated from [src/cg3/functions.cg3](https://github.com/giellalt/lang-bxr/blob/main/src/cg3/functions.cg3) diff --git a/src-fst-morphology-affixes-adjectives.lexc.md b/src-fst-morphology-affixes-adjectives.lexc.md index 01926d11..5c5b4b54 100644 --- a/src-fst-morphology-affixes-adjectives.lexc.md +++ b/src-fst-morphology-affixes-adjectives.lexc.md @@ -6,6 +6,3 @@ just adding the +A tag. * * * 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) - ---- - diff --git a/src-fst-morphology-affixes-nouns.lexc.md b/src-fst-morphology-affixes-nouns.lexc.md index e60101d1..f7160ff3 100644 --- a/src-fst-morphology-affixes-nouns.lexc.md +++ b/src-fst-morphology-affixes-nouns.lexc.md @@ -28,6 +28,3 @@ The morphology common to the different stem classes * * * 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) - ---- - diff --git a/src-fst-morphology-affixes-propernouns.lexc.md b/src-fst-morphology-affixes-propernouns.lexc.md index bb745735..c436d7dc 100644 --- a/src-fst-morphology-affixes-propernouns.lexc.md +++ b/src-fst-morphology-affixes-propernouns.lexc.md @@ -5,6 +5,3 @@ This file add +N+Prop and points to the noun case morphology * * * 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) - ---- - diff --git a/src-fst-morphology-affixes-symbols.lexc.md b/src-fst-morphology-affixes-symbols.lexc.md index 1160efff..f071635d 100644 --- a/src-fst-morphology-affixes-symbols.lexc.md +++ b/src-fst-morphology-affixes-symbols.lexc.md @@ -4,6 +4,3 @@ * * * This (part of) documentation was generated from [src/fst/morphology/affixes/symbols.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/affixes/symbols.lexc) - ---- - diff --git a/src-fst-morphology-affixes-verbs.lexc.md b/src-fst-morphology-affixes-verbs.lexc.md index 8fc0d503..421a7052 100644 --- a/src-fst-morphology-affixes-verbs.lexc.md +++ b/src-fst-morphology-affixes-verbs.lexc.md @@ -70,6 +70,3 @@ the one for these suffixes. * * * This (part of) documentation was generated from [src/fst/morphology/affixes/verbs.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/affixes/verbs.lexc) - ---- - diff --git a/src-fst-morphology-clitics.lexc.md b/src-fst-morphology-clitics.lexc.md index fc9971b2..9176bdea 100644 --- a/src-fst-morphology-clitics.lexc.md +++ b/src-fst-morphology-clitics.lexc.md @@ -11,6 +11,3 @@ This file contains the clitic lexicon K, pointing (via clitics) to ENDLEX * * * This (part of) documentation was generated from [src/fst/morphology/clitics.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/clitics.lexc) - ---- - diff --git a/src-fst-morphology-phonology.twolc.md b/src-fst-morphology-phonology.twolc.md index cc49f9ff..6da9f541 100644 --- a/src-fst-morphology-phonology.twolc.md +++ b/src-fst-morphology-phonology.twolc.md @@ -235,6 +235,3 @@ Here come all the rules (marked with RULE:), and test cases. * * * This (part of) documentation was generated from [src/fst/morphology/phonology.twolc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/phonology.twolc) - ---- - diff --git a/src-fst-morphology-root.lexc.md b/src-fst-morphology-root.lexc.md index e7e1a435..e8fdebe2 100644 --- a/src-fst-morphology-root.lexc.md +++ b/src-fst-morphology-root.lexc.md @@ -177,6 +177,3 @@ Key lexicon * * * This (part of) documentation was generated from [src/fst/morphology/root.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/root.lexc) - ---- - diff --git a/src-fst-morphology-stems-adjectives.lexc.md b/src-fst-morphology-stems-adjectives.lexc.md index 285a3e08..93299d5a 100644 --- a/src-fst-morphology-stems-adjectives.lexc.md +++ b/src-fst-morphology-stems-adjectives.lexc.md @@ -5,6 +5,3 @@ here there are some 500 adjectives from the Apertium source files. * * * This (part of) documentation was generated from [src/fst/morphology/stems/adjectives.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/stems/adjectives.lexc) - ---- - diff --git a/src-fst-morphology-stems-adverbs.lexc.md b/src-fst-morphology-stems-adverbs.lexc.md index 95942888..dfa63065 100644 --- a/src-fst-morphology-stems-adverbs.lexc.md +++ b/src-fst-morphology-stems-adverbs.lexc.md @@ -6,6 +6,3 @@ Here follows a lost of some 20 adverbs. * * * This (part of) documentation was generated from [src/fst/morphology/stems/adverbs.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/stems/adverbs.lexc) - ---- - diff --git a/src-fst-morphology-stems-bxr-propernouns.lexc.md b/src-fst-morphology-stems-bxr-propernouns.lexc.md index 08349872..7bedee35 100644 --- a/src-fst-morphology-stems-bxr-propernouns.lexc.md +++ b/src-fst-morphology-stems-bxr-propernouns.lexc.md @@ -9,6 +9,3 @@ and international names will be taken from the urj-Cyrl file. * * * This (part of) documentation was generated from [src/fst/morphology/stems/bxr-propernouns.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/stems/bxr-propernouns.lexc) - ---- - diff --git a/src-fst-morphology-stems-conjunctions.lexc.md b/src-fst-morphology-stems-conjunctions.lexc.md index 65147704..cd440267 100644 --- a/src-fst-morphology-stems-conjunctions.lexc.md +++ b/src-fst-morphology-stems-conjunctions.lexc.md @@ -5,6 +5,3 @@ This file is still empty. * * * This (part of) documentation was generated from [src/fst/morphology/stems/conjunctions.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/stems/conjunctions.lexc) - ---- - diff --git a/src-fst-morphology-stems-interjections.lexc.md b/src-fst-morphology-stems-interjections.lexc.md index 28db0ef4..fd1fa307 100644 --- a/src-fst-morphology-stems-interjections.lexc.md +++ b/src-fst-morphology-stems-interjections.lexc.md @@ -5,6 +5,3 @@ This file is still empty. * * * This (part of) documentation was generated from [src/fst/morphology/stems/interjections.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/stems/interjections.lexc) - ---- - diff --git a/src-fst-morphology-stems-nouns.lexc.md b/src-fst-morphology-stems-nouns.lexc.md index 580848f1..2c32bea1 100644 --- a/src-fst-morphology-stems-nouns.lexc.md +++ b/src-fst-morphology-stems-nouns.lexc.md @@ -8,6 +8,3 @@ be moved to bxr-propernouns.lexc * * * This (part of) documentation was generated from [src/fst/morphology/stems/nouns.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/stems/nouns.lexc) - ---- - diff --git a/src-fst-morphology-stems-numerals.lexc.md b/src-fst-morphology-stems-numerals.lexc.md index 45839b6c..02720a3e 100644 --- a/src-fst-morphology-stems-numerals.lexc.md +++ b/src-fst-morphology-stems-numerals.lexc.md @@ -59,6 +59,3 @@ the arabic numerals. * * * This (part of) documentation was generated from [src/fst/morphology/stems/numerals.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/stems/numerals.lexc) - ---- - diff --git a/src-fst-morphology-stems-particles.lexc.md b/src-fst-morphology-stems-particles.lexc.md index d0ed5c2d..62d476e4 100644 --- a/src-fst-morphology-stems-particles.lexc.md +++ b/src-fst-morphology-stems-particles.lexc.md @@ -17,6 +17,3 @@ Consider whether these are aeverbs. * * * This (part of) documentation was generated from [src/fst/morphology/stems/particles.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/stems/particles.lexc) - ---- - diff --git a/src-fst-morphology-stems-postpositions.lexc.md b/src-fst-morphology-stems-postpositions.lexc.md index 01b55713..ead18741 100644 --- a/src-fst-morphology-stems-postpositions.lexc.md +++ b/src-fst-morphology-stems-postpositions.lexc.md @@ -13,6 +13,3 @@ LEXICON Postposition = The lexicon * * * This (part of) documentation was generated from [src/fst/morphology/stems/postpositions.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/stems/postpositions.lexc) - ---- - diff --git a/src-fst-morphology-stems-pronouns.lexc.md b/src-fst-morphology-stems-pronouns.lexc.md index 1d3c739c..9dc7930e 100644 --- a/src-fst-morphology-stems-pronouns.lexc.md +++ b/src-fst-morphology-stems-pronouns.lexc.md @@ -11,6 +11,3 @@ So far, the following pronouns are covered: * * * This (part of) documentation was generated from [src/fst/morphology/stems/pronouns.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/stems/pronouns.lexc) - ---- - diff --git a/src-fst-morphology-stems-propernouns.lexc.md b/src-fst-morphology-stems-propernouns.lexc.md index 8b36065e..0d69a6dc 100644 --- a/src-fst-morphology-stems-propernouns.lexc.md +++ b/src-fst-morphology-stems-propernouns.lexc.md @@ -4,6 +4,3 @@ * * * This (part of) documentation was generated from [src/fst/morphology/stems/propernouns.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/stems/propernouns.lexc) - ---- - diff --git a/src-fst-morphology-stems-subjunctions.lexc.md b/src-fst-morphology-stems-subjunctions.lexc.md index 014be251..979e9b4d 100644 --- a/src-fst-morphology-stems-subjunctions.lexc.md +++ b/src-fst-morphology-stems-subjunctions.lexc.md @@ -5,6 +5,3 @@ This file is still empty. * * * This (part of) documentation was generated from [src/fst/morphology/stems/subjunctions.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/stems/subjunctions.lexc) - ---- - diff --git a/src-fst-morphology-stems-verbs.lexc.md b/src-fst-morphology-stems-verbs.lexc.md index 12d118c4..d85617fe 100644 --- a/src-fst-morphology-stems-verbs.lexc.md +++ b/src-fst-morphology-stems-verbs.lexc.md @@ -17,6 +17,3 @@ Here come the new verbs * * * This (part of) documentation was generated from [src/fst/morphology/stems/verbs.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/morphology/stems/verbs.lexc) - ---- - diff --git a/src-fst-transcriptions-transcriptor-abbrevs2text.lexc.md b/src-fst-transcriptions-transcriptor-abbrevs2text.lexc.md index 22a4200a..2192393f 100644 --- a/src-fst-transcriptions-transcriptor-abbrevs2text.lexc.md +++ b/src-fst-transcriptions-transcriptor-abbrevs2text.lexc.md @@ -15,6 +15,3 @@ For example: * * * This (part of) documentation was generated from [src/fst/transcriptions/transcriptor-abbrevs2text.lexc](https://github.com/giellalt/lang-bxr/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc) - ---- - diff --git a/tools-grammarcheckers-grammarchecker.cg3.md b/tools-grammarcheckers-grammarchecker.cg3.md index def17d6a..c5355a5d 100644 --- a/tools-grammarcheckers-grammarchecker.cg3.md +++ b/tools-grammarcheckers-grammarchecker.cg3.md @@ -295,4 +295,5 @@ expression **WORD - premodifiers**. ### Grammarchecker sets * * * -This (part of) documentation was generated from [tools/grammarcheckers/grammarchecker.cg3](https://github.com/giellalt/lang-bxr/blob/main/tools/grammarcheckers/grammarchecker.cg3) \ No newline at end of file + +This (part of) documentation was generated from [tools/grammarcheckers/grammarchecker.cg3](https://github.com/giellalt/lang-bxr/blob/main/tools/grammarcheckers/grammarchecker.cg3) diff --git a/tools-tokenisers-tokeniser-disamb-gt-desc.pmscript.md b/tools-tokenisers-tokeniser-disamb-gt-desc.pmscript.md index bb799261..eca4d6e3 100644 --- a/tools-tokenisers-tokeniser-disamb-gt-desc.pmscript.md +++ b/tools-tokenisers-tokeniser-disamb-gt-desc.pmscript.md @@ -59,6 +59,3 @@ Finally we mark as a token any sequence making up a: * * * This (part of) documentation was generated from [tools/tokenisers/tokeniser-disamb-gt-desc.pmscript](https://github.com/giellalt/lang-bxr/blob/main/tools/tokenisers/tokeniser-disamb-gt-desc.pmscript) - ---- - diff --git a/tools-tokenisers-tokeniser-gramcheck-gt-desc.pmscript.md b/tools-tokenisers-tokeniser-gramcheck-gt-desc.pmscript.md index 79de9df5..caba954d 100644 --- a/tools-tokenisers-tokeniser-gramcheck-gt-desc.pmscript.md +++ b/tools-tokenisers-tokeniser-gramcheck-gt-desc.pmscript.md @@ -58,6 +58,3 @@ Finally we mark as a token any sequence making up a: * * * This (part of) documentation was generated from [tools/tokenisers/tokeniser-gramcheck-gt-desc.pmscript](https://github.com/giellalt/lang-bxr/blob/main/tools/tokenisers/tokeniser-gramcheck-gt-desc.pmscript) - ---- - diff --git a/tools-tokenisers-tokeniser-tts-cggt-desc.pmscript.md b/tools-tokenisers-tokeniser-tts-cggt-desc.pmscript.md index 5a8834a8..96e39267 100644 --- a/tools-tokenisers-tokeniser-tts-cggt-desc.pmscript.md +++ b/tools-tokenisers-tokeniser-tts-cggt-desc.pmscript.md @@ -59,6 +59,3 @@ Needs hfst-tokenise to output things differently depending on the tag they get * * * 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) - ---- -