mirror of
https://gitee.com/lionsoul/friso.git
synced 2024-12-03 11:48:03 +08:00
依据组新功能更改测试程序。
This commit is contained in:
parent
f8446b14b6
commit
c47c9a2048
@ -119,8 +119,9 @@ int main(int argc, char **argv) {
|
||||
|
||||
s_time = clock();
|
||||
while ( ( friso_next( friso, config, task ) ) != NULL ) {
|
||||
//printf("%s[%d]/ ", task->hits->word, task->hits->offset );
|
||||
printf("%s/ ", task->hits->word );
|
||||
//printf("%s[%d, %d] ", task->hits->word,
|
||||
// task->hits->offset, task->hits->length );
|
||||
printf("%s ", task->hits->word );
|
||||
}
|
||||
//}
|
||||
e_time = clock();
|
||||
|
Loading…
Reference in New Issue
Block a user