package com.kennycason.kumo.nlp.normalize; /** * Created by kenny on 7/1/14. */ public interface Normalizer { String normalize(String text); }