Data Fields | |
| gboolean | found |
| size_t | found_length |
| LexicalEntryIndex | key |
| TrieSearchInfo | specific |
| UniqId | identifier |
| LexicalMemoryHandler | source |
Data structure containing the informations related to a lexical search operation
| gboolean LexicalSearch::found |
Searched sequence has been found TRUE or FALSE
| size_t LexicalSearch::found_length |
Length of longest common sub-sequence found in the memory (i.e. position of the first dissimilar character)
Unique identifier corresponding to the searched sequence if found, or identifier of the last matching character if search fails
Key assigned the searched sequence
Lexical memory on which the search operation has been carried out
| TrieSearchInfo LexicalSearch::specific |
Memory type specific informations
1.4.7