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

Update dictation to support Dragon 11+ #20

Closed russell closed 9 years ago

russell commented 9 years ago

This adds support for the new Dragon formatting flags.

This should also fix #14 and #9 but i don't have access to an older version of dragon to test backwards compatibility.

@codebold let me know if this works for you!

t4ngo commented 9 years ago

I've added support for DNS v11 and higher in the feature/dict-fmt branch, merged into master in commit 87a0a0f. Also see #9.

Those changes are somewhat more extensive than this pull request, but thereby also fix some existing issues in the dictation formatting logic and improve its object model for maintainability and future extensibility.