Skip to content

inspect_lexiconInspectLexiconInspectLexiconinspect_lexiconT_inspect_lexicon🔗

Short description🔗

inspect_lexiconInspectLexiconInspectLexiconinspect_lexiconT_inspect_lexicon — Query all words from a lexicon.

Signature🔗

inspect_lexicon( lexicon LexiconHandle, out string Words )void InspectLexicon( const HTuple& LexiconHandle, HTuple* Words )static void HOperatorSet.InspectLexicon( HTuple lexiconHandle, out HTuple words )def inspect_lexicon( lexicon_handle: HHandle ) -> Sequence[str]

def inspect_lexicon_s( lexicon_handle: HHandle ) -> strHerror T_inspect_lexicon( const Htuple LexiconHandle, Htuple* Words )

HTuple HLexicon::InspectLexicon( ) const

HTuple HLexicon.InspectLexicon( )

Description🔗

inspect_lexiconInspectLexicon returns a tuple of all words in the lexicon in the parameter Wordswordswords.

Execution information🔗

Execution information
  • Multithreading type: reentrant (runs in parallel with non-exclusive operators).

  • Multithreading scope: global (may be called from any thread).

  • Processed without parallelization.

Parameters🔗

LexiconHandlelexiconHandlelexicon_handle (input_control) lexicon → (handle)HTuple (HHandle)HLexicon, HTuple (IntPtr)HHandleHtuple (handle)

Handle of the lexicon.

Wordswordswords (output_control) string(-array) → (string)HTuple (HString)HTuple (string)Sequence[str]Htuple (char*)

List of all words.

Combinations with other operators🔗

Combinations

Alternatives

lookup_lexiconLookupLexicon

See also

create_lexiconCreateLexicon

Module🔗

OCR/OCV