mirror of https://github.com/apache/lucene.git
javadoc is historicly very finicky about relative names in @link tags when the name doesn't resolve in the class hierarchy at the current accesse level (ie: even if a class is in the same package, an @link to it's short namewon't resolve if it's not actaully part of a signature for a method/field being documented)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808427 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9eb6986ce7
commit
6b2eae0b5a
|
@ -20,6 +20,7 @@ package org.apache.lucene.analysis.ru;
|
|||
import org.apache.lucene.analysis.TokenFilter;
|
||||
import org.apache.lucene.analysis.TokenStream;
|
||||
import org.apache.lucene.analysis.tokenattributes.TermAttribute;
|
||||
import org.apache.lucene.analysis.ru.RussianStemmer;//javadoc @link
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ import java.util.List;
|
|||
import org.apache.lucene.analysis.cn.smart.CharType;
|
||||
import org.apache.lucene.analysis.cn.smart.Utility;
|
||||
import org.apache.lucene.analysis.cn.smart.WordType;
|
||||
import org.apache.lucene.analysis.cn.smart.hhmm.PathNode;//javadoc @link
|
||||
|
||||
/**
|
||||
* Finds the optimal segmentation of a sentence into Chinese words
|
||||
|
|
Loading…
Reference in New Issue