release branch 0.0.3

This commit is contained in:
binbin.hou
2020-01-08 21:10:49 +08:00
parent f673cc32cf
commit 0f9d2bece6
9 changed files with 34 additions and 8 deletions

View File

@@ -23,6 +23,6 @@ public final class AppConst {
* 字典的大小
* @since 0.0.1
*/
public static final int DICT_SIZE = 183836;
public static final int DICT_SIZE = 66337;
}

Binary file not shown.

View File

@@ -16,6 +16,7 @@ import java.util.List;
* @author binbin.hou
* @since 0.0.1
*/
@Ignore
public class DataInitTest {
@Test

View File

@@ -17,6 +17,7 @@ import java.util.List;
* @author binbin.hou
* @since 0.0.3
*/
@Ignore
public class DictSlimTest {
/**

View File

@@ -17,6 +17,7 @@ import java.util.List;
* @author binbin.hou
* @since 0.0.3
*/
@Ignore
public class StopWordTest {
/**