-
Notifications
You must be signed in to change notification settings - Fork 1
/
paths.py
30 lines (13 loc) · 1.15 KB
/
paths.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
root_path = '1234'
conll_path = '{}/corpus/sequence_labelling/english_ner/conll2003'.format(root_path)
ontonotes_path = '{}/corpus/sequence_labelling/english_ner/conllized_ontonote'.format(root_path)
ontonote4ner_cn_path = '{}/corpus/sequence_labelling/chinese_ner/OntoNote4NER'.format(root_path)
msra_ner_cn_path = '{}/corpus/sequence_labelling/chinese_ner/MSRANER'.format(root_path)
resume_ner_path = '{}/corpus/sequence_labelling/chinese_ner/ResumeNER'.format(root_path)
weibo_ner_path = '{}/corpus/sequence_labelling/chinese_ner/WeiboNER'.format(root_path)
ecom_ner_path = '{}/corpus/sequence_labelling/chinese_ner/ecommerce'.format(root_path)
ctb5_char_path = '{}/corpus/sequence_labelling/chinese_pos_seg/new_ctb5/output_char'.format(root_path)
ud2_path = '{}/corpus/sequence_labelling/chinese_pos_seg/UD2'.format(root_path)
ark_twitter_path = '{}/corpus/sequence_labelling/english_pos/ark_twitter_final_split/normalized'.format(root_path)
fjl_twitter_ner_path = '{}/corpus/sequence_labelling/english_ner/fjl_twitter_ner/normalized'.format(root_path)
clue_ner_path = '{}/corpus/sequence_labelling/chinese_ner/dataset_thuner/ner/normalized'.format(root_path)