GiellaLT

GiellaLT provides an infrastructure for rule-based language technology aimed at minority and indigenous languages, and streamlines building anything from keyboards to speech technology. Read more about Why. See also How to get started, and our Privacy document.

View GiellaLT on GitHub giellalt/giellalt.github.io

Documentation infrastructure

Core components

The documentation infrastructure is built on the following stones:

All keyboard-xxx and lang-xxx repositories (except private ones) have their own online site as subsites of giellalt.github.io. There are separate pages for keyboards and language models with links directly to all subsite repos.

To update the online documentation, just save Markdown files in the docs/ folder of the repository, commit and push, and the updated documentation will be online within a minute.

In-source documentation in lang-XXX repositories

All source code in the lang-XXX repositories containing documentation markup will be automatically parsed and the documentation extracted. The extracted documentation will be automatically added to the site on the next svn commit/git push.

Source file types being scanned for documentation comments are:

The top directories src/ and tools/, including all subdirs, are scanned. Generated files of the above types are not scanned.

Additional features

Beyond what is included in GFM, the GiellaLT documentation infrastructure also supports Mermaid, emojis and maps using GeoJSON or TopoJSON code fragments, just as GitHub does in their Markdown rendering.

Mermaid

pie title Formal languages used in GiellaLT
    "LexC" : 3129
    "Xfst regex" : 2374
    "Xfst script" : 856
    "TwolC" : 125

Based on counts of all files of the various types in all repositories in the GiellaLT infra.

Dark mode

The site supports dark mode, see the bottom of the page (left side in large browser windows) for colour theme switch buttons.

Slidev support

There is built-in support for Slidev presentations. See Slidev-presentations for more details.

Basic purpose:

Nothing written as slides yet, but the supporting infra is there.

Sitemap