-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output structured diff results #34
Comments
This is a good idea |
There will other metrics. Each metric should have its own structure.
|
@MikeSmithEU in the future we may report metrics that are not numbers, so perhaps we should make all values strings, like:
This way we leave the interpretation to the client. |
Indeed @EyalLavi Yet when the type fits a js type I would not pass it as a string, but the type itself. |
The discussion above revolved around the summary of the diff results. I would like to add the diffs themsleves to the scope. This will allow apps to do their own processing on the results. How do we output those? Standard diff format wrap in the json? Or separately as standard diff? |
For Release 1, output the
For future releases, consider using the canonical transcript format. |
Discussion with @MikeSmithEU today:
Example:
Produces:
|
In addition to a single WER metric (#32), return the results of the diff metrics (s/d/i/c) in a structured format.
Something like:
Include vendor name? See also #33
The text was updated successfully, but these errors were encountered: