Why does query 1 not return the same items as query 2? Effectively, it works the same as query 4.
MySQL Server version: 5.1.73-log Source distribution
mysql client Ver 14.14 Distrib 5.7.22, for Linux (x86_64) using EditLine wrapper
#!/usr/bin/perl | |
use strict; | |
use Util::JSON; | |
use Data::Dumper; | |
$Data::Dumper::Indent= 1; | |
use FileHandle; |
#!/usr/bin/perl | |
use strict; | |
use LWP::Simple; | |
use Data::Dumper; | |
$Data::Dumper::Indent= 1; | |
use FileHandle; |
hack….
see
The original dataset contained 4005 aligned items from the english and german wiktionary (from 2011-xx-xx).
4002 can still be machted with a dump from 2017-01-xx)
$ ./t1.pl
*.csv | |
*.sql |
IBM packages can be found here:
Apparently, two symbols are now missing, these two patches helped me.
#!/usr/bin/perl | |
use strict; | |
use JSON; | |
my @out=(); | |
FILE: foreach my $file (@ARGV) | |
{ | |
my $json; |
dump/ | |
201?????T??????.zip |
test sort function