Spaces:
Paused
Paused
Commit
·
822e026
1
Parent(s):
c1efb72
nltk error fix
Browse files
seamless_server/src/simuleval_transcoder.py
CHANGED
@@ -19,6 +19,8 @@ import traceback
|
|
19 |
import time
|
20 |
import random
|
21 |
import colorlog
|
|
|
|
|
22 |
|
23 |
from .speech_and_text_output import SpeechAndTextOutput
|
24 |
|
|
|
19 |
import time
|
20 |
import random
|
21 |
import colorlog
|
22 |
+
import nltk
|
23 |
+
nltk.download('averaged_perceptron_tagger_eng')
|
24 |
|
25 |
from .speech_and_text_output import SpeechAndTextOutput
|
26 |
|