Skip to content

Commit

Permalink
deploy: 678afa6
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Sep 25, 2024
0 parents commit eb290cf
Show file tree
Hide file tree
Showing 34 changed files with 3,317 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
* `src/`
* `cg3/`
* [functions.cg3](src-cg3-functions.cg3.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/cg3/functions.cg3))
* `fst/`
* `morphology/`
* `affixes/`
* [adjectives.lexc](src-fst-morphology-affixes-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/adjectives.lexc))
* [nouns.lexc](src-fst-morphology-affixes-nouns.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/nouns.lexc))
* [propernouns.lexc](src-fst-morphology-affixes-propernouns.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/propernouns.lexc))
* [symbols.lexc](src-fst-morphology-affixes-symbols.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/symbols.lexc))
* [verbs.lexc](src-fst-morphology-affixes-verbs.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/affixes/verbs.lexc))
* [phonology.twolc](src-fst-morphology-phonology.twolc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/phonology.twolc))
* [root.lexc](src-fst-morphology-root.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/root.lexc))
* `stems/`
* [adjectives.lexc](src-fst-morphology-stems-adjectives.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/stems/adjectives.lexc))
* [nouns.lexc](src-fst-morphology-stems-nouns.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/stems/nouns.lexc))
* [numerals.lexc](src-fst-morphology-stems-numerals.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/stems/numerals.lexc))
* [prefixes.lexc](src-fst-morphology-stems-prefixes.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/stems/prefixes.lexc))
* [pronouns.lexc](src-fst-morphology-stems-pronouns.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/stems/pronouns.lexc))
* [verbs.lexc](src-fst-morphology-stems-verbs.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/morphology/stems/verbs.lexc))
* `phonetics/`
* [txt2ipa.xfscript](src-fst-phonetics-txt2ipa.xfscript.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/phonetics/txt2ipa.xfscript))
* `transcriptions/`
* [transcriptor-abbrevs2text.lexc](src-fst-transcriptions-transcriptor-abbrevs2text.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/transcriptions/transcriptor-abbrevs2text.lexc))
* [transcriptor-numbers-digit2text.lexc](src-fst-transcriptions-transcriptor-numbers-digit2text.lexc.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/src/fst/transcriptions/transcriptor-numbers-digit2text.lexc))
* `tools/`
* `grammarcheckers/`
* [grammarchecker.cg3](tools-grammarcheckers-grammarchecker.cg3.html) ([src](https://github.com/giellalt/lang-tkl/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-tkl/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-tkl/blob/main/tools/tokenisers/tokeniser-gramcheck-gt-desc.pmscript))
* [tokeniser-tts-cggt-desc.pmscript](tools-tokenisers-tokeniser-tts-cggt-desc.pmscript.html) ([src](https://github.com/giellalt/lang-tkl/blob/main/tools/tokenisers/tokeniser-tts-cggt-desc.pmscript))
8 changes: 8 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Process this file with automake to produce Makefile.in
## Copyright: Sámediggi/Divvun/UiT
## Licence: GPL v3+

# The generated docs are automatically detected by the automake script

include $(top_srcdir)/../giella-core/am-shared/docs-dir-include.am
include $(top_srcdir)/../giella-core/am-shared/devtest-include.am
Loading

0 comments on commit eb290cf

Please sign in to comment.