20 lines
395 B
Markdown
20 lines
395 B
Markdown
# Navodila
|
|
|
|
Potrebne datoteke:
|
|
|
|
* korpus v "ssj500k obliki"
|
|
* definicije struktur
|
|
* Python 3.5+
|
|
|
|
Priporocam: pypy3 paket za hitrejse poganjanje.
|
|
|
|
Primer uporabe: `python3 wani.py ssj500k.xml Kolokacije_strukture.xml izhod.csv`
|
|
|
|
## Instructions for running on GF
|
|
|
|
Suggested running with saved mysql file in tmpfs. Instructions:
|
|
|
|
```bash
|
|
sudo mkdir /mnt/tmp
|
|
sudo mount -t tmpfs tmpfs /mnt/tmp
|
|
``` |