Keyoti SearchUnit API Docs
LookUpWordInLexicon Method (word, includeStopList)
API DocumentationKeyoti.SearchEngine.SearchSearchAgentLookUpWordInLexicon(String, Boolean)
Keyoti SearchUnit v6
Returns whether word is in the lexicon
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public bool LookUpWordInLexicon(
	string word,
	bool includeStopList
)
public bool LookUpWordInLexicon(
	string word,
	bool includeStopList
)
Public Function LookUpWordInLexicon ( 
	word As String,
	includeStopList As Boolean
) As Boolean
Public Function LookUpWordInLexicon ( 
	word As String,
	includeStopList As Boolean
) As Boolean
public:
bool LookUpWordInLexicon(
	String^ word, 
	bool includeStopList
)
public:
bool LookUpWordInLexicon(
	String^ word, 
	bool includeStopList
)
member LookUpWordInLexicon : 
        word : string * 
        includeStopList : bool -> bool 
member LookUpWordInLexicon : 
        word : string * 
        includeStopList : bool -> bool 
Parameters
word (String)
includeStopList (Boolean)
Return Value

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120