Reflect the recent renaming of tabfile in scripts

This commit is contained in:
2023-07-07 12:15:37 +02:00
parent d3cfb12e16
commit f94bb77091
4 changed files with 4 additions and 4 deletions

View File

@@ -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 $!;