mirror of https://github.com/apache/lucene.git
incorrect javadoc syntax
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808428 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6b2eae0b5a
commit
2e87fb12f1
|
@ -176,7 +176,7 @@ public class HHMMSegmenter {
|
||||||
/**
|
/**
|
||||||
* Get the character types for every character in a sentence.
|
* Get the character types for every character in a sentence.
|
||||||
*
|
*
|
||||||
* @see Utility.charType(char)
|
* @see Utility#charType(char)
|
||||||
* @param sentence input sentence
|
* @param sentence input sentence
|
||||||
* @return array of character types corresponding to character positions in the sentence
|
* @return array of character types corresponding to character positions in the sentence
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue