edge alignment
This commit is contained in:
parent
3cbffb645c
commit
8471f42579
1 changed files with 4 additions and 3 deletions
|
@ -70,13 +70,14 @@ struct _node {
|
|||
};
|
||||
|
||||
struct _edge {
|
||||
char * pattern;
|
||||
int pattern_len;
|
||||
|
||||
/* the child node */
|
||||
node * child;
|
||||
/* the parent node */
|
||||
node * parent;
|
||||
|
||||
char * pattern;
|
||||
int pattern_len;
|
||||
|
||||
float score;
|
||||
bool has_slug:1;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue