Luvata / visen

ViSen is library to format tone of Vietnamese sentences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ViSen

ViSen is library to format tone of Vietnamese sentences

Install

pip install visen

Usage

>>> import visen
>>> visen.clean_tone('gía cả thị trừơng?')
'giá cả thị trường?'
>>> visen.remove_tone('công việc')
'cong viec'

About

ViSen is library to format tone of Vietnamese sentences


Languages

Language:Python 100.0%