Returns whether word is in the lexicon
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual 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
Return Value
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120