Update README
Browse files
README.md
CHANGED
@@ -20,6 +20,12 @@ To use the Spanish model use the TrueCase.py file uploaded to this repository
|
|
20 |
|
21 |
https://huggingface.co/HURIDOCS/spanish_truecasing/blob/main/TrueCaser.py
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
from TrueCaser import TrueCaser
|
24 |
|
25 |
model_path = "spanish.dist"
|
|
|
20 |
|
21 |
https://huggingface.co/HURIDOCS/spanish_truecasing/blob/main/TrueCaser.py
|
22 |
|
23 |
+
Install the requirements:
|
24 |
+
|
25 |
+
pip install nltk
|
26 |
+
|
27 |
+
And ready to work:
|
28 |
+
|
29 |
from TrueCaser import TrueCaser
|
30 |
|
31 |
model_path = "spanish.dist"
|