Yun Wang (Maigo)
Results
2
issues of
Yun Wang (Maigo)
I'm writing a Python script that mimics the behavior of lmplz. When I tested it out on a large corpus, I found the estimated probabilities differed slightly from lmplz's output....
Lines 1704 and 1712 of the script ```audiotools/__init__.py``` checks whether ```mpeg_id == 3``` (which means MPEG-1), while in fact ```mpeg_id == 2``` (MPEG-2) and ```mpeg_id == 0``` (MPEG-2.5) should also...