mirror of https://github.com/apache/lucene.git
LUCENE-5699 - fixed javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619933 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b7440ac9ea
commit
ca74c147c6
|
@ -221,7 +221,7 @@ public class SimpleNaiveBayesClassifier implements Classifier<BytesRef> {
|
|||
* tokenize a <code>String</code> on this classifier's text fields and analyzer
|
||||
*
|
||||
* @param doc the <code>String</code> representing an input text (to be classified)
|
||||
* @return
|
||||
* @return a <code>String</code> array of the resulting tokens
|
||||
* @throws IOException
|
||||
*/
|
||||
protected String[] tokenizeDoc(String doc) throws IOException {
|
||||
|
|
Loading…
Reference in New Issue