PHP 클래스 TextStatisticsKiplingIf

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: nystudio107/seomatic

보호된 프로퍼티들

프로퍼티 타입 설명
$TextStatistics Manually Calculated Scores -------------------------------------------------------- Flesch-Kincaid Reading Ease (206.835 - (1.015 * (word_count / sentence_count)) - (84.6 * (syllableCount / word_count))) = -187.47239726027397260273972602738 Flesch-Kincaid Grade Level ((0.39 * (word_count / sentence_count)) + (11.8 * (syllableCount / word_count)) - 15.59) = 111.9489041095890410958904109589 Gunning-Fog Score (((word_count / sentence_count) + (100 * (long_word_count / word_count ))) * 0.4) = 117.48493150684931506849315068493 Coleman-Liau Index ((5.89 * (letter_count / word_count)) - (0.3 * (sentence_count / word_count)) - 15.8) = 6.8916095890410958904109589041096 SMOG Index (1.043 * sqrt((long_word_count * (30 / sentence_count)) + 3.1291)) = 14.114418454399741934838352157075 Automated Readability Index ((4.71 * (letter_count / word_count)) + (0.5 * (word_count / sentence_count)) - 21.43) = 142.7164041095890410958904109589
$strText

공개 메소드들

메소드 설명
setUp ( )
tearDown ( )
testAutomatedReadabilityIndex ( ) * Test Automated Readability Index --------------------
testColemanLiauIndex ( ) * Test Coleman Liau Index --------------------
testFleschKincaidGradeLevel ( ) * Test Flesch Kincaid Grade Level --------------------
testFleschKincaidReadingEase ( ) * Test Flesch Kincaid Reading Ease --------------------
testGunningFogScore ( ) * Test Gunning Fog Score --------------------
testKiplingSyllables ( ) * Test Syllables --------------------
testLetterCount ( ) * Test Total Letters --------------------
testSMOGIndex ( ) * Test SMOG Index --------------------
testSentenceCount ( ) * Test Sentences --------------------
testSyllableCount ( ) * Test Total Syllables --------------------
testTextLengthCheck ( ) * Test Letter Count --------------------
testWordCount ( ) * Test Words --------------------

메소드 상세

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

testAutomatedReadabilityIndex() 공개 메소드

* Test Automated Readability Index --------------------

testColemanLiauIndex() 공개 메소드

* Test Coleman Liau Index --------------------

testFleschKincaidGradeLevel() 공개 메소드

* Test Flesch Kincaid Grade Level --------------------

testFleschKincaidReadingEase() 공개 메소드

* Test Flesch Kincaid Reading Ease --------------------

testGunningFogScore() 공개 메소드

* Test Gunning Fog Score --------------------
public testGunningFogScore ( )

testKiplingSyllables() 공개 메소드

* Test Syllables --------------------

testLetterCount() 공개 메소드

* Test Total Letters --------------------
public testLetterCount ( )

testSMOGIndex() 공개 메소드

* Test SMOG Index --------------------
public testSMOGIndex ( )

testSentenceCount() 공개 메소드

* Test Sentences --------------------
public testSentenceCount ( )

testSyllableCount() 공개 메소드

* Test Total Syllables --------------------
public testSyllableCount ( )

testTextLengthCheck() 공개 메소드

* Test Letter Count --------------------
public testTextLengthCheck ( )

testWordCount() 공개 메소드

* Test Words --------------------
public testWordCount ( )

프로퍼티 상세

$TextStatistics 보호되어 있는 프로퍼티

Manually Calculated Scores -------------------------------------------------------- Flesch-Kincaid Reading Ease (206.835 - (1.015 * (word_count / sentence_count)) - (84.6 * (syllableCount / word_count))) = -187.47239726027397260273972602738 Flesch-Kincaid Grade Level ((0.39 * (word_count / sentence_count)) + (11.8 * (syllableCount / word_count)) - 15.59) = 111.9489041095890410958904109589 Gunning-Fog Score (((word_count / sentence_count) + (100 * (long_word_count / word_count ))) * 0.4) = 117.48493150684931506849315068493 Coleman-Liau Index ((5.89 * (letter_count / word_count)) - (0.3 * (sentence_count / word_count)) - 15.8) = 6.8916095890410958904109589041096 SMOG Index (1.043 * sqrt((long_word_count * (30 / sentence_count)) + 3.1291)) = 14.114418454399741934838352157075 Automated Readability Index ((4.71 * (letter_count / word_count)) + (0.5 * (word_count / sentence_count)) - 21.43) = 142.7164041095890410958904109589
protected $TextStatistics

$strText 보호되어 있는 프로퍼티

protected $strText