Explorar o código

Change README.md

Edouard Grave %!s(int64=9) %!d(string=hai) anos
pai
achega
1826a12da3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -104,7 +104,7 @@ $ ./fasttext predict model.bin test.txt k
 ```
 
 where `test.txt` contains a piece of text to classify per line.
-Doing so will output to the standard output the k most likely labels per line.
+Doing so will print to the standard output the k most likely labels for each line.
 The argument `k` is optional, and equal to `1` by default.
 See `classification-example.sh` for an example use case.
 In order to reproduce results from the paper [2](#bag-of-tricks-for-efficient-text-classification), run `classification-results.sh`, this will download all the datasets and reproduce the results from Table 1.