From 96c197d2beef3b54b71035327b7faae87d173588 Mon Sep 17 00:00:00 2001 From: Bartosz Broda <bartosz.broda@gmail.com> Date: Sat, 4 Jun 2011 20:06:58 +0200 Subject: [PATCH] bugfix of previous bugfix --- poliqarp/pqclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poliqarp/pqclient.cpp b/poliqarp/pqclient.cpp index c5dab79..494b4cd 100644 --- a/poliqarp/pqclient.cpp +++ b/poliqarp/pqclient.cpp @@ -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()); -- GitLab