Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ This version has been trained on the **various Korean NER** dataset (Research pu
|
|
| 21 |
## Installation
|
| 22 |
To use this model, you must install the Korean fork of GLiNER Python library and mecab-ko:
|
| 23 |
```
|
| 24 |
-
!pip install
|
| 25 |
!pip install python-mecab-ko
|
| 26 |
```
|
| 27 |
|
|
|
|
| 21 |
## Installation
|
| 22 |
To use this model, you must install the Korean fork of GLiNER Python library and mecab-ko:
|
| 23 |
```
|
| 24 |
+
!pip install gliner
|
| 25 |
!pip install python-mecab-ko
|
| 26 |
```
|
| 27 |
|