@@ -98,4 +98,10 @@ The function takes a list of strings in Latin and returns a list of lemmas for t
`stopwords`: list of words to be removed
**Example for use**: `wordvec_001.py`, to create a txt file required for word vector calculations with `fasttext`
\ No newline at end of file
**Example for use**: `wordvec_001.py`, to create a txt file required for word vector calculations with `fasttext`
### 5. `tmp_download(url)`
The function downloads a file from an online repository to the system's temporary folder `\tmp`. It takes the URL of the file in the repository as an input and returns a temporary path on the local machine where the file is downloaded.
**Example for use**: `wordvec_xx.py`, to download and load word vector models for the fasttext module.