hello, i'm creating now my language model and saw that i can only create a vocabulary list with a maximum of 65536 words on it... im creating a very lare vocabulary exceeding this limit... i saw a 32 bit mode of the lmtool which archan kept on his page (http://www.cs.cmu.edu/~archan/sphinxExt.html) but the link only gives the sphinx 3 code that accepts a 32 bit lm but not the code for the 32 bit lmtool... anybody have a copy of it? or anyone knows which part of the code should i modify (i think its just replacing unsigned short to unsigned it)?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello, i'm creating now my language model and saw that i can only create a vocabulary list with a maximum of 65536 words on it... im creating a very lare vocabulary exceeding this limit... i saw a 32 bit mode of the lmtool which archan kept on his page (http://www.cs.cmu.edu/~archan/sphinxExt.html) but the link only gives the sphinx 3 code that accepts a 32 bit lm but not the code for the 32 bit lmtool... anybody have a copy of it? or anyone knows which part of the code should i modify (i think its just replacing unsigned short to unsigned it)?