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

The test tool divvun-runtime

The tool itself is documented at [divvun.github.io/divvun-runtime](https://divvun.github.io/divvun-runtime]. This document shows how linguists should use it for grammar checker testing. It comes in two versions, we look at them one at a time, after having given some practical advice on how to get it.

How to get divvun-runtime

The two versions of divvun-runtime

1. The graphical version Divvun Runtime Playground

2. The command line program divvun-runtime

The program may be treated as any command line program:

which divvun-runtime
divvun-runtime -V
divvun-runtime -h
man divvun-runtime sync --help
... etc

You may use divvun-runtime in a pipeline standing in grammarchecker (example from lang-nob):

echo "Vi prøver og kjøre." | divvun-runtime run

It may also be used interactively:

divvun-runtime
Vi prøver og kjøre.

This latter option will give all 13 steps in the grammarchecker process.

Sitemap