Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,10 @@ tags:
|
|
12 |
---
|
13 |
|
14 |
## Installation
|
|
|
|
|
|
|
|
|
15 |
- Install `sentence-transformers` (recommend):
|
16 |
|
17 |
- `pip install sentence-transformers`
|
@@ -19,10 +23,6 @@ tags:
|
|
19 |
- Install `transformers` (optional):
|
20 |
|
21 |
- `pip install transformers`
|
22 |
-
|
23 |
-
- Install `pyvi` to word segment:
|
24 |
-
|
25 |
-
- `pip install pyvi`
|
26 |
|
27 |
## Pre-processing
|
28 |
|
|
|
12 |
---
|
13 |
|
14 |
## Installation
|
15 |
+
- Install `pyvi` to word segment:
|
16 |
+
|
17 |
+
- `pip install pyvi`
|
18 |
+
|
19 |
- Install `sentence-transformers` (recommend):
|
20 |
|
21 |
- `pip install sentence-transformers`
|
|
|
23 |
- Install `transformers` (optional):
|
24 |
|
25 |
- `pip install transformers`
|
|
|
|
|
|
|
|
|
26 |
|
27 |
## Pre-processing
|
28 |
|