tagarraychain.java
来自「基于中科院的ICTCLAS实现中文分词系统 开发工具是JAVA.经测试,效果很好」· Java 代码 · 共 20 行
JAVA
20 行
package com.gftech.ictclas4j.segment;
public class TagArrayChain {
// row and column
int col;
int row;
double value;// The value of the array
int nPOS;
int nWordLen;
byte[] sWord;
// The possible POS of the word related to the segmentation graph
TagArrayChain next;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?