diff --git a/pom.xml b/pom.xml index 9ad126b..783e9ab 100644 --- a/pom.xml +++ b/pom.xml @@ -185,9 +185,14 @@ 3.1 - com.googlecode.xmemcached -xmemcached -2.0.0 + com.googlecode.xmemcached + xmemcached + 2.0.0 + + + com.belerweb + pinyin4j + 2.5.0 diff --git a/src/main/java/com/txt/DataFormatter.java b/src/main/java/com/txt/DataFormatter.java index d3b7383..d7cee85 100644 --- a/src/main/java/com/txt/DataFormatter.java +++ b/src/main/java/com/txt/DataFormatter.java @@ -5,29 +5,8 @@ import java.util.Arrays; import org.apache.commons.io.LineIterator; -import org.apache.commons.lang.StringUtils; -import org.junit.Test; +import org.apache.commons.lang3.StringUtils; -/** - *

- * Copyright 200 by Asiainfo-Linkage Software corporation - *

- * All rights reserved. - *

- * 版权所有:亚信联创 - *

- * 未经本公司许可,不得以任何方式复制或使用本程序任何部分, - *

- * 侵权者将受到法律追究。 - * - * @PURPOSE: TODO - * @DESCRIPTION: TODO - * @AUTHOR: guozb - * @DATE: 2014-3-4 - * @VERSION PSMA - * @SINCE 1.0 - * @HISTORY: 2.0 - */ public class DataFormatter { /** * 列分隔符 diff --git a/src/main/java/com/utils/PinyinUtil.java b/src/main/java/com/utils/PinyinUtil.java index 5e9e46d..b3049fa 100644 --- a/src/main/java/com/utils/PinyinUtil.java +++ b/src/main/java/com/utils/PinyinUtil.java @@ -7,20 +7,7 @@ import org.junit.Test; -/** - *

Copyright 200 by Asiainfo-Linkage Software corporation - *

All rights reserved. - *

版权所有:亚信联创 - *

未经本公司许可,不得以任何方式复制或使用本程序任何部分, - *

侵权者将受到法律追究。 - * @PURPOSE: TODO - * @DESCRIPTION: TODO - * @AUTHOR: guozb - * @DATE: 2014-4-11 - * @VERSION PSMA - * @SINCE 1.0 - * @HISTORY: 2.0 - */ + public class PinyinUtil { @Test public void testPinyin() throws BadHanyuPinyinOutputFormatCombination{ diff --git a/target/classes/META-INF/maven/com.sean/sean-study/pom.properties b/target/classes/META-INF/maven/com.sean/sean-study/pom.properties index 6b15361..dee1145 100644 --- a/target/classes/META-INF/maven/com.sean/sean-study/pom.properties +++ b/target/classes/META-INF/maven/com.sean/sean-study/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven Integration for Eclipse -#Thu May 29 23:25:08 CST 2014 +#Thu May 29 23:32:41 CST 2014 version=0.0.1-SNAPSHOT groupId=com.sean m2e.projectName=sean-study diff --git a/target/classes/META-INF/maven/com.sean/sean-study/pom.xml b/target/classes/META-INF/maven/com.sean/sean-study/pom.xml index 9ad126b..783e9ab 100644 --- a/target/classes/META-INF/maven/com.sean/sean-study/pom.xml +++ b/target/classes/META-INF/maven/com.sean/sean-study/pom.xml @@ -185,9 +185,14 @@ 3.1 - com.googlecode.xmemcached -xmemcached -2.0.0 + com.googlecode.xmemcached + xmemcached + 2.0.0 + + + com.belerweb + pinyin4j + 2.5.0 diff --git a/target/classes/com/txt/CmTxtProcess.class b/target/classes/com/txt/CmTxtProcess.class new file mode 100644 index 0000000..98d9153 Binary files /dev/null and b/target/classes/com/txt/CmTxtProcess.class differ diff --git a/target/classes/com/txt/DataFormatter.class b/target/classes/com/txt/DataFormatter.class new file mode 100644 index 0000000..bd313b8 Binary files /dev/null and b/target/classes/com/txt/DataFormatter.class differ diff --git a/target/classes/com/txt/IDFCount.class b/target/classes/com/txt/IDFCount.class new file mode 100644 index 0000000..1c58491 Binary files /dev/null and b/target/classes/com/txt/IDFCount.class differ diff --git a/target/classes/com/txt/IDFThread.class b/target/classes/com/txt/IDFThread.class new file mode 100644 index 0000000..e234a7a Binary files /dev/null and b/target/classes/com/txt/IDFThread.class differ diff --git a/target/classes/com/utils/PinyinUtil.class b/target/classes/com/utils/PinyinUtil.class new file mode 100644 index 0000000..9fc869f Binary files /dev/null and b/target/classes/com/utils/PinyinUtil.class differ