Skip to content
Open
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ python setup.py install

Go to `https://alphacephei.com/vosk/models` and download at least the English language model.

Unzip the folder of the language model into `/usr/share/vosk/language/***`, and rename the folder from `***` to `eng` for example.
Unzip the folder of the language model into `/usr/share/vosk/language/***`, and rename the folder from `***` to `eng` for example. \
The punctation checkpoint have to be at `/usr/share/vosk/language/***-punctuation` and rename `***`to `eng` for example. \
Please use 3 digit language codes for the directory name. The default and fallback language directory of vosk-cli is `eng`.
The directory name should match the workflow operation field `language-code`.

Now you are able to run `vosk-cli -i <input_file_path> -o <output_file_path> -l <3_digit_language_code>`.
Now you are able to run `vosk-cli [-p] -i <input_file_path> -o <output_file_path> -l <3_digit_language_code>`.
Empty file added recasepunc/__init__.py
Empty file.
Loading