org.ansj.domain.NumNatureAttr Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ansj_seg Show documentation
Show all versions of ansj_seg Show documentation
best java chinese word seg !
package org.ansj.domain;
public class NumNatureAttr {
public static final NumNatureAttr NULL = new NumNatureAttr();
// 是有可能是一个数字
public int numFreq = -1;
// 数字的结尾
public int numEndFreq = -1;
// 最大词性是否是数字
public boolean flag = false;
public NumNatureAttr() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy