Skip to content

Commit

Permalink
defaults/do_not_force_transformer_plugins (#388)
Browse files Browse the repository at this point in the history
do not force utterance normalizer / coref plugins

that is up to ovos-config to provide default values
  • Loading branch information
JarbasAl authored Dec 30, 2023
1 parent a57ba38 commit 4997e3e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ovos_core/transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ def __init__(self, bus, config=None):
self.loaded_plugins = {}
self.has_loaded = False
self.bus = bus
self.config = self.config_core.get("utterance_transformers") or {
"ovos-utterance-normalizer": {},
"ovos-utterance-coref-normalizer": {}
}
self.config = self.config_core.get("utterance_transformers") or {}
self.load_plugins()

def load_plugins(self):
Expand Down

0 comments on commit 4997e3e

Please sign in to comment.