This repository has been archived on 2025-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
enginex_bi_series-sherpa-onnx/sherpa-onnx/python/sherpa_onnx/__init__.py

10 lines
205 B
Python
Raw Normal View History

2023-02-19 19:36:03 +08:00
from _sherpa_onnx import (
2023-02-22 15:35:55 +08:00
EndpointConfig,
2023-02-19 19:36:03 +08:00
FeatureExtractorConfig,
OnlineRecognizerConfig,
OnlineStream,
OnlineTransducerModelConfig,
)
from .online_recognizer import OnlineRecognizer