As per redmine#687
issue992 | ||
issue1000 | ||
scripts | ||
src | ||
.gitignore | ||
README.md | ||
run.sh.example | ||
slim_sskj.py |
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:
sudo mkdir /mnt/tmp
sudo mount -t tmpfs tmpfs /mnt/tmp
If running on big corpuses (ie. Gigafida have database in RAM):
sudo mount -t tmpfs tmpfs /mnt/tmp
sudo mount -o remount,size=110G,noexec,nosuid,nodev,noatime /mnt/tmp