2020-08-20 16:13:22 +02:00
2020-07-24 10:00:12 +02:00
2020-03-02 19:13:19 +01:00
2020-08-20 16:13:22 +02:00
2020-07-24 10:06:54 +02:00
2020-08-20 16:13:22 +02:00
2019-06-08 10:20:53 +02:00

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
Description
As per redmine#687
Readme 379 KiB
Languages
Python 100%