Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor/padacioso #183

Merged
merged 5 commits into from Aug 6, 2022
Merged

refactor/padacioso #183

merged 5 commits into from Aug 6, 2022

Conversation

NeonJarbas
Copy link

@NeonJarbas NeonJarbas commented Aug 6, 2022

because fann2 is copyleft padatious was made optional in ovos-core, padaos was optionally used instead of padatious

however padaos has a few problems:

  • it is very rigid, requires exact matches (practically unusable)
  • it is not actively maintained
  • is a dependency dragged by padatious

this replaces it with padacioso:

  • does not require exact matches
  • is a dependency dragged by OCP
  • drop in replacement for padaos
  • actively maintained

this is a temporary measure until #100 is merged in version 0.0.5

companion PR OpenVoiceOS/padacioso#1

also check padacioso unittests

because fann2 is copyleft it was made optional in ovos-core, padaos was used instead of padatious

however padaos is very rigid and made intents virtually unusable, this replaces it with padacioso which is already a dependency dragged by OCP. It should be a little more usable and a drop in replacement

this is a temporary measure until OpenVoiceOS#100 is merged in version 0.0.5
@JarbasAl JarbasAl added enhancement New feature or request refactor code refactor without functional changes labels Aug 6, 2022
@codecov
Copy link

codecov bot commented Aug 6, 2022

Codecov Report

Merging #183 (f0f5c2a) into dev (6ceb058) will increase coverage by 2.89%.
The diff coverage is 37.52%.

@@            Coverage Diff             @@
##              dev     #183      +/-   ##
==========================================
+ Coverage   50.35%   53.25%   +2.89%     
==========================================
  Files         119      152      +33     
  Lines       10077     9532     -545     
==========================================
+ Hits         5074     5076       +2     
+ Misses       5003     4456     -547     
Impacted Files Coverage Δ
mycroft/audio/__main__.py 0.00% <0.00%> (ø)
mycroft/client/enclosure/__main__.py 0.00% <0.00%> (ø)
mycroft/client/enclosure/mark1/arduino.py 0.00% <0.00%> (ø)
mycroft/client/enclosure/mark1/eyes.py 0.00% <0.00%> (ø)
mycroft/client/enclosure/mark1/mouth.py 0.00% <0.00%> (ø)
mycroft/client/speech/__main__.py 0.00% <0.00%> (ø)
mycroft/client/speech/hotword_factory.py 0.00% <0.00%> (-88.89%) ⬇️
mycroft/client/speech/service.py 0.00% <0.00%> (ø)
mycroft/client/speech/silence.py 0.00% <0.00%> (-42.86%) ⬇️
mycroft/client/text/__init__.py 0.00% <0.00%> (ø)
... and 138 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@JarbasAl JarbasAl changed the title feat/padacioso refactor/padacioso Aug 6, 2022
allow more than exact matches via the new fuzz flag
@JarbasAl JarbasAl merged commit 033502e into OpenVoiceOS:dev Aug 6, 2022
@NeonJarbas NeonJarbas deleted the feat/padacioso branch January 6, 2024 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor code refactor without functional changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants