PHP 클래스 Owl\Libraries\FtsUtils

파일 보기 프로젝트 열기: owl/owl 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

createMatchWord() 공개 정적인 메소드

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

toNgram() 공개 정적인 메소드

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