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

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

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


import lombok.Getter;
import lombok.Setter;

import java.io.Serializable;


/**
 * Created by xschen on 11/4/15.
 */
@Getter
@Setter
public class VocabularyTableCell implements Serializable {
    private static final long serialVersionUID = 2293350262940297176L;
    private String word;
    private int wordIndex;
    private int count;
    private double topicSpecificity;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy