/// <summary> /// Initializes a new instance of the <see cref="SearchTest"/> class. /// </summary> public ClusterizeTest() { _qas = ObjectFactory.CreateQas(); _clusterizer = ObjectFactory.CreateClusterizer(); _sentenceController = new SentenceController(); PerformanceLog = LogManager.GetLogger("SDKClusterize"); }
/// <summary> /// Initializes a new instance of the <see cref="SearchTest"/> class. /// </summary> public SearchTest() { _qas = ObjectFactory.CreateQas(); PerformanceLog = LogManager.GetLogger("SDKSearch"); }