Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@jl-desktop.(none)>2010-09-05 03:35:32 +0400
committerJohn Langford <jl@jl-desktop.(none)>2010-09-05 03:35:32 +0400
commite175cea192df51700151c8b80801b6452aa6581c (patch)
tree5dfe0a0043446a8334552b82e732625f25fe06ac /parser.h
parentf7388c09c82c6d0440679fab915d2fbcaa25d795 (diff)
debugged some
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index a92e76cf..d4a2fdf6 100644
--- a/parser.h
+++ b/parser.h
@@ -50,6 +50,8 @@ parser* new_parser(const label_parser* lp);
namespace po = boost::program_options;
void parse_source_args(po::variables_map& vm, parser* par, bool quiet, size_t passes);
+bool examples_to_finish();
+
//parser control
void start_parser(size_t num_threads, parser* pf);