#include <word_graph.h>
Public Attributes | |
| glist_t | link |
| glist_t | node |
| int32 | n_link |
| int32 | n_node |
The word graph structure. (linked-based word graph)
| glist_t word_graph_t::link |
List of link
| int32 word_graph_t::n_link |
Number of node
| int32 word_graph_t::n_node |
Number of node
| glist_t word_graph_t::node |
List of node
1.7.6.1