dictation-toolbox / dragonfly

Speech recognition framework allowing powerful Python-based scripting and extension of Dragon NaturallySpeaking (DNS), Windows Speech Recognition (WSR), Kaldi and CMU Pocket Sphinx
GNU Lesser General Public License v3.0
388 stars 75 forks source link

Update lark version? #384

Open DManowitz opened 10 months ago

DManowitz commented 10 months ago

I noticed that this project is using an old version of lark. This could cause issues when installing with other packages that might be using newer versions of lark.

drmfinlay commented 10 months ago

Hello David,

Thank you for opening this issue. You are correct, we probably should be using a newer version of lark. I'll change this requirement in the next release version.

Lark isn't technically a necessity, but the way it is used significantly improves load-time performance for Dragonfly users.