On Sun, Apr 29, 2012 at 3:52 AM, Łukasz Czyż
<lukasz.czyzz@gmail.com> wrote:
Hello All!
Is that possible to get list containing all Wiktionary words of given
language through API? I have been looking on api documentation for
this but found no solution.
Hi Łukasz,
It's not split by language yet, but that would be really easy to do (in a Unix shell, just "cat enwikt-defs-latest-all.tsv.gz | grep $'^French\t').
Let me know if that's useful.
Conrad