PHP Class Owl\Libraries\FtsUtils

Show file Open project: owl/owl Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

createMatchWord() public static method

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

toNgram() public static method

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