Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Feb 1, 2024
1 parent 7384870 commit 0fdfa21
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ovos_core/intent_services/ocp_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
from threading import RLock
from typing import List, Tuple

from ovos_bus_client.apis.ocp import OCPInterface, OCPQuery
from ovos_bus_client.message import Message
from padacioso import IntentContainer
from sklearn.pipeline import FeatureUnion

import ovos_core.intent_services
from ovos_bus_client.apis.ocp import OCPInterface, OCPQuery
from ovos_bus_client.message import Message
from ovos_classifiers.skovos.classifier import SklearnOVOSClassifier
from ovos_classifiers.skovos.features import ClassifierProbaVectorizer, KeywordFeaturesVectorizer
from ovos_utils import classproperty
Expand Down Expand Up @@ -98,7 +98,6 @@ def __init__(self, bus=None, config=None):
self.available_SEI = []

self.intent_matchers = {}
self.available_extractors = [] # TODO from bus api, get from ovos-media

self.load_classifiers()

Expand Down

0 comments on commit 0fdfa21

Please sign in to comment.