Update README.md
Browse files
README.md
CHANGED
@@ -57,16 +57,9 @@ for token in doc:
|
|
57 |
|
58 |
### Expected Output
|
59 |
```
|
60 |
-
bosom
|
61 |
-
som
|
62 |
-
nyɛ
|
63 |
-
```
|
64 |
-
|
65 |
-
### Expected Output
|
66 |
-
```
|
67 |
-
bosom -> CN
|
68 |
-
som -> Vtr
|
69 |
-
nyɛ -> ADJ
|
70 |
```
|
71 |
|
72 |
## 🏷 Complete POS Tags Reference
|
|
|
57 |
|
58 |
### Expected Output
|
59 |
```
|
60 |
+
bosom -> N
|
61 |
+
som -> V
|
62 |
+
nyɛ -> ADV
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
```
|
64 |
|
65 |
## 🏷 Complete POS Tags Reference
|