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

load kipi tagset in parse-tagop

parent a48ef0b5
Branches
No related merge requests found
#include <cstdlib>
#include <libcorpus2/tagsetmanager.h>
#include <libwccl/values/tset.h>
#include <libwccl/parser/Parser.h>
......@@ -14,7 +16,7 @@
int main()
{
std::string str_in;
Corpus2::Tagset tagset;
const Corpus2::Tagset& tagset = Corpus2::get_named_tagset("kipi");
Parser parser(tagset);
boost::shared_ptr<const Wccl::TSet> retVal;
......
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