Skip to content

Build phonetic transcription for phrases in Russian

Notifications You must be signed in to change notification settings

nvanva/transcribe

Repository files navigation

transcribe

Requirements

If you use Anaconda, all dependencies can be installed into separate Anaconda environment:

conda create -n python36_tf11 python=3.6
source activate python36_tf11
export Q=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.1.0-py3-none-any.whl
pip install --ignore-installed --upgrade $Q
conda install pandas

git clone https://github.com/google/seq2seq.git
cd seq2seq
pip install -e .

Usage

To transcribe phrases in test_in1.txt using default model run

python3 transcribe_seq2seq.py

Transcriptions will be written to test_out1.txt.

Input, output files and model can be specified explicitly:

python3 transcribe_seq2seq.py -fin test_in1.txt -fout test_out1.txt -model word3stress_bahdanau/model.ckpt-14850

About

Build phonetic transcription for phrases in Russian

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published