-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working with : abeyant , abraxas , abraxas , pipeline etc #26
Comments
`<?php $test = array(); for($i=0;$i<count($test);$i++) |
What were the results you expected?
Op vr 17 aug. 2018 16:11 schreef Manoj Prajapat <[email protected]>:
… `<?php
require_once(dirname(*FILE*) . '/classes/autoloader.php');
$syllable = new Syllable('en-us');
$syllable->setHyphen(new Syllable_Hyphen_Dash());
$test = array();
$test[] = "abeyant";
$test[] = "abradant";
$test[] = "abraxas";
$test[] ="pipeline";
$test[] ="Beautiful";
$test[] ="Engineering";
$test[] ="Doctor";
$test[] ="trade";
$test[] ="business";
for($i=0;$i<count($test);$i++)
{
$word = $test[$i];
echo $word." => ".$syllable->hyphenateText($word);
}
?>`
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAnoGEyIc-nCwXeLHCCGgPKYRdu-IVDgks5uRs79gaJpZM4WBoLw>
.
|
Thank you for your time. i think it should be = |
Would be interesting if this is due to insufficient tex language files or a bug in \Vanderlee\Syllable\Syllable::parseWord(). If the first, the names of the tex language file authors are mentioned in the file's header. |
Word => Result
abeyant => abeyant
pipeline => pipeline
abradant => abradant
abraxas => abraxas
Beautiful => Beau-ti-ful
Engineering => En-gi-neer-ing
Doctor => Doc-tor
trade => trade
business => busi-ness
The text was updated successfully, but these errors were encountered: