메소드 | 설명 | |
---|---|---|
createMatchWord ( $word ) | convert search words into ngram favored search words | |
toNgram ( $str, $n = 2 ) | * Convert String into N-Gramed string |
메소드 | 설명 | |
---|---|---|
removeMarkdown ( $str ) | remove markdown from given string | |
stripCrLf ( $str ) | remove all cr+lf from given string |
public static createMatchWord ( $word ) |