dictation-toolbox / Caster

Dragonfly-Based Voice Programming and Accessibility Toolkit
Other
337 stars 122 forks source link

Dictating the word "point" removes spaces before and after the word #862

Closed MarkRx closed 3 years ago

MarkRx commented 3 years ago

Describe the bug When dictating the word "point" using Caster spaces are removed before and after it. The Dragon dictation popup shows the correct words. When using Dragon in dictation it works correctly.

Update - see https://github.com/dictation-toolbox/dragonfly/issues/311

To Reproduce

  1. Say "cop what is the point of that questo"
  2. Output is "What is thepointof that?"

Expected behavior Output is "What is the point of that?"

System: OS: Windows 10 Program: Any Version: Caster master 3f45fbb, dragonfly 0.27.1 Dictation Engine: Dragon Pro 15

MarkRx commented 3 years ago

I found it. It's from dictation_format.py 412 and dictation_format.py 339. It broke with https://github.com/dictation-toolbox/dragonfly/commit/f8e8f8b26c84d2493ca2a52d67b4b78f01b386eb

Reported under dragonfly https://github.com/dictation-toolbox/dragonfly/issues/311

kendonB commented 3 years ago

Appears to be fixed in dictation-toolbox/dragonfly#311

Reopen if not.