laurievb commited on
Commit
cc5a33a
1 Parent(s): 9c82414

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 `openlid.clean_text()` prior to classification (available in this repository):
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