faster-whisper-webui-cn / playground.py
wwdok's picture
add text postprocess tab
51bea4b
raw
history blame contribute delete
165 Bytes
import pycorrector
corrected_sent, detail = pycorrector.correct('εˆε‘θ„‘η£·η—΄ε‘†')
print(f"==>> corrected_sent: {corrected_sent}")
print(f"==>> detail: {detail}")