diff --git a/poliqarp/pqclient.cpp b/poliqarp/pqclient.cpp index c5dab798ff6f54ff564f514b6ed1e00227d702fa..494b4cd2738df868080e0635bc828ed09eb97b64 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());