Hello! I am using RankLib to solve a simple ranking problem,but it is not a IR problem. And I have some nominal features,for example,temperature:{hot,mild,cool},weather:{sunny,overcast,rainy}. So how should I deal with nominal features? Can I get hot=0,mild=1,cool=2? Thank you very much!