Update README.md
Browse files
README.md
CHANGED
@@ -63,6 +63,8 @@ A multilingual punctuation restoration model based on Gemma-3-1b
|
|
63 |
|
64 |
## Installation (Optional)
|
65 |
|
|
|
|
|
66 |
```bash
|
67 |
pip install cadence-punctuation
|
68 |
```
|
|
|
63 |
|
64 |
## Installation (Optional)
|
65 |
|
66 |
+
Python package has features such as sliding-window decoding, (rule-based) capitalisation of English text and some (rule-based) corrections for the errors made by the model.
|
67 |
+
|
68 |
```bash
|
69 |
pip install cadence-punctuation
|
70 |
```
|