All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.chen0040.data.text.Tokenizer Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package com.github.chen0040.data.text;

import java.util.List;


/**
 * Created by xschen on 9/10/15.
 */
public interface Tokenizer {
    List tokenize(String text);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy