aboutsummaryrefslogtreecommitdiff
path: root/dicts/czech-wordnet.pl
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-07-07 12:15:37 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-07-07 12:15:37 +0200
commitf94bb7709138df14be62198c56071d36aeb685cb (patch)
tree4c6856c97ddf9e084d10ed2518f0d7f12d63831b /dicts/czech-wordnet.pl
parentd3cfb12e1610d874e5abefcc1e4fc0aa49364270 (diff)
downloadtdv-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-xdicts/czech-wordnet.pl2
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 $!;