skatz_teyp - 2007-07-02

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)?