Fix up Javadoc
This commit is contained in:
parent
fb96d22dec
commit
e809c707ff
@ -64,8 +64,8 @@ public class NGramFingerprintKeyer extends FingerprintKeyer {
|
|||||||
/**
|
/**
|
||||||
* Generate a stream of sorted unique character N-grams from a string
|
* Generate a stream of sorted unique character N-grams from a string
|
||||||
*
|
*
|
||||||
* @param String to generate N-grams from
|
* @param s String to generate N-grams from
|
||||||
* @param number of characters per N-gram
|
* @param size number of characters per N-gram
|
||||||
* @return a stream of sorted unique N-gram Strings
|
* @return a stream of sorted unique N-gram Strings
|
||||||
*/
|
*/
|
||||||
protected Stream<String> sorted_ngrams(String s, int size) {
|
protected Stream<String> sorted_ngrams(String s, int size) {
|
||||||
|
Loading…
Reference in New Issue
Block a user