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

org.ansj.domain.NumNatureAttr Maven / Gradle / Ivy

There is a newer version: 5.1.6
Show newest version
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