diff --git a/contrib/analyzers/smartcn/src/java/org/apache/lucene/analysis/cn/smart/hhmm/HHMMSegmenter.java b/contrib/analyzers/smartcn/src/java/org/apache/lucene/analysis/cn/smart/hhmm/HHMMSegmenter.java index 7381bf351e7..37994f88b04 100644 --- a/contrib/analyzers/smartcn/src/java/org/apache/lucene/analysis/cn/smart/hhmm/HHMMSegmenter.java +++ b/contrib/analyzers/smartcn/src/java/org/apache/lucene/analysis/cn/smart/hhmm/HHMMSegmenter.java @@ -176,7 +176,7 @@ public class HHMMSegmenter { /** * Get the character types for every character in a sentence. * - * @see Utility.charType(char) + * @see Utility#charType(char) * @param sentence input sentence * @return array of character types corresponding to character positions in the sentence */