You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There is currently no way to filter Gen's results. This should be added via filtering.
Describe the solution you'd like
Add the ability to use ^ carets to filter certain results. For example, if V is a subpattern a/i/u, the pattern [VV]^aa^ii^uu would produce the results ai au ia iu ua ui but never any of aa ii uu.
Additional context
You can find the instructions for using this feature within Awkwords in its help file.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There is currently no way to filter Gen's results. This should be added via filtering.
Describe the solution you'd like
Add the ability to use
^
carets to filter certain results. For example, ifV
is a subpatterna/i/u
, the pattern[VV]^aa^ii^uu
would produce the resultsai au ia iu ua ui
but never any ofaa ii uu
.Additional context
You can find the instructions for using this feature within Awkwords in its help file.
The text was updated successfully, but these errors were encountered: