(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
Articulation rate in Dysarthrias
What is it about?
Articulation rate-related measures are a significant part of, among many other fields, speech assessment of neurodegenerative diseases. We listed several approaches of automatically estimating articulation rate from speech and showed that the method employing speech recognition and hyphenation achieved superior results.
Why is it important?
A fully automatic, precise, and robust method of evaluating articulation rate measures is necessary for building a complex, automated system for speech quality evaluation in neurodegenerative diseases.