Difference between revisions of "Quality control"

From Apertium
Jump to navigation Jump to search
(Category:Documentation in English)
Line 1: Line 1:
To ensure quality is maintained, you should do:
==See also==

* [[Corpus test]]s – diffing translations with older output
* [[Regression test]]s – "isolated" tests of transfer rules
* [[Testvoc]] – lemma/tag consistency across the full dictionaries
* [[Evaluation]] – running the translator on unseen text and measuring performance
* [[Build status]] – ensure the thing compiles and installs correctly, and passes a <code>make test</code>


* [[Corpus test]]
* [[Regression test]]
* [[Testvoc]]
* [[Build status]]





Revision as of 08:18, 2 March 2016

To ensure quality is maintained, you should do:

  • Corpus tests – diffing translations with older output
  • Regression tests – "isolated" tests of transfer rules
  • Testvoc – lemma/tag consistency across the full dictionaries
  • Evaluation – running the translator on unseen text and measuring performance
  • Build status – ensure the thing compiles and installs correctly, and passes a make test