corpus-services
1.0
|
Public Attributes | |
CRITICAL | |
WARNING | |
NOTE | |
MISSING | |
CORRECT | |
IFIXEDITFORYOU | |
UNKNOWN | |
Severity of error tells whether or how urgently it needs fixing:
If the validator reports all occurrences of things it goes through, the success % or readiness % can be reported.
Definition at line 44 of file ReportItem.java.
de.uni_hamburg.corpora.ReportItem.Severity.CORRECT |
Definition at line 49 of file ReportItem.java.
de.uni_hamburg.corpora.ReportItem.Severity.CRITICAL |
Definition at line 45 of file ReportItem.java.
de.uni_hamburg.corpora.ReportItem.Severity.IFIXEDITFORYOU |
Definition at line 50 of file ReportItem.java.
de.uni_hamburg.corpora.ReportItem.Severity.MISSING |
Definition at line 48 of file ReportItem.java.
de.uni_hamburg.corpora.ReportItem.Severity.NOTE |
Definition at line 47 of file ReportItem.java.
de.uni_hamburg.corpora.ReportItem.Severity.UNKNOWN |
Definition at line 51 of file ReportItem.java.
de.uni_hamburg.corpora.ReportItem.Severity.WARNING |
Definition at line 46 of file ReportItem.java.