jeanpoll
commited on
Commit
·
b28d090
1
Parent(s):
af42be6
minor modif in readme
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ nlp("I am going to buy 100 shares of cake tomorrow")
|
|
38 |
'start': 32,
|
39 |
'end': 36}]
|
40 |
|
41 |
-
nlp("I am going to eat cake tomorrow")
|
42 |
[]
|
43 |
|
44 |
|
@@ -50,9 +50,9 @@ nlp("I am going to eat cake tomorrow")
|
|
50 |
|
51 |
|
52 |
```
|
53 |
-
precision: 0.
|
54 |
-
recall: 0.
|
55 |
-
f1: 0.
|
56 |
|
57 |
```
|
58 |
|
|
|
38 |
'start': 32,
|
39 |
'end': 36}]
|
40 |
|
41 |
+
nlp("I am going to eat a cake tomorrow")
|
42 |
[]
|
43 |
|
44 |
|
|
|
50 |
|
51 |
|
52 |
```
|
53 |
+
precision: 0.914157
|
54 |
+
recall: 0.788824
|
55 |
+
f1: 0.846878
|
56 |
|
57 |
```
|
58 |
|