com.github.chen0040.plsa.Tokenizer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-plsa Show documentation
Show all versions of java-plsa Show documentation
Java implementation of probabilistic latent semantic analysis (pLSA)
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