$ ./fasttext test model.bin test.txt k The argumentkis optional, and is equal to1by default. In order to obtain the k most likely labels for a piece of text, use: $ ./fasttext predict model.bin test.txt k or usepredict-probto also get the probability for each label ...