Dominik Macháček commited on
Commit
4a89935
·
1 Parent(s): 4c17b56

hide optional install

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -51,7 +51,8 @@ The backend is loaded only when chosen. The unused one does not have to be insta
51
 
52
  3) For voice activity controller: `pip install torch torchaudio`. Optional, but very recommended.
53
 
54
- 4) Optional, not recommended: sentence segmenter (aka sentence tokenizer)
 
55
 
56
  Two buffer trimming options are integrated and evaluated. They have impact on
57
  the quality and latency. The default "segment" option performs better according
@@ -72,6 +73,7 @@ following segmenters, but suggestions for better alternatives are welcome.
72
  - we did not find a segmenter for languages `as ba bo br bs fo haw hr ht jw lb ln lo mi nn oc sa sd sn so su sw tk tl tt` that are supported by Whisper and not by wtpsplit. The default fallback option for them is wtpsplit with unspecified language. Alternative suggestions welcome.
73
 
74
  In case of installation issues of opus-fast-mosestokenizer, especially on Windows and Mac, we recommend using only the "segment" option that does not require it.
 
75
 
76
  ## Usage
77
 
 
51
 
52
  3) For voice activity controller: `pip install torch torchaudio`. Optional, but very recommended.
53
 
54
+ <details>
55
+ <summary>4) Optional, not recommended: sentence segmenter (aka sentence tokenizer)</summary>
56
 
57
  Two buffer trimming options are integrated and evaluated. They have impact on
58
  the quality and latency. The default "segment" option performs better according
 
73
  - we did not find a segmenter for languages `as ba bo br bs fo haw hr ht jw lb ln lo mi nn oc sa sd sn so su sw tk tl tt` that are supported by Whisper and not by wtpsplit. The default fallback option for them is wtpsplit with unspecified language. Alternative suggestions welcome.
74
 
75
  In case of installation issues of opus-fast-mosestokenizer, especially on Windows and Mac, we recommend using only the "segment" option that does not require it.
76
+ </details>
77
 
78
  ## Usage
79