Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ The original model and training data are described in [Burchell et al. (2023)](h
|
|
29 |
|
30 |
### How to use
|
31 |
|
32 |
-
Here is how to use this model to detect the language of a given text. For best results, text should be cleaned and normalised with
|
33 |
|
34 |
```python
|
35 |
>>> import fasttext
|
|
|
29 |
|
30 |
### How to use
|
31 |
|
32 |
+
Here is how to use this model to detect the language of a given text. For best results, text should be cleaned and normalised with [openlid.clean_text()](scripts/openlid.py) prior to classification:
|
33 |
|
34 |
```python
|
35 |
>>> import fasttext
|