Update README.md
Browse files
README.md
CHANGED
@@ -27,36 +27,36 @@ ner_pipeline("Türkiye'nin başkenti Ankara, ilk cumhurbaşkanı Mustafa Kemal A
|
|
27 |
|
28 |
# RESULT
|
29 |
```bash
|
30 |
-
[{'entity': 'B-
|
31 |
-
'score': 0.
|
32 |
'index': 1,
|
33 |
'word': 'Türkiye',
|
34 |
'start': 0,
|
35 |
'end': 7},
|
36 |
-
{'entity': 'B-
|
37 |
-
'score': 0.
|
38 |
'index': 5,
|
39 |
'word': 'Ankara',
|
40 |
'start': 21,
|
41 |
'end': 27},
|
42 |
-
{'entity': 'B-
|
43 |
-
'score': 0.
|
44 |
-
'index':
|
45 |
'word': 'Mustafa',
|
46 |
-
'start':
|
47 |
-
'end':
|
48 |
-
{'entity': 'I-
|
49 |
-
'score': 0.
|
50 |
-
'index':
|
51 |
'word': 'Kemal',
|
52 |
-
'start':
|
53 |
-
'end':
|
54 |
-
{'entity': 'I-
|
55 |
-
'score': 0.
|
56 |
-
'index':
|
57 |
'word': 'Atatürk',
|
58 |
-
'start':
|
59 |
-
'end':
|
60 |
```
|
61 |
|
62 |
# BENCHMARKING
|
|
|
27 |
|
28 |
# RESULT
|
29 |
```bash
|
30 |
+
[{'entity': 'B-LOCATION',
|
31 |
+
'score': 0.9966415,
|
32 |
'index': 1,
|
33 |
'word': 'Türkiye',
|
34 |
'start': 0,
|
35 |
'end': 7},
|
36 |
+
{'entity': 'B-LOCATION',
|
37 |
+
'score': 0.99456763,
|
38 |
'index': 5,
|
39 |
'word': 'Ankara',
|
40 |
'start': 21,
|
41 |
'end': 27},
|
42 |
+
{'entity': 'B-PERSON',
|
43 |
+
'score': 0.9958741,
|
44 |
+
'index': 9,
|
45 |
'word': 'Mustafa',
|
46 |
+
'start': 47,
|
47 |
+
'end': 54},
|
48 |
+
{'entity': 'I-PERSON',
|
49 |
+
'score': 0.98833394,
|
50 |
+
'index': 10,
|
51 |
'word': 'Kemal',
|
52 |
+
'start': 55,
|
53 |
+
'end': 60},
|
54 |
+
{'entity': 'I-PERSON',
|
55 |
+
'score': 0.9837286,
|
56 |
+
'index': 11,
|
57 |
'word': 'Atatürk',
|
58 |
+
'start': 61,
|
59 |
+
'end': 68}]
|
60 |
```
|
61 |
|
62 |
# BENCHMARKING
|