Skip to content

Commit 4ba8464

Browse files
authored
fix(readme): fix var name (#79)
1 parent f65de22 commit 4ba8464

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ cmake -B build -S runtime -DCMAKE_BUILD_TYPE=Release
6767
cmake --build build
6868
# tn usage
6969
cache_dir=PATH_TO_GIT_CLONED_WETEXTPROCESSING/tn
70-
./build/processor_main --tagger $fst_dir/zh_tn_tagger.fst --verbalizer $cache_dir/zh_tn_verbalizer.fst --text "2.5平方电线"
70+
./build/processor_main --tagger $cache_dir/zh_tn_tagger.fst --verbalizer $cache_dir/zh_tn_verbalizer.fst --text "2.5平方电线"
7171
# itn usage
7272
cache_dir=PATH_TO_GIT_CLONED_WETEXTPROCESSING/itn
73-
./build/processor_main --tagger $fst_dir/zh_itn_tagger.fst --verbalizer $cache_dir/zh_itn_verbalizer.fst --text "二点五平方电线"
73+
./build/processor_main --tagger $cache_dir/zh_itn_tagger.fst --verbalizer $cache_dir/zh_itn_verbalizer.fst --text "二点五平方电线"
7474
```
7575

7676
### 2. TN Pipeline

0 commit comments

Comments
 (0)