To make the frequency list:
1. Make sure NKJP is located in the same directory as the scripts or a subdirectory.
2. Run parse.sh providing a file to write the output to.
3. The script doesn't account for all lemmas containing ':', it does however mark these cases by starting the lines where they occur with "ERROR".
Find these errors and fix them before proceeding.
4. Run count.sh providing the fixed file from the previous step and a file to write the output to.
e.g.
./parse.sh 'frequency raw.txt'
# fix errors
./count.sh 'frequency raw.txt' frequency.txt