µ-TBL Light

This is a light version of the µ-TBL_system. It is in fact an very light version, since it consists of merely one (1) page of code! Its intended use is pedagogical, and it lacks some of the optimizations that have been implemented in the larger system. Nevertheless, it is more flexible and more efficient than Brill's original implementation (cf. Lager 1999b).

The source is here.

There is also a set of example templates.

The easiest way to get started with µ-TBL Light is to download and unzip the source code and an example application in one go. This will create a directory mutbl_lite.

To run the system, perform the following steps:

  1. Compile the source code file in SICStus Prolog:

| ?- compile(mutbl_lite).

  2. Compile a file containing templates, e.g..:

| ?- compile(brill_templates).

  3. Reconsult a file (or a number of files) containing corpus data, e.g.:

| ?- [30kW_suc].

  4. Start the training, e.g.:

| ?- tbl(4).

The µ-TBL HomePage


© Torbjörn Lager 2000