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

com.github.houbb.chinese.phrase.constant.ChinesePhraseConst Maven / Gradle / Ivy

package com.github.houbb.chinese.phrase.constant;

/**
 * @author binbin.hou
 * @since 0.0.1
 */
public class ChinesePhraseConst {

    private ChinesePhraseConst(){}

    /**
     * 词组近义词索引路径
     * @since 0.0.3
     */
    public static final String LIKELY_PATH = "/chinese_phrase_likely.txt";

    /**
     * 词组近义词索引路径
     * @since 0.0.3
     */
    public static final String LIKELY_INDEX_PATH = "/chinese_phrase_likely_index.txt";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy