* Wildcard Examples:
aso = show the frequency count for the exact match word "aso".
*aso* = show all matching words that have the string "aso" anywhere in them.
ikina* = show all matching words beginning with "ikina."
*galak = show all matching words ending with "galak".
*na*ga* = show all matching words that have both: "na" somewhere in the word, and "ga" somewhere in the word after "na".
U/O and I/E Examples:
bato/uhan = show matching words for "batohan" and/or "batuhan".
*bato/u* = show all matching words that have the string "bato" or "batu" anywhere in them.
*babae/i* = show all matching words that have "babae" or "babai" in them.
[x] close