Skip to content
Snippets Groups Projects
Commit 7a9e4bc3 authored by ilor's avatar ilor
Browse files

add wrapper for corpus2 verbosity

parent 8336dd20
Branches
No related merge requests found
......@@ -21,4 +21,12 @@
%include "tokenwriter.i"
%include "libpwrnlperror.i"
%{
#include <libcorpus2/util/settings.h>
static void set_verbose(bool v) {
Corpus2::Path::Instance().set_verbose(v);
}
%}
static void set_verbose(bool);
#endif /* SWIG_CORPUS2_I */
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment