PHP Class LanguageDetector\NGramParser

Show file Open project: nystudio107/seomatic

Protected Properties

Property Type Description
$max
$mb
$min
$regex
$regex_mod

Public Methods

Method Description
__construct ( $min = 2, $max = 4, $mb = true )
get ( $raw_text, $limit )
splitText ( $text, $len = 200 )

Method Details

__construct() public method

public __construct ( $min = 2, $max = 4, $mb = true )

get() public method

public get ( $raw_text, $limit )

splitText() public method

public splitText ( $text, $len = 200 )

Property Details

$max protected property

protected $max

$mb protected property

protected $mb

$min protected property

protected $min

$regex protected property

protected $regex

$regex_mod protected property

protected $regex_mod