We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995ef70 commit 385e35fCopy full SHA for 385e35f
1 file changed
.github/workflows/wheels.yml
@@ -27,7 +27,8 @@ jobs:
27
28
- name: Build Graph
29
run: |
30
- python -m tn --text "2.5平方电线" --overwrite_cache
+ python -m tn --text "2.5平方电线" --overwrite_cache --language "zh"
31
+ python -m tn --text "2010-03-21" --overwrite_cache --language "en"
32
python -m itn --text "二点五平方电线" --overwrite_cache
33
34
- name: Prepare Graph
0 commit comments