tetengo 1.8.2
A multipurpose library set
|
A custom vocabulary definition. More...
#include <vocabulary.h>
Public Attributes | |
void * | p_context |
size_t(* | find_entries_proc )(void *p_context, const tetengo_lattice_input_t *p_key, tetengo_lattice_entryView_t *p_entries) |
The procedure for findEntries. | |
bool(* | find_connection_proc )(void *p_context, const tetengo_lattice_node_t *p_from, const tetengo_lattice_entryView_t *p_to, tetengo_lattice_connection_t *p_connection) |
The procedure for findConnection. | |
A custom vocabulary definition.
bool(* tetengo_lattice_customVocabularyDefinition_tag::find_connection_proc) (void *p_context, const tetengo_lattice_node_t *p_from, const tetengo_lattice_entryView_t *p_to, tetengo_lattice_connection_t *p_connection) |
The procedure for findConnection.
Parameters
true | When an output connection is stored. |
false | Otherwise. |
size_t(* tetengo_lattice_customVocabularyDefinition_tag::find_entries_proc) (void *p_context, const tetengo_lattice_input_t *p_key, tetengo_lattice_entryView_t *p_entries) |
The procedure for findEntries.
Parameters
void* tetengo_lattice_customVocabularyDefinition_tag::p_context |
The pointer to the context.