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

com.github.chen0040.plsa.Tokenizer Maven / Gradle / Ivy

The newest version!
package com.github.chen0040.plsa;

import java.util.List;


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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy