NlpTools API
Class

NlpTools\Utils\VowelsAbstractFactory

abstract class VowelsAbstractFactory

Factory wrapper for Vowels

Methods

static VowelAbstractFactory factory(string $language = 'English')

Return the correct language vowel checker

isVowel($word, $index)

Check if the the letter at the given index is a vowel

Details

at line 21
static public VowelAbstractFactory factory(string $language = 'English')

Return the correct language vowel checker

Parameters

string $language

Return Value

VowelAbstractFactory

Exceptions

Exception

at line 33
abstract public isVowel($word, $index)

Check if the the letter at the given index is a vowel

Parameters

$word
$index