Spaces:
Paused
Paused
Commit
·
459fae5
1
Parent(s):
05965cb
nltk
Browse files
seamless_server/src/simuleval_transcoder.py
CHANGED
@@ -19,7 +19,8 @@ import traceback
|
|
19 |
import time
|
20 |
import random
|
21 |
import colorlog
|
22 |
-
|
|
|
23 |
from .speech_and_text_output import SpeechAndTextOutput
|
24 |
|
25 |
MODEL_SAMPLE_RATE = 16_000
|
|
|
19 |
import time
|
20 |
import random
|
21 |
import colorlog
|
22 |
+
import nltk
|
23 |
+
nltk.download('averaged_perceptron_tagger_eng')
|
24 |
from .speech_and_text_output import SpeechAndTextOutput
|
25 |
|
26 |
MODEL_SAMPLE_RATE = 16_000
|