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

add some getters in Tagset swig wrapper

parent 96c197d2
Branches
No related merge requests found
......@@ -107,6 +107,11 @@ namespace Corpus2 {
std::string id_string() const;
std::string id_string(const Tag& tag) const;
const std::string& get_value_name(int index) const;
const std::string& get_attribute_name(int index) const;
const std::string& get_pos_name(int index) const;
};
}
......
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