Skip to content
Snippets Groups Projects
Commit 031e2cb5 authored by Paweł Kędzia's avatar Paweł Kędzia
Browse files

Added wrapper for Wccl::Expression

parent 4c83c9b7
Branches
No related merge requests found
......@@ -14,6 +14,7 @@ namespace Wccl {
class Expression : boost::noncopyable {
public:
virtual std::string to_string(const Corpus2::Tagset& tagset) const = 0;
std::string to_raw_string() 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