Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages