forked from MycroftAI/mycroft-core
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix/ocp_keywords * fix/empty_kword_automatons skip automatons without registered keywords during matching * fix license tests deps dragged by the lib `normality`, dependency of `ovos-classifiers` * add chardet to license exceptions `chardet` is only used in a single util function in `normality.encoding` that ovos does not depend on, ovos-classifiers only imports `normality.transliteration` `normality.transliteration` is the best alternative for unicode handling that does not drag `unidecode` and complies with our licensing policy as long as we do not use `guess_file_encoding` from `normality.encoding` we are only depending on MIT code, not on `chardet` * add text-unidecode to license exceptions only used if PyICU is missing as a fallback, but PyICU is a dependency of ovos-classifiers to ensure it isnt used * sonopy - apache2 https://github.com/MycroftAI/sonopy --------- Co-authored-by: JarbasAi <[email protected]>
- Loading branch information
1 parent
e157420
commit e7d885b
Showing
3 changed files
with
53 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters