{% assign lang_repos = site.github.public_repositories|jsonify %}
Beware that the documentation pages for most Experimental repos have little or no content, and that documentation for other languages probably is out-of-date. Writing documentation for each language repository is an ongoing effort, and part of the development process.
The languages are grouped in three different ways, according to maturity, geography and language family. Private repositories are not listed.
The maturity levels are production, beta, alpha and experimental. Some of the beta language models are used in practical applications.
Being in the Production group does not necessarily mean a language model is in production for all purposes, it could be for one only. See the documentation for each language for further details.
The columns in the tables below are as follows:
- Documentation: Link to the main documentation for the language resources.
- Repository: Link to the GitHub repository.
- License: A badge informing about the chosen license for the language resources. Clicking on the badge will take you to the full text of the license.
- Issues: Link to a list of open issues for the specific language
- Doc CI: Continous Integration status badge for building the online documentation, including documentation generated from source code. This is the documentation linked to in the first column. When clicking the badge you get to the GitHub list of workflow runs, so that one can click further to see the actual build log files and other details.
- Tool CI: Continuous Integration status badge for the core tools for each language. The exact list of tools varies, and is specified in the file
.build-config.yml
at the root of each repository. By default for new languages morphological analysers and spelling checkers are built, whilemake check
is NOT run during CI. As the code is developed, one can turn on checks and more tools as part of the CI runs, by editing this file. — Clicking the badge takes you to the details page for the last build, with links to log files and other details.