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
375 stars 73 forks source link

Make mention of AGPL v3 license and KaldiAG in the docs #356

Closed drmfinlay closed 2 years ago

drmfinlay commented 2 years ago

Re: #355.

Kaldi Active Grammar (KaldiAG) is licensed under the GNU Affero General Public License v3 (AGPL-3.0-or-later). This has an effect on what Dragonfly can be used to do when used in conjunction with the Kaldi engine back-end. These changes make this clearer in the docs.

@matthewmcintire @daanzu Do these changes look all right?