t4ngo / dragonfly

ARCHIVED! - Speech recognition framework allowing powerful Python-based scripting and extension of Dragon NaturallySpeaking (DNS) and Windows Speech Recognition (WSR)
GNU Lesser General Public License v3.0
364 stars 82 forks source link

Dictation formatting of letters #22

Closed codebold closed 9 years ago

codebold commented 9 years ago

First of all: Thanks for the recent changes. The dictation of punctuation marks and the use of meta command ("all caps", "no space", ...) works like a charm.

However, i have noticed that the dictation formatting of letters is still broken. The following output should visualize the issue.

the first letter is an a\determiner
the second letter is a\determiner be
the third letter is a\determiner C\letter
and the fourth letter is a\determiner D\letter

I'm not that familiar with all the dictation formatting logic, so maybe you could have a look at it one day or other...