From a0dfca3299f72796dd9da0b360c550a17f15b2d7 Mon Sep 17 00:00:00 2001 From: Wanxiang Che Date: Wed, 4 Sep 2013 10:40:47 +0800 Subject: [PATCH] fix configuration --- conf/ltp.cnf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/ltp.cnf b/conf/ltp.cnf index 482b9fc5f..31d38f680 100644 --- a/conf/ltp.cnf +++ b/conf/ltp.cnf @@ -1,5 +1,5 @@ segmentor-model = new_ltp_data/cws.model postagger-model = new_ltp_data/pos.model parser-model = new_ltp_data/parser.model -ner-data = ltp_data/ne_data -srl-data = ltp_data/srl_data +ner-model = new_ltp_data/ne_data +srl-data = new_ltp_data/srl/