voc.txt was generated from a dump of the Catalan Wikipedia by the
script wikipedia-most-common-words like so:

WikiExtractor.py cawiki-latest-pages-articles.xml.bz2
cat text/*/* | ./wikipedia-most-common-words 50 latin1 > voc.txt

The dump used was dated 02-Aug-2019

output.txt was generated from voc.txt by running it through the stemmer
using the command:

stemwords -l catalan -c UTF_8 -i catalan/voc.txt -o catalan/output.txt

Wikipedia is licensed as: https://creativecommons.org/licenses/by-sa/3.0/
