We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7a81c commit 1d750a9Copy full SHA for 1d750a9
src/main/java/org/wltea/analyzer/core/AnalyzeContext.java
@@ -48,7 +48,7 @@ class AnalyzeContext {
48
private static final int BUFF_EXHAUST_CRITICAL = 100;
49
50
51
- //字符窜读取缓冲
+ //字符串读取缓冲
52
private char[] segmentBuff;
53
//字符类型数组
54
private int[] charTypes;
0 commit comments