public LDADataset(int m, WordDictionary globalDict) : this(m) { GlobalDictionary = globalDict; LocalIdToGlobalId = new Dictionary <int, int>(); }