BMDMSoundex icon indicating copy to clipboard operation
BMDMSoundex copied to clipboard

Beider-Morse + Daitch-Mokotoff Phonetic Matching (soundex) Algorithm

Results 5 BMDMSoundex issues
Sort by recently updated
recently updated
newest added

Version 2 NullHandler does not accept setFormatter(), $handler must be instanceof Monolog\Handler\FormattableHandlerInterface I placed $handler->setFormatter($formatter) in this conditions: ` if (Logger::API === 1) { $handler->setFormatter($formatter); } elseif (Logger::API === 2...

hi, running the examples the following warning is returned: `PHP Warning: count(): Parameter must be an array or an object that implements Countable in /workspace/vendor/dautkom/bmdm/library/BeiderMorse.php on line 321` This could...

Add Lithuanian language to the library. Also provide necessary files for BMPM procedural version.

enhancement

To avoid parsing the excessive amount of rulesets upon recognition state, it would be useful to pass the predefined language name or list before processing. Original procedural BMPM approach: ```...

enhancement

This code causes a very long loop, which might be a major problem for real time systems: ``` php $phonetic = Phonetic::app()->run(); $phonetic->BMSoundex->getPhoneticKeys("الفندقومية"); ``` It took me 383 seconds to...

bug