diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-07-07 12:15:37 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-07-07 12:15:37 +0200 |
commit | f94bb7709138df14be62198c56071d36aeb685cb (patch) | |
tree | 4c6856c97ddf9e084d10ed2518f0d7f12d63831b /dicts/czech-wordnet.pl | |
parent | d3cfb12e1610d874e5abefcc1e4fc0aa49364270 (diff) | |
download | tdv-f94bb7709138df14be62198c56071d36aeb685cb.tar.gz tdv-f94bb7709138df14be62198c56071d36aeb685cb.tar.xz tdv-f94bb7709138df14be62198c56071d36aeb685cb.zip |
Reflect the recent renaming of tabfile in scripts
Diffstat (limited to 'dicts/czech-wordnet.pl')
-rwxr-xr-x | dicts/czech-wordnet.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dicts/czech-wordnet.pl b/dicts/czech-wordnet.pl index 23660e0..130e5d2 100755 --- a/dicts/czech-wordnet.pl +++ b/dicts/czech-wordnet.pl @@ -55,7 +55,7 @@ while (my ($id, $synset) = each %synsets) { # Output synsets exploded to individual words, with expanded relationships close($doc) or die $?; -open(my $tabfile, '|-', 'tabfile', 'czech-wordnet', +open(my $tabfile, '|-', 'tdv-tabfile', 'czech-wordnet', '--book-name=Czech WordNet 1.9 PDT', "--website=$base/$path", '--date=2011-01-24', '--collation=cs_CZ') or die $!; |