0

I am making Android application that takes input audio. And detects stammering.

Can word error rate detect stammering? Java

Ferran Buireu
  • 28,630
  • 6
  • 39
  • 67
Stammer
  • 9
  • 3

1 Answers1

0

No, speech recognizers usually ignore speech defects since their goal is to recognize speech.

To model such things as well as hesitations you need a special grammar and specialized speech recognition model which is supported by some open source toolkits.

Nikolay Shmyrev
  • 24,897
  • 5
  • 43
  • 87