From 7836bee517a678192890a02449ef9aa7fe89f8fb Mon Sep 17 00:00:00 2001
From: Chong Zhang <iriszhangchong@gmail.com>
Date: 星期三, 04 一月 2023 16:58:07 +0800
Subject: [PATCH] Update export_models.py
---
setup.py | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/setup.py b/setup.py
index e17c6ae..767b3da 100644
--- a/setup.py
+++ b/setup.py
@@ -38,6 +38,8 @@
"editdistance==0.5.2",
"tensorboard>=1.14",
"g2p",
+ # ITN
+ "pynini==2.1.5",
],
# train: The modules invoked when training only.
"train": [
@@ -124,7 +126,7 @@
long_description=open(os.path.join(dirname, "README.md"), encoding="utf-8").read(),
long_description_content_type="text/markdown",
license="The MIT License",
- packages=find_packages(include=["funasr*"]),
+ packages=find_packages(include=["funasr*", "fun_text_processing*"]),
package_data={"funasr": ["version.txt"]},
install_requires=install_requires,
setup_requires=setup_requires,
--
Gitblit v1.9.1