Skip to content

baivabdash/Spoken_to_written

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Spoken_to_written

This python code can be used to convert spoken english text to written english.

For example, "two dollars" should be converted to $2. Abbreviations spoken as "C M" or "Triple A" should be written as "CM" and "AAA" respectively.

#Installation

Open terminal in the downloaded folder and type below..

python3 setup.py install

Now it is installed

#Usage

Now import by following commands..

from speech_to_text import speech_to_text

speech_to_text.convert()

[Inp]:Input the sentence to be converted

[Out]:Output of converted sentence

About

Spoken english to written english converter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages