The number of test users in PAN 2017 Author Profiling

24 views
Skip to first unread message

Yasuhide Miura

unread,
May 9, 2017, 9:05:30 AM5/9/17
to PAN Workshop Series on Digital Text Forensics
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
Reply all
Reply to author
Forward
0 new messages