#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include "store.h"#include "score.h"#include "cut.h"Functions | |
| void | cut_words (char *token, int isporn, int isscoring) |
| void | cut_tags (char *token, int isporn, int isscoring) |
| void | cut_free (void) |
Variables | |
| char * | precedent = NULL |
|
||||||||||||||||
|
Cut the words found thanks to flex and store them (words and biwords) in a temporary database (for scoring or learning).
|
|
||||||||||||||||
|
Cut the tags found thanks to flex and store them in the temporary database (for scoring or learning).
|
|
|
|
|
|
|
1.3.9.1