From 706ce804054da13aec3363a039e45225d9a53ef6 Mon Sep 17 00:00:00 2001 From: flammie Date: Fri, 12 Apr 2024 13:53:50 +0000 Subject: [PATCH] deploy: f76217523be6346d097f8d8c1fb33f34a36f755d --- Links.md | 1 - Makefile.in | 18 ++++- index.md | 1 - src-cg3-functions.cg3.md | 3 +- ...-morphology-affixes-adjectives-old.lexc.md | 3 - src-fst-morphology-affixes-adjectives.lexc.md | 3 - src-fst-morphology-affixes-adverbs.lexc.md | 3 - src-fst-morphology-affixes-nouns-old.lexc.md | 3 - src-fst-morphology-affixes-nouns.lexc.md | 3 - src-fst-morphology-affixes-pronouns.lexc.md | 3 - ...fst-morphology-affixes-propernouns.lexc.md | 3 - src-fst-morphology-affixes-symbols.lexc.md | 3 - src-fst-morphology-affixes-verbs-old.lexc.md | 3 - src-fst-morphology-affixes-verbs.lexc.md | 3 - src-fst-morphology-phonology.twolc.md | 3 - src-fst-morphology-root.lexc.md | 3 - src-fst-morphology-stems-exceptions.lexc.md | 3 - ...st-morphology-stems-nouns_newwords.lexc.md | 3 - src-fst-morphology-stems-numerals.lexc.md | 3 - src-fst-morphology-stems-prefixes.lexc.md | 3 - src-fst-phonetics-txt2ipa.xfscript.md | 3 - ...riptions-transcriptor-abbrevs2text.lexc.md | 3 - ...ns-transcriptor-numbers-digit2text.lexc.md | 3 - tools-grammarcheckers-grammarchecker.cg3.md | 3 +- ...isers-tokeniser-disamb-gt-desc.pmscript.md | 3 - ...rs-tokeniser-gramcheck-gt-desc.pmscript.md | 3 - ...nisers-tokeniser-tts-cggt-desc.pmscript.md | 3 - udm.md | 71 +++++++++++++++++-- 28 files changed, 84 insertions(+), 79 deletions(-) diff --git a/Links.md b/Links.md index 49ecda5b..594a070a 100644 --- a/Links.md +++ b/Links.md @@ -29,7 +29,6 @@ * `tools/` * `grammarcheckers/` * [grammarchecker.cg3](tools-grammarcheckers-grammarchecker.cg3.html) ([src](https://github.com/giellalt/lang-udm/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-udm/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-udm/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/index.md b/index.md index 302c7d38..85326dfa 100644 --- a/index.md +++ b/index.md @@ -53,7 +53,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-udm/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-udm/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-udm/blob/main/tools/tokenisers/tokeniser-gramcheck-gt-desc.pmscript)) diff --git a/src-cg3-functions.cg3.md b/src-cg3-functions.cg3.md index 5cd5ef1d..bb7d51dc 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-udm/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-udm/blob/main/src/cg3/functions.cg3) diff --git a/src-fst-morphology-affixes-adjectives-old.lexc.md b/src-fst-morphology-affixes-adjectives-old.lexc.md index 6cf06e98..0596feea 100644 --- a/src-fst-morphology-affixes-adjectives-old.lexc.md +++ b/src-fst-morphology-affixes-adjectives-old.lexc.md @@ -82,6 +82,3 @@ Cases here all lead to a determinative suffix * * * This (part of) documentation was generated from [src/fst/morphology/affixes/adjectives-old.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/affixes/adjectives-old.lexc) - ---- - diff --git a/src-fst-morphology-affixes-adjectives.lexc.md b/src-fst-morphology-affixes-adjectives.lexc.md index 4e95ae7e..13ea19f4 100644 --- a/src-fst-morphology-affixes-adjectives.lexc.md +++ b/src-fst-morphology-affixes-adjectives.lexc.md @@ -78,6 +78,3 @@ words with this contlex have not been examined * * * This (part of) documentation was generated from [src/fst/morphology/affixes/adjectives.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/affixes/adjectives.lexc) - ---- - diff --git a/src-fst-morphology-affixes-adverbs.lexc.md b/src-fst-morphology-affixes-adverbs.lexc.md index 12db1920..ddaaa86f 100644 --- a/src-fst-morphology-affixes-adverbs.lexc.md +++ b/src-fst-morphology-affixes-adverbs.lexc.md @@ -8,6 +8,3 @@ LEXICON ADV_ Undeveloped contlexes * * * This (part of) documentation was generated from [src/fst/morphology/affixes/adverbs.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/affixes/adverbs.lexc) - ---- - diff --git a/src-fst-morphology-affixes-nouns-old.lexc.md b/src-fst-morphology-affixes-nouns-old.lexc.md index 0b3fadaf..028ae3a4 100644 --- a/src-fst-morphology-affixes-nouns-old.lexc.md +++ b/src-fst-morphology-affixes-nouns-old.lexc.md @@ -291,6 +291,3 @@ Words from Tatar in *N_TAT* preserve the original stem я in all cases. * * * This (part of) documentation was generated from [src/fst/morphology/affixes/nouns-old.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/affixes/nouns-old.lexc) - ---- - diff --git a/src-fst-morphology-affixes-nouns.lexc.md b/src-fst-morphology-affixes-nouns.lexc.md index ec0d7212..cddd5a50 100644 --- a/src-fst-morphology-affixes-nouns.lexc.md +++ b/src-fst-morphology-affixes-nouns.lexc.md @@ -284,6 +284,3 @@ according to kpv temporary 2019-11-07 * * * This (part of) documentation was generated from [src/fst/morphology/affixes/nouns.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/affixes/nouns.lexc) - ---- - diff --git a/src-fst-morphology-affixes-pronouns.lexc.md b/src-fst-morphology-affixes-pronouns.lexc.md index d5e8cff9..fc13ed26 100644 --- a/src-fst-morphology-affixes-pronouns.lexc.md +++ b/src-fst-morphology-affixes-pronouns.lexc.md @@ -44,6 +44,3 @@ words with this contlex have not been examined * * * This (part of) documentation was generated from [src/fst/morphology/affixes/pronouns.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/affixes/pronouns.lexc) - ---- - diff --git a/src-fst-morphology-affixes-propernouns.lexc.md b/src-fst-morphology-affixes-propernouns.lexc.md index 7c305c22..6aa0a2bb 100644 --- a/src-fst-morphology-affixes-propernouns.lexc.md +++ b/src-fst-morphology-affixes-propernouns.lexc.md @@ -88,6 +88,3 @@ FEMALE NAMES FROM TEMPLATE * * * This (part of) documentation was generated from [src/fst/morphology/affixes/propernouns.lexc](https://github.com/giellalt/lang-udm/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 9c541239..18d1339b 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-udm/blob/main/src/fst/morphology/affixes/symbols.lexc) - ---- - diff --git a/src-fst-morphology-affixes-verbs-old.lexc.md b/src-fst-morphology-affixes-verbs-old.lexc.md index 08ad7dde..bb40b424 100644 --- a/src-fst-morphology-affixes-verbs-old.lexc.md +++ b/src-fst-morphology-affixes-verbs-old.lexc.md @@ -95,6 +95,3 @@ Lexicon *NONFINITESjaska* * * * This (part of) documentation was generated from [src/fst/morphology/affixes/verbs-old.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/affixes/verbs-old.lexc) - ---- - diff --git a/src-fst-morphology-affixes-verbs.lexc.md b/src-fst-morphology-affixes-verbs.lexc.md index 1950392b..0a94476d 100644 --- a/src-fst-morphology-affixes-verbs.lexc.md +++ b/src-fst-morphology-affixes-verbs.lexc.md @@ -68,6 +68,3 @@ Lexicon **NONFINITES** * * * This (part of) documentation was generated from [src/fst/morphology/affixes/verbs.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/affixes/verbs.lexc) - ---- - diff --git a/src-fst-morphology-phonology.twolc.md b/src-fst-morphology-phonology.twolc.md index 953a1165..c480a0e8 100644 --- a/src-fst-morphology-phonology.twolc.md +++ b/src-fst-morphology-phonology.twolc.md @@ -168,6 +168,3 @@ Is this really necessary * * * This (part of) documentation was generated from [src/fst/morphology/phonology.twolc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/phonology.twolc) - ---- - diff --git a/src-fst-morphology-root.lexc.md b/src-fst-morphology-root.lexc.md index ded8cd91..35284450 100644 --- a/src-fst-morphology-root.lexc.md +++ b/src-fst-morphology-root.lexc.md @@ -474,6 +474,3 @@ PcleTag ; * * * This (part of) documentation was generated from [src/fst/morphology/root.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/root.lexc) - ---- - diff --git a/src-fst-morphology-stems-exceptions.lexc.md b/src-fst-morphology-stems-exceptions.lexc.md index f388a792..28c87237 100644 --- a/src-fst-morphology-stems-exceptions.lexc.md +++ b/src-fst-morphology-stems-exceptions.lexc.md @@ -14,6 +14,3 @@ Proper names from Bible * * * This (part of) documentation was generated from [src/fst/morphology/stems/exceptions.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/stems/exceptions.lexc) - ---- - diff --git a/src-fst-morphology-stems-nouns_newwords.lexc.md b/src-fst-morphology-stems-nouns_newwords.lexc.md index 4efe9fec..34540c4c 100644 --- a/src-fst-morphology-stems-nouns_newwords.lexc.md +++ b/src-fst-morphology-stems-nouns_newwords.lexc.md @@ -7,6 +7,3 @@ ADD NOUNS BELOW * * * This (part of) documentation was generated from [src/fst/morphology/stems/nouns_newwords.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/stems/nouns_newwords.lexc) - ---- - diff --git a/src-fst-morphology-stems-numerals.lexc.md b/src-fst-morphology-stems-numerals.lexc.md index da54c4f0..68ebda8b 100644 --- a/src-fst-morphology-stems-numerals.lexc.md +++ b/src-fst-morphology-stems-numerals.lexc.md @@ -4,6 +4,3 @@ Numerals in UDMURT language are numbers. * * * This (part of) documentation was generated from [src/fst/morphology/stems/numerals.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/stems/numerals.lexc) - ---- - diff --git a/src-fst-morphology-stems-prefixes.lexc.md b/src-fst-morphology-stems-prefixes.lexc.md index c7775df3..443762e3 100644 --- a/src-fst-morphology-stems-prefixes.lexc.md +++ b/src-fst-morphology-stems-prefixes.lexc.md @@ -4,6 +4,3 @@ Prefixes in the Udmurt language are bound to beginning of other words. * * * This (part of) documentation was generated from [src/fst/morphology/stems/prefixes.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/morphology/stems/prefixes.lexc) - ---- - diff --git a/src-fst-phonetics-txt2ipa.xfscript.md b/src-fst-phonetics-txt2ipa.xfscript.md index 1ac759e8..96d9e725 100644 --- a/src-fst-phonetics-txt2ipa.xfscript.md +++ b/src-fst-phonetics-txt2ipa.xfscript.md @@ -162,6 +162,3 @@ retracted tongue root _q * * * This (part of) documentation was generated from [src/fst/phonetics/txt2ipa.xfscript](https://github.com/giellalt/lang-udm/blob/main/src/fst/phonetics/txt2ipa.xfscript) - ---- - diff --git a/src-fst-transcriptions-transcriptor-abbrevs2text.lexc.md b/src-fst-transcriptions-transcriptor-abbrevs2text.lexc.md index 9b543728..b05344ce 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-udm/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc) - ---- - diff --git a/src-fst-transcriptions-transcriptor-numbers-digit2text.lexc.md b/src-fst-transcriptions-transcriptor-numbers-digit2text.lexc.md index 1799e867..c3953d2b 100644 --- a/src-fst-transcriptions-transcriptor-numbers-digit2text.lexc.md +++ b/src-fst-transcriptions-transcriptor-numbers-digit2text.lexc.md @@ -7,6 +7,3 @@ This is for the numerals 20-69 * * * This (part of) documentation was generated from [src/fst/transcriptions/transcriptor-numbers-digit2text.lexc](https://github.com/giellalt/lang-udm/blob/main/src/fst/transcriptions/transcriptor-numbers-digit2text.lexc) - ---- - diff --git a/tools-grammarcheckers-grammarchecker.cg3.md b/tools-grammarcheckers-grammarchecker.cg3.md index 4db4d9be..bad8c0e4 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-udm/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-udm/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 771bef61..2e3b99f3 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-udm/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 bd75547c..2fb4cf4b 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-udm/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 9595f423..30381eb1 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-udm/blob/main/tools/tokenisers/tokeniser-tts-cggt-desc.pmscript) - ---- - diff --git a/udm.md b/udm.md index 0c9ff164..46c93182 100644 --- a/udm.md +++ b/udm.md @@ -1,6 +1,10 @@ -# Udmurt description +# Udmurt language model documentation -All documents in one file +All doc-comment documentation in one large file. + +--- + +# src-cg3-functions.cg3.md @@ -170,7 +174,14 @@ These were the set types. ## HNOUN MAPPING * * * -This (part of) documentation was generated from [src/cg3/functions.cg3](https://github.com/giellalt/lang-udm/blob/main/src/cg3/functions.cg3)UDMURT Adjective inflection + +This (part of) documentation was generated from [src/cg3/functions.cg3](https://github.com/giellalt/lang-udm/blob/main/src/cg3/functions.cg3) + +--- + +# src-fst-morphology-affixes-adjectives-old.lexc.md + +UDMURT Adjective inflection Udmurt adjectives inflect for: @@ -257,6 +268,8 @@ Cases here all lead to a determinative suffix --- +# src-fst-morphology-affixes-adjectives.lexc.md + UDMURT Adjective inflection Udmurt adjectives inflect for: @@ -340,6 +353,8 @@ words with this contlex have not been examined --- +# src-fst-morphology-affixes-adverbs.lexc.md + # Adverbs Udmurt (Votyak) . @@ -353,6 +368,8 @@ LEXICON ADV_ Undeveloped contlexes --- +# src-fst-morphology-affixes-nouns-old.lexc.md + ### UDMURT Noun inflection Nouns in Udmurt inflects for case, number, and possession. Following are some @@ -649,6 +666,8 @@ Words from Tatar in *N_TAT* preserve the original stem я in all cases. --- +# src-fst-morphology-affixes-nouns.lexc.md + ### UDMURT Noun inflection Nouns in Udmurt inflects for case, number, and possession. Following are some @@ -938,6 +957,8 @@ according to kpv temporary 2019-11-07 --- +# src-fst-morphology-affixes-pronouns.lexc.md + UDMURT Pronoun inflection Udmurt adjectives inflect for: @@ -987,6 +1008,8 @@ words with this contlex have not been examined --- +# src-fst-morphology-affixes-propernouns.lexc.md + # Udmurt Proper noun inflection Place names based on names of old tribes @@ -1080,6 +1103,8 @@ FEMALE NAMES FROM TEMPLATE --- +# src-fst-morphology-affixes-symbols.lexc.md + # Symbol affixes @@ -1089,6 +1114,8 @@ FEMALE NAMES FROM TEMPLATE --- +# src-fst-morphology-affixes-verbs-old.lexc.md + Udmurt verb inflection Udmurt verbs are mainly split into two types: * conjugation I, whose stems mostly end on *ы* (ex. *мыны-ны* 'go', *юы-ны* 'drink', *вераськы-ны* 'speak') @@ -1189,6 +1216,8 @@ Lexicon *NONFINITESjaska* --- +# src-fst-morphology-affixes-verbs.lexc.md + Udmurt verb inflection Udmurt verbs are mainly split into two types: * conjugation I, whose stems mostly end on *ы* (ex. *мыны-ны* 'go', *юы-ны* 'drink', *вераськы-ны* 'speak') @@ -1262,6 +1291,8 @@ Lexicon **NONFINITES** --- +# src-fst-morphology-phonology.twolc.md + # Udmurt twol file This file documents the [phonology.twolc file](http://github.com/giellalt/lang-udm/blob/main/src/fst/phonology.twolc) @@ -1435,6 +1466,8 @@ Is this really necessary --- +# src-fst-morphology-root.lexc.md + Morphology INTRODUCTION TO MORPHOLOGICAL ANALYSER OF UNDEFINED LANGUAGE. @@ -1914,6 +1947,8 @@ PcleTag ; --- +# src-fst-morphology-stems-exceptions.lexc.md + Exceptions are quite strange word-forms. the ones that do not fit anywhere else. This file contains all enumerated word forms that cannot reasonably be created from lexical data by regular inflection. Usually there should be next @@ -1933,6 +1968,8 @@ Proper names from Bible --- +# src-fst-morphology-stems-nouns_newwords.lexc.md + This is where new words are added as lexc entries before they are added to the xml source files. апра+N:апра N_ "(eng) /(fin) /(hun) /(rus) " ; @@ -1945,6 +1982,8 @@ ADD NOUNS BELOW --- +# src-fst-morphology-stems-numerals.lexc.md + Numerals Numerals in UDMURT language are numbers. @@ -1954,6 +1993,8 @@ Numerals in UDMURT language are numbers. --- +# src-fst-morphology-stems-prefixes.lexc.md + Prefixes Prefixes in the Udmurt language are bound to beginning of other words. @@ -1963,6 +2004,8 @@ Prefixes in the Udmurt language are bound to beginning of other words. --- +# src-fst-phonetics-txt2ipa.xfscript.md + retroflex plosive, voiceless t` ʈ 0288, 648 (` = ASCII 096) @@ -2130,6 +2173,8 @@ retracted tongue root _q --- +# src-fst-transcriptions-transcriptor-abbrevs2text.lexc.md + We describe here how abbreviations are in Udmurt are read out, e.g. @@ -2150,6 +2195,8 @@ For example: --- +# src-fst-transcriptions-transcriptor-numbers-digit2text.lexc.md + :одӥг% 1MILJON ; @@ -2162,6 +2209,8 @@ This is for the numerals 20-69 --- +# tools-grammarcheckers-grammarchecker.cg3.md + U D M U R T G R A M M A R C H E C K E R @@ -2459,7 +2508,14 @@ expression **WORD - premodifiers**. ### Grammarchecker sets * * * -This (part of) documentation was generated from [tools/grammarcheckers/grammarchecker.cg3](https://github.com/giellalt/lang-udm/blob/main/tools/grammarcheckers/grammarchecker.cg3)# Tokeniser for udm + +This (part of) documentation was generated from [tools/grammarcheckers/grammarchecker.cg3](https://github.com/giellalt/lang-udm/blob/main/tools/grammarcheckers/grammarchecker.cg3) + +--- + +# tools-tokenisers-tokeniser-disamb-gt-desc.pmscript.md + +# Tokeniser for udm Usage: ``` @@ -2523,6 +2579,8 @@ Finally we mark as a token any sequence making up a: --- +# tools-tokenisers-tokeniser-gramcheck-gt-desc.pmscript.md + # Grammar checker tokenisation for udm Requires a recent version of HFST (3.10.0 / git revision>=3aecdbc) @@ -2586,6 +2644,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) @@ -2647,6 +2707,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-udm/blob/main/tools/tokenisers/tokeniser-tts-cggt-desc.pmscript) - ---- -