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

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

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

import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;


/**
 * Created by xschen on 9/9/15.
 */
public interface Document {

    Map indexedWordCount();
    List wordIndices();
    int docIndex();
    String content();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy