Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,29 @@
|
|
1 |
-
NER model for
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
French NER model for tweets. Fine-tuned on the CAP2017 dataset.
|
2 |
+
|
3 |
+
label_list = ['O',
|
4 |
+
'B-person',
|
5 |
+
'I-person',
|
6 |
+
'B-musicartist',
|
7 |
+
'I-musicartist',
|
8 |
+
'B-org',
|
9 |
+
'I-org',
|
10 |
+
'B-geoloc',
|
11 |
+
'I-geoloc',
|
12 |
+
'B-product',
|
13 |
+
'I-product',
|
14 |
+
'B-transportLine',
|
15 |
+
'I-transportLine',
|
16 |
+
'B-media',
|
17 |
+
'I-media',
|
18 |
+
'B-sportsteam',
|
19 |
+
'I-sportsteam',
|
20 |
+
'B-event',
|
21 |
+
'I-event',
|
22 |
+
'B-tvshow',
|
23 |
+
'I-tvshow',
|
24 |
+
'B-movie',
|
25 |
+
'I-movie',
|
26 |
+
'B-facility',
|
27 |
+
'I-facility',
|
28 |
+
'B-other',
|
29 |
+
'I-other']
|