<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/phrnword.c">
<Name>LQT_NumberOfWordsInPhrase</Name>
<Class>Retrieval/Phrases
<Purpose>
Returns the number of recognised words in the phrase.
Common words, or other things that the various LQT_ReadWord functions
would skip, are not included in the count.
A phrase containing no recognised words can never be matched.
<Returns>
the number of words in the phrase.
<SeeAlso>
LQT_ReadWordFromStringPointer
</Function>
<Decl>
ARGSUSED2*/
API int
LQT_NumberOfWordsInPhrase(db, Phrase)
    t_LQTEXT_Database *db;
    t_Phrase *Phrase;
</Decl>
</Entry>
