(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, '
Persons with nonfluent aphasia self-improved their language production using recursive self-feedback
What is it about?
This study replicates initial evidence for a novel procedure for individuals with nonfluent aphasia to enhance their spoken language through "recursive self-feedback." Individuals with this language disorder, often resulting from a stroke, typically struggle with forming words and sentences. Recursive self-feedback involves patients listening to recordings of their own speech and then detecting and minimizing or correcting their speech errors iteratively. This simple self-guided practice improved four individuals with nonfluent aphasia production of trained and untrained scripted sentences.
Why is it important?
The significance of this research lies in its potential to provide a practical, accessible form of speech-language therapy for those affected by aphasia, who may face barriers such as a shortage of qualified therapists, geographical isolation or linguistic barriers to aphasia care. By enabling patients to use their own feedback alone to improve language skills, this technique offers a flexible and empowering tool that can be used anywhere, making continuous improvement possible without ongoing professional intervention.