alierenak commited on
Commit
9f8b7b3
1 Parent(s): b596c90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -19
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-LOC',
31
- 'score': 0.7278721,
32
  'index': 1,
33
  'word': 'Türkiye',
34
  'start': 0,
35
  'end': 7},
36
- {'entity': 'B-LOC',
37
- 'score': 0.99936575,
38
  'index': 5,
39
  'word': 'Ankara',
40
  'start': 21,
41
  'end': 27},
42
- {'entity': 'B-PER',
43
- 'score': 0.99717927,
44
- 'index': 11,
45
  'word': 'Mustafa',
46
- 'start': 53,
47
- 'end': 60},
48
- {'entity': 'I-PER',
49
- 'score': 0.9872667,
50
- 'index': 12,
51
  'word': 'Kemal',
52
- 'start': 61,
53
- 'end': 66},
54
- {'entity': 'I-PER',
55
- 'score': 0.9973297,
56
- 'index': 13,
57
  'word': 'Atatürk',
58
- 'start': 67,
59
- 'end': 74}]
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