<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/phrunkw.c">
<Name>LQT_UnknownWordsInPhrase</Name>
<Class>Retrieval/Phrases
<Purpose>
Returns the number of unrecognised words in the given phrase.
A phrase containing any unrecognised words can never be matched.
<Notes>
This number is not included in the result of LQT_NumberOfWordsInPhrase.
<Returns>
the number of unrecognised words in the phrase.
</Function>
<Decl>
ARGSUSED2*/
API int
LQT_UnknownWordsInPhrase(db, Phrase)
    t_LQTEXT_Database *db;
    t_Phrase *Phrase;
</Decl>
</Entry>
