featuresx.txt 表示提取出来特征文件, weightsx.txt表示训练出来的权重,testx.txt表示测试文件的特征, resultx 为最终的结果
try1: [wordID, beforeWordID*3]
try2: [wordID, word's characteristics, beforeWordID* 3]
try3: [wordID, word's characteristics, (beforeWordID, beforeWordLabel)* 2 ]
try4: [wordID, word's characteristics, (beforeWordID, beforeWordLabel)* 3 ]
try5: [wordID, word’s characteristics, beforeWordID* 2, afterWordID*1 ]
其中 wordID表示当前词的编号,beforeWordID是当前词之前的词语编号,afterWordID是当前词之后的 词语编号,word's characteristics是当前词具有的一些特征