ryysoft

Results 4 issues of ryysoft

Errors 1: then Errors 2: train_set=train_960_cleaned,I have no the train_960_cleaned dir,so use train dir Errors 3: no feats.scp file,but can find it in dae dir and mfcc dir,which is ok...

用build.bat编译librime,glob和yaml-cpp都提示 Could not find yaml-cpp library. Environment variable Boost_ROOT is set to: D:\boost_1_74_0 For compatibility, CMake is ignoring the variable. This warning is for project developers. Use -Wno-dev to suppress...

我向里面加了几个按钮, if(threadMgr_->QueryInterface(IID_ITfLangBarItemMgr, (void**)&langBarItemMgr) == S_OK) { for(vector::iterator it = langBarButtons_.begin(); it != langBarButtons_.end(); ++it) { LangBarButton* button = *it; langBarItemMgr->AddItem(button); } } 这一段代码也执行了,但是语言栏为什么不显示?在IME机制里叫状态栏,状态栏(语言栏)是必须有的,为什么加了按钮显示不出来?