public MaximumEntropyCompatibilityModel(string coreferencePath)
 {
     mGenderModel = GenderModel.TestModel(coreferencePath + "/gen");
     mNumberModel = NumberModel.TestModel(coreferencePath + "/num");
 }
		public MaximumEntropyCompatibilityModel(string coreferencePath)
		{
			mGenderModel = GenderModel.TestModel(coreferencePath + "/gen");
			mNumberModel = NumberModel.TestModel(coreferencePath + "/num");
		}