Yanyi Wu
9f7e37c50b
build: enhance test configuration and paths in CMakeLists
...
- Removed default install path setting from CMakeLists.txt.
- Updated test CMakeLists to include Google Test and configure test paths.
- Refactored load_test and unittest files to use defined paths for dictionaries and test data.
- Added test paths header for better path management in tests.
- Ensured all tests are properly linked and configured for execution.
2025-05-02 22:43:47 +08:00
yanyiwu
5ac9e48eb0
rewrite QuerySegment, make Jieba::CutForSearch
behaves the same as [jieba] cut_for_search
api
...
remove Jieba::SetQuerySegmentThreshold
2016-05-02 16:18:36 +08:00
yanyiwu
29e085904d
add log and unittest
2016-04-18 14:55:42 +08:00
yanyiwu
e7a45d2dde
remove LevelSegment
2016-04-17 22:23:00 +08:00
yanyiwu
339e3ca772
big change: add RuneStr for the position of word in string
2016-04-17 17:30:05 +08:00
yanyiwu
0a7b6e62f3
add Unicode32 cases for cut testing
2016-02-18 15:18:35 +08:00
yanyiwu
3c5ad24260
source code layout change:
...
1. src/ -> include/cppjieba/
2. src/limonp/ -> deps/limonp/
3. server/husky -> deps/husky/
4. test/unittest/gtest -> deps/gtest
2016-01-11 14:25:02 +08:00
yanyiwu
bcb112a4b1
upgrade basic functions
2015-12-12 21:25:57 +08:00
yanyiwu
8482bef442
change multi user dicts seperator from ':' to '|;'
2015-12-09 00:01:27 +08:00
yanyiwu
c3fd357a6d
[QuerySegment] add SetMaxWordLen,GetMaxWordLen, and filter the english sentence in secondary Cut
2015-10-29 14:23:01 +08:00
yanyiwu
83cc67cb15
[code style] uppercase function name
2015-10-29 12:39:10 +08:00
yanyiwu
ecacf118e6
[code style] lower case namespace
2015-10-08 21:13:11 +08:00
yanyiwu
b28d6db574
code style
2015-10-08 17:08:57 +08:00
yanyiwu
5bf7454ad2
add multi user dict unittest
2015-09-25 16:07:01 +08:00
yanyiwu
ea4d81cde7
add segment cut case
2015-09-18 14:28:34 +08:00
yanyiwu
eb6f47b6b0
refactor unittest
2015-09-13 18:09:56 +08:00