prevsn = wordResult.get(wordResult.size() - 1);
if (Utility.isDelimiter(curWord)) {
// �����һ���ַ�Ҳ�Ƿָ���������кϲ�
if (prevsn != null && Utility.isDelimiter(prevsn.getWord())) {
prevsn.setCol(sn.getCol());
prevsn.appendWord(curWord);
continue;
} else
// 'w'*256;Set the POS with 'w'
pos = POSTag.PUNC;
} else if (curWord.length() == 1 && "����ʱ����".indexOf(curWord) != -1 || "�·�".equals(curWord)) {