antonkarl / icecorpus

Icelandic Treebank
https://linguist.is/wiki/
23 stars 2 forks source link

Problem with creating .psd file #343

Closed Holado closed 13 years ago

Holado commented 13 years ago

I tried to create a new .psd file but it turned out to be empty. I tried again and when I tried to do ./txt2ipsd.sh georg07 I had a number of errors, for example:

Encoding special markup ./txt2ipsd.sh: line 2: python3: command not found

Tagging using IceTagger cat: georg07.enc: No such file or directory

and then it doesn't create georg07.ipsd (the first time around I got this file, but the .psd file that came out in the end was empty). Am I doing something wrong? Hulda

antonkarl commented 13 years ago

use: "sudo apt-get install python3"

... then run it again.

Holado commented 13 years ago

It worked! Thanks!