diff options
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 $!; |