From dee9b119eb05a055f4f1b7868cedd5a3c92888cc Mon Sep 17 00:00:00 2001 From: jerryjzhang Date: Sun, 1 Dec 2024 20:54:55 +0800 Subject: [PATCH] [improvement][launcher]Refactor unit tests and demo data. --- launchers/standalone/src/test/resources/hanlp.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launchers/standalone/src/test/resources/hanlp.properties b/launchers/standalone/src/test/resources/hanlp.properties index 9d91904eb..9442307fa 100644 --- a/launchers/standalone/src/test/resources/hanlp.properties +++ b/launchers/standalone/src/test/resources/hanlp.properties @@ -1,2 +1,2 @@ root=. -CustomDictionaryPath=data/dictionary/custom/DimValue_1_1.txt;data/dictionary/custom/DimValue_1_2.txt;data/dictionary/custom/DimValue_1_3.txt; \ No newline at end of file +CustomDictionaryPath=data/dictionary/custom/DimValue_1_1.txt;data/dictionary/custom/DimValue_1_2.txt;data/dictionary/custom/DimValue_1_3.txt;data/dictionary/custom/DimValue_4_8.txt \ No newline at end of file