====== Experiment with regex homonyms in Latin words ====== Task: get information (number of occurrences found) on different regex combinations for searching CroALa (e. g. //Amazonid.., Amazonid..., Amazonid...., Amazonid*//). ===== Steps / algorithm ===== - 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