summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/segment/CMakeLists.txt6
-rw-r--r--utils/storage/CMakeLists.txt6
-rw-r--r--utils/training/CMakeLists.txt28
3 files changed, 20 insertions, 20 deletions
diff --git a/utils/segment/CMakeLists.txt b/utils/segment/CMakeLists.txt
index 82e4deb..c0f0a9a 100644
--- a/utils/segment/CMakeLists.txt
+++ b/utils/segment/CMakeLists.txt
@@ -5,7 +5,7 @@ add_executable(
target_link_libraries(
spseg
- libpinyin
+ pinyin
)
add_executable(
@@ -15,5 +15,5 @@ add_executable(
target_link_libraries(
ngseg
- libpinyin
-) \ No newline at end of file
+ pinyin
+)
diff --git a/utils/storage/CMakeLists.txt b/utils/storage/CMakeLists.txt
index 63cabcd..648f430 100644
--- a/utils/storage/CMakeLists.txt
+++ b/utils/storage/CMakeLists.txt
@@ -5,7 +5,7 @@ add_executable(
target_link_libraries(
gen_binary_files
- libpinyin
+ pinyin
)
add_executable(
@@ -15,7 +15,7 @@ add_executable(
target_link_libraries(
import_interpolation
- libpinyin
+ pinyin
)
add_executable(
@@ -25,5 +25,5 @@ add_executable(
target_link_libraries(
export_interpolation
- libpinyin
+ pinyin
)
diff --git a/utils/training/CMakeLists.txt b/utils/training/CMakeLists.txt
index ee59bcd..27620fb 100644
--- a/utils/training/CMakeLists.txt
+++ b/utils/training/CMakeLists.txt
@@ -5,7 +5,7 @@ add_executable(
target_link_libraries(
gen_ngram
- libpinyin
+ pinyin
)
add_executable(
@@ -15,7 +15,7 @@ add_executable(
target_link_libraries(
gen_deleted_ngram
- libpinyin
+ pinyin
)
add_executable(
@@ -25,7 +25,7 @@ add_executable(
target_link_libraries(
gen_unigram
- libpinyin
+ pinyin
)
add_executable(
@@ -35,7 +35,7 @@ add_executable(
target_link_libraries(
gen_k_mixture_model
- libpinyin
+ pinyin
)
add_executable(
@@ -45,7 +45,7 @@ add_executable(
target_link_libraries(
estimate_interpolation
- libpinyin
+ pinyin
)
add_executable(
@@ -55,7 +55,7 @@ add_executable(
target_link_libraries(
estimate_k_mixture_model
- libpinyin
+ pinyin
)
add_executable(
@@ -65,7 +65,7 @@ add_executable(
target_link_libraries(
merge_k_mixture_model
- libpinyin
+ pinyin
)
add_executable(
@@ -75,7 +75,7 @@ add_executable(
target_link_libraries(
prune_k_mixture_model
- libpinyin
+ pinyin
)
add_executable(
@@ -85,7 +85,7 @@ add_executable(
target_link_libraries(
import_k_mixture_model
- libpinyin
+ pinyin
)
add_executable(
@@ -95,7 +95,7 @@ add_executable(
target_link_libraries(
export_k_mixture_model
- libpinyin
+ pinyin
)
add_executable(
@@ -105,7 +105,7 @@ add_executable(
target_link_libraries(
k_mixture_model_to_interpolation
- libpinyin
+ pinyin
)
add_executable(
@@ -115,7 +115,7 @@ add_executable(
target_link_libraries(
validate_k_mixture_model
- libpinyin
+ pinyin
)
add_executable(
@@ -125,5 +125,5 @@ add_executable(
target_link_libraries(
eval_correction_rate
- libpinyin
-) \ No newline at end of file
+ pinyin
+)