File size: 862 Bytes
6c91439
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
French NER model for tweets. Fine-tuned on the CAP2017 dataset. 

label_list = ['O',
                 'B-person',
                 'I-person',
                 'B-musicartist',
                 'I-musicartist',
                 'B-org',
                 'I-org',
                 'B-geoloc',
                 'I-geoloc',
                 'B-product',
                 'I-product',
                 'B-transportLine',
                 'I-transportLine',
                 'B-media',
                 'I-media',
                 'B-sportsteam',
                 'I-sportsteam',
                 'B-event',
                 'I-event',
                 'B-tvshow',
                 'I-tvshow',
                 'B-movie',
                 'I-movie',
                 'B-facility',
                 'I-facility',
                 'B-other',
                 'I-other']