Language Technology at UiT

The Divvun and Giellatekno teams build language technology aimed at minority and indigenous languages

View GiellaLT on GitHub divvungiellatekno/giellalt.uit.no

Page Content

The specification consists of three parts:

  1. the markup specification used to extract comments
  2. the formatting rules for the extracted comments
  3. build system behaviour

The markup specification

Keywords/trigger symbols (all are followed by space, with one exception):

Variables:

The variables retain their values until they are reset (either by a new lexicon or rule name, or by a new !!≈ or !!= symbol).

Formatting rules for extracted comments

For all source files, the comments are formatted using jspwiki markup [http://www.jspwiki.org/wiki/TextFormattingRules].

Build system behaviour

The build system will try to generate all files listed in $JSP_PAGES in $GTLANG/doc/Makefile.am. The jspwiki filenames are derived from the source file names according to the follwing scheme:

parentdir/sourcefile.lexc => sourcefile-parentdir.jspwiki

The jspwiki pages will be rebuilt whenever the corresponding source file is changed, in the standard way. Just type make, and the documentation will be rebuilt if needed.

There will also be built one large file, containing all the jspwiki documentation on one page.