Task: get information (number of occurrences found) on different regex combinations for searching CroALa (e. g. Amazonid.., Amazonid…, Amazonid…., Amazonid*).
Prepare a list of Latin words
Stem the list
Prepare stems for orthographical variation (PhiloLogic's crapser)
Prepare a set of regexes for each stem
Send variant regexes as queries to PhiloLogic
Get results, turn them into a CSV file (search string, number of occurrences)
Create a
HTML table, each result in a separate row