
com.github.houbb.segment.constant.SegmentConst Maven / Gradle / Ivy
package com.github.houbb.segment.constant;
/**
* 分词常量
* @author binbin.hou
* @since 0.0.1
*/
public final class SegmentConst {
private SegmentConst(){}
/**
* 分词发射概率路径
* @since 0.1.2
*/
public static final String SEGMENT_EMIT_PROB_PATH = "/segment_emit_prob.txt";
/**
* 分词中文繁体转简体路径
* @since 0.1.2
*/
public static final String SEGMENT_CHINESE_TS_CHAR_PATH = "/segment_chinese_ts_char.txt";
/**
* 是否为结束的标识
* @since 0.0.1
*/
public static final String IS_END = "ED";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy