You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interactive mode is currently not available since it conflicts with recent
changes to parallelization.
Python bindings:
Normalizers now return Result objects instead of tuples.
Provide a new class NormaCfgParser that can automatically instantiate
normalizers according to a supplied Norma configuration file.
Better parallelization of normalizer calls, which should result in slightly
better runtime performance.
Modularized the normalizer components: normalizers are now plugins that are
dynamically loaded. This means users can write their own normalizers without
having to recompile Norma itself.