赞
踩
package com.mycompany.mavenproject1;
import java.util.List;
import org.apdplat.word.WordSegmenter;
import org.apdplat.word.segmentation.Word;
public class NewClass {
public static void main(String[] args) throws Exception {
List<Word> words = WordSegmenter.seg("杨尚川是APDPlat应用级产品开发平台的作者杨尚川是APDPlat应用级产品开发平台的作者");
System.out.println(words);
}
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。