package wordcloud.nlp.sanitize; /** * Created by kenny on 7/1/14. */ public interface Sanitizer { String sanitize(String text); }