tagqueueelem.java

来自「基于中科院的ICTCLAS实现中文分词系统 开发工具是JAVA.经测试,效果很好」· Java 代码 · 共 13 行

JAVA
13
字号
package com.gftech.ictclas4j.segment;
 

public class TagQueueElem {
	int nParent;// the weight

	int nIndex;// number of index in the parent node

	double eWeight;// the weight of last path

	TagQueueElem next;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?