Closed NeonDaniel closed 2 years ago
maybe we should move the factories into ovos plugin manager like ovos-core is doing?
they become simpler also, because they keep strings with plugin name instead of references
Not sure about the factories if they're still NeonCore-specific, but the base classes I think make sense in OPM
neon_core.language and neon_utils.language_utils should be consolidated into a single location (probably neon_utils). Possibly consider moving those to a new
neon-lang-utils
package? TranslatorFactory and DetectorFactory could be useful on their own...