I think that is Latin like Cum Laude
I don't know the actual method call to generate text, but you could
just gsub it out.
Faker::Lorem.generate.gsub("cum", "")
You could just write a method that does that and call it clean so you
could say
Faker::Lorem.clean