You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							|  | compoundwords controlled Z
prefixes
flag *B:
	.       >   RE      # As in enter > reenter
flag U:
    .       >   UN      # As in natural > unnatural
suffixes
flag *J:
	[^E]    >   INGS        # As in cross > crossings
flag *G:
	[^E]    >   ING     # As in cross > crossing
flag *S:
	[^SXZHY]    >   S       # As in bat > bats
flag *A:
	[^AEIOU]Y   >   -Y,IES      # As in imply > implies
flag ~\\:
	[^Y]        >   Y              #~ advarsel > advarsely-
 |