Skip to content

Using RNNLM rescoring a sentence in Chinese ASR system

Notifications You must be signed in to change notification settings

Sundy1219/RNNLM

Repository files navigation

This recipe is used for training an RNN language model and ASR rescoring

Function:

	1 Training a RNNLM 
	2 Rescoring a sentence
	3 Computing one word probility given history words. such as P(w1|w2w3***wn)

How to train:

	python train.py

How to rescore:

	python rescore.py

About

Using RNNLM rescoring a sentence in Chinese ASR system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages