lookup_lexiconT_lookup_lexiconLookupLexiconLookupLexicon (Operator)

Name

lookup_lexiconT_lookup_lexiconLookupLexiconLookupLexicon — Prüfen, ob ein Wort in einem Lexikon enthalten ist.

Signatur

lookup_lexicon( : : LexiconHandle, Word : Found)

Herror T_lookup_lexicon(const Htuple LexiconHandle, const Htuple Word, Htuple* Found)

void LookupLexicon(const HTuple& LexiconHandle, const HTuple& Word, HTuple* Found)

Hlong HLexicon::LookupLexicon(const HString& Word) const

Hlong HLexicon::LookupLexicon(const char* Word) const

Hlong HLexicon::LookupLexicon(const wchar_t* Word) const   (Nur Windows)

static void HOperatorSet.LookupLexicon(HTuple lexiconHandle, HTuple word, out HTuple found)

int HLexicon.LookupLexicon(string word)

Beschreibung

lookup_lexiconlookup_lexiconLookupLexiconLookupLexiconLookupLexicon prüft, ob WordWordWordWordword im Lexikon LexiconHandleLexiconHandleLexiconHandleLexiconHandlelexiconHandle enthalten ist, und liefert 1 in FoundFoundFoundFoundfound, falls das Wort gefunden wurde, ansonsten 0.

Ausführungsinformationen

Parameter

LexiconHandleLexiconHandleLexiconHandleLexiconHandlelexiconHandle (input_control)  lexicon HLexicon, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Handle des Lexikons.

WordWordWordWordword (input_control)  string HTupleHTupleHtuple (string) (string) (HString) (char*)

Nachzuschlagendes Wort.

Defaultwert: 'word' "word" "word" "word" "word"

FoundFoundFoundFoundfound (output_control)  integer HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Ergebnis der Suche.

Alternativen

suggest_lexiconsuggest_lexiconSuggestLexiconSuggestLexiconSuggestLexicon

Siehe auch

create_lexiconcreate_lexiconCreateLexiconCreateLexiconCreateLexicon

Modul

OCR/OCV