From bad30bcf8634cd9ca86d4b3b840bdb5bb788252e Mon Sep 17 00:00:00 2001 From: Davis King Date: Fri, 23 Nov 2012 22:41:09 -0500 Subject: [PATCH] Fixed grammar --- examples/svm_rank_ex.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/svm_rank_ex.cpp b/examples/svm_rank_ex.cpp index c3beca4a3..d47a691d6 100644 --- a/examples/svm_rank_ex.cpp +++ b/examples/svm_rank_ex.cpp @@ -115,10 +115,10 @@ int main() // set of non-relevant web pages. // // To handle cases like this, we can simply give multiple ranking_pair - // instances to the trainer. Each ranking_pair representing the - // relevant/non-relevant sets for a particular query. An example is - // shown below (for simplicity, we reuse our data from above to make 4 - // identical "queries"). + // instances to the trainer. Therefore, each ranking_pair would + // represent the relevant/non-relevant sets for a particular query. An + // example is shown below (for simplicity, we reuse our data from above + // to make 4 identical "queries"). std::vector > queries; queries.push_back(data);