Update path_config.py

This commit is contained in:
yongzhuo 2019-04-10 10:03:58 +08:00 committed by GitHub
parent f0eade41d1
commit 9bff32227e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,5 +38,5 @@ matrix_ques_part_path_char = projectdir + '/Data/sentence_vec_encode_char/1.txt'
# word2vec select
word2_vec_path = w2v_model_wiki_word_path if os.path.exists(w2v_model_wiki_word_path) else w2v_model_merge_short_path
# stanford_corenlp_full_path
# stanford_corenlp_full_path需要自己下载配置stanford-corenlp-full-2018-10-05
stanford_corenlp_full_path = "Y:/segment/stanford-corenlp-full-2018-10-05"