We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40390d4 commit 8a357cbCopy full SHA for 8a357cb
1 file changed
README.md
@@ -66,9 +66,11 @@ Or with cpp runtime:
66
cmake -B build -S runtime -DCMAKE_BUILD_TYPE=Release
67
cmake --build build
68
# tn usage
69
-./build/bin/processor_main --far PATH_TO_GIT_CLONED_WETEXTPROCESSING/tn/zh_tn_normalizer.far --text "2.5平方电线"
+cache_dir=PATH_TO_GIT_CLONED_WETEXTPROCESSING/tn
70
+./build/bin/processor_main --tagger $fst_dir/zh_tn_tagger.fst --verbalizer $cache_dir/zh_tn_verbalizer.fst --text "2.5平方电线"
71
# itn usage
-./build/bin/processor_main --far PATH_TO_GIT_CLONED_WETEXTPROCESSING/itn/zh_itn_normalizer.far --text "二点五平方电线"
72
+cache_dir=PATH_TO_GIT_CLONED_WETEXTPROCESSING/itn
73
+./build/bin/processor_main --tagger $fst_dir/zh_itn_tagger.fst --verbalizer $cache_dir/zh_itn_verbalizer.fst --text "二点五平方电线"
74
```
75
76
### 2. TN Pipeline
0 commit comments