Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 293 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 293 Bytes

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