Yeah, this seems to have suffered from bitrot; I've fixed it
in SVN (r416, r417).
Thanks for checking this out.
Leslie
Thanks for the quick fix. I think I'd like to make the test download
the corpus automatically. Do you think I should use Drakma/cl-md5 or a
shell script?
--
Luís Oliveira
http://student.dei.uc.pt/~lmoliv/
> Thanks for the quick fix. I think I'd like to make the test download
> the corpus automatically. Do you think I should use Drakma/cl-md5 or a
> shell script?
I've been wondering whether we shouldn't just include it in the
repository. What do you think about that?
If we opt for automatic download a simple shell script would be best
IMO.
Leslie
Mirroring the corpus in the Google Code page sounds like a good idea.
Not sure about including it in the SVN trunk, isn't it a bit too big?
By the way, I just noticed that the test is indexing just the *.txt
files, while 99% of the corpus is contained in the *.sgm files. I've
attached a simple patch that fixes that.
> By the way, I just noticed that the test is indexing just the *.txt
> files, while 99% of the corpus is contained in the *.sgm files. I've
> attached a simple patch that fixes that.
Applied as r418, thanks.