[go: up one dir, main page]

Menu

[r11]: / src / l2w.h  Maximize  Restore  History

Download this file

10 lines (8 with data), 292 Bytes

1
2
3
4
5
6
7
8
9
typedef struct l2w {
char *word;
int frequency;
struct l2w *next;
} l_wordcount;
l_int *read_entry(l_int *output, char **dict, char **tags, int n, h_t *table, h_t *vocab);
char **read_table(struct options *opt, h_t **table, h_t **vocab);
void get_l2w_table(struct options *opt, char c1);