lovecambi / qebrain

machine translation and quality estimation
BSD 2-Clause "Simplified" License
34 stars 18 forks source link

How to get feature file #15

Open ghostyoona opened 5 years ago

ghostyoona commented 5 years ago

Hi lovecambi ! I have a question about inference feature file. When it comes to infer for test, there is a parameter "--inference_fea_file" and I have no idea how to generate the files for my test datasets. So I wonder is there some functions or methods I can use to generate them. THX a lot!

lovecambi commented 5 years ago

Hi lovecambi ! I have a question about inference feature file. When it comes to infer for test, there is a parameter "--inference_fea_file" and I have no idea how to generate the files for my test datasets. So I wonder is there some functions or methods I can use to generate them. THX a lot! Please see http://www.statmt.org/wmt18/quality-estimation-task.html to find the baseline features.

maohbao commented 4 years ago

I also don't know how to get the feature file, is there more detail about that?

There is an option for human_feature when train the model, but no such option when do inference, it means that the human_feature is necessary during inference?