diachron / quality

Dataset Quality Assessment (part of WP5 of the Diachron EU FP7 project)
MIT License
8 stars 4 forks source link

Quality Problems Reporting in EmptyAnnotationValue, LabelsUsingCapitals, WhitespaceInAnnotation #46

Closed nfriesen closed 10 years ago

nfriesen commented 10 years ago

Please implement outProblematicInstancesToStream() method for EmptyAnnotationValue, LabelsUsingCapitals, WhitespaceInAnnotation metrics. The corresponding quality problems already exists in the QR vocabulary.

muhammadaliqasmi commented 10 years ago

outProblematicInstancesToStream() method implemented for EmptyAnnotationValue, LabelsUsingCapitals, WhitespaceInAnnotation metrics

--implemented in branch issue#46 --branch issue#46 merged with master

jerdeb commented 10 years ago

No methods apart from the ones specified in the Quality Metric Interfaces should be implemented in any metric. Output streaming is done via the API. To report problems there is the getProblemReport() method. That method will be used to output the "quality report" to the JSON API. Please revert any changes

muhammadaliqasmi commented 10 years ago

outProblematicInstancesToStream() method removed from their respective metrics.