Skip to content
Snippets Groups Projects
Commit 96c197d2 authored by Bartosz Broda's avatar Bartosz Broda
Browse files

bugfix of previous bugfix

parent 2199316d
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ Token* PoliqarpClient::get_token(size_t pos)
poliqarp_interpretation_set_info sinfo;
poliqarp_get_segment(&segment, &corpus_, pos);
poliqarp_get_segment_info(&segment, &info);
poliqarp_get_ambiguous_interpretations(&segment, &set);
poliqarp_get_disambiguated_interpretations(&segment, &set);
poliqarp_get_interpretation_set_info(&set, &sinfo);
std::auto_ptr<Token> res(new Token());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment