mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
little modification
This commit is contained in:
parent
8382828e48
commit
86de722888
@ -2,6 +2,6 @@ SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR})
|
||||
|
||||
ADD_EXECUTABLE(segment.demo segment.cpp)
|
||||
ADD_EXECUTABLE(keyword.demo keyword_demo.cpp)
|
||||
ADD_EXECUTABLE(tagging_demo tagging_demo.cpp)
|
||||
ADD_EXECUTABLE(tagging.demo tagging_demo.cpp)
|
||||
ADD_EXECUTABLE(load_test load_test.cpp)
|
||||
ADD_SUBDIRECTORY(unittest)
|
||||
|
@ -40,6 +40,6 @@ int main(int argc, char ** argv)
|
||||
long beginTime = clock();
|
||||
cut(&seg, "../test/testdata/weicheng.utf8");
|
||||
long endTime = clock();
|
||||
printf("[%.3lf seconds]time consumeed.\n", double(endTime - beginTime)/CLOCKS_PER_SEC);
|
||||
printf("[%.3lf seconds]time consumed.\n", double(endTime - beginTime)/CLOCKS_PER_SEC);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user