Skip to content
Snippets Groups Projects
Commit 6cc8e28a authored by ilor's avatar ilor
Browse files

expose writers help in tokenwriter swig wrapper

parent f7843902
Branches
No related merge requests found
......@@ -37,7 +37,15 @@ namespace Corpus2 {
// std::ostream& os();
const Tagset& tagset();
void finish();
/* --------------------------------------------------------------------- */
const Tagset& tagset() const;
static std::vector<std::string> available_writer_types();
/* --------------------------------------------------------------------- */
static std::string writer_help(const std::string& class_id);
static std::vector<std::string> available_writer_types_help();
/* --------------------------------------------------------------------- */
%exception {
try {
......
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