<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/common.c">
<Name>LQT_WordIsInStopList</Name>
<Class>Language/Stop List
<Purpose>
Returns 1 if the given word is in the stop list, 0 otherwise.
This function is called by the LQT_ReadWord routines on each
input word to determine whether to return it.
<Returns>
<LIST>
  <LI>1 if the word is in the stop list
  <LI>0 otherwise
</LIST>
<Bugs>
FirstCharBitMap is shared across all databases.
You cannot have more than one database open at a time anyway at
the moment, so this is not yet an issue...
</Function>
<Decl>
API int
LQT_WordIsInStopList(db, WordInfo)
    t_LQTEXT_Database *db;
    t_WordInfo *WordInfo;
</Decl>
</Entry>
