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.

View GiellaLT on GitHub

Page Content

Grammarchecker testing and development

We have 3 approaches

  1. Grammarchecker development (building the program)
  2. Working with precision (are the alarms correct)?
  3. Testing precision and recall (do we find all the errors)?

NB! The grammar checker also contains the regular speller, and it is vital to ensure that the speller performance in the grammaaar checker is not worse than the stand-alone speller. That is:

One can add speller-specific rules to improve suggestion quality, if so desired.

Grammarchecker development

Testing precision (are the alarms correct)?

Testing precision and recall (do we find all the errors)?

Warning!!

Whole texts annotated for testing can not be used for improving the program. If so, you cannot use them for testing.