Difference between revisions of "Quality control framework/Personal"

From Apertium
Jump to navigation Jump to search
(Created page with '= Apertium Quality Control Framework = == Mid-term Requirements == Must be able to: # Easily automatically test a dictionary, determined by which files are present # Store statis…')
 
 
Line 6: Line 6:
 
# Generate intuitive webpages for visualising these stats
 
# Generate intuitive webpages for visualising these stats
 
# Great a home page for all of the chosen tests
 
# Great a home page for all of the chosen tests
  +
== Actual Work Required ==
  +
# XML Schema
  +
# TODOs such as:
  +
## Maximise benefits of *args and **kwargs for __init__ defs (but **kwargs can't be a dict...)
  +
## Fix HFST Tester to not require argparse as init parameter

Latest revision as of 16:01, 22 June 2011

Apertium Quality Control Framework[edit]

Mid-term Requirements[edit]

Must be able to:

  1. Easily automatically test a dictionary, determined by which files are present
  2. Store statistics from these tests
  3. Generate intuitive webpages for visualising these stats
  4. Great a home page for all of the chosen tests

Actual Work Required[edit]

  1. XML Schema
  2. TODOs such as:
    1. Maximise benefits of *args and **kwargs for __init__ defs (but **kwargs can't be a dict...)
    2. Fix HFST Tester to not require argparse as init parameter