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

com.luna.baidu.dto.text.TextSimilarDTO Maven / Gradle / Ivy

There is a newer version: 2.1.0-RELEASE
Show newest version
package com.luna.baidu.dto.text;

/**
 * @Package: com.luna.baidu.dto.text
 * @ClassName: TextSimilarDTO
 * @Author: luna
 * @CreateTime: 2020/8/14 18:47
 * @Description:
 */
public class TextSimilarDTO {

    private String word1;

    private String word2;

    public String getWord1() {
        return word1;
    }

    public void setWord1(String word1) {
        this.word1 = word1;
    }

    public String getWord2() {
        return word2;
    }

    public void setWord2(String word2) {
        this.word2 = word2;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy