PHP Class Owl\Libraries\FtsUtils

Afficher le fichier Open project: owl/owl Class Usage Examples

Méthodes publiques

Méthode Description
createMatchWord ( $word ) convert search words into ngram favored search words
toNgram ( $str, $n = 2 ) * Convert String into N-Gramed string

Private Methods

Méthode Description
removeMarkdown ( $str ) remove markdown from given string
stripCrLf ( $str ) remove all cr+lf from given string

Method Details

createMatchWord() public static méthode

convert search words into ngram favored search words
public static createMatchWord ( $word )

toNgram() public static méthode

* Convert String into N-Gramed string
public static toNgram ( $str, $n = 2 )