You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@v-yunbin how do you make it work can you show me an example? I want to run it on Windows OS
For example i am able to run fastpunc like below
from fastpunct import FastPunct
# The default language is 'english'
fastpunct = FastPunct()
f = open("TextFile1.txt", "r")
text_val = f.read()
result = fastpunct.punct(text_val, correct=True)
convert an hours audio to text and add punctuator for long text ,I find that it becomes very slowlly and 2000% of memory
The text was updated successfully, but these errors were encountered: