Dear organizers,
Can I confirm the number of test users in PAN2017 Author Profiling?
We are currently testing our softwares in TIRA and realized that a software we deployed maybe processing only a subset of the test data for some reason. With the following simple test script (check-files.sh), I am currently getting 7600 users in the test data.
[check-files.sh]
#!/bin/sh
for LG in en es pt ar; do
echo $LG
ls $1/$LG | grep -c .
done
[Stdout]
/bin/bash check-files.sh /media/test-datasets/author-profiling/pan17-author-profiling-test-dataset-2017-03-16
en
2400
es
2800
pt
800
ar
1600
Best regards,
Yasuhide Miura