burki

Results 8 issues of burki

The previous regular expression (/[\x00-\x1F\x80-\xFF]/) removed valid accents from the response such as the é in Tony Salamé

``` python -m strephit commons pos_tag -t nltk samples/corpus.jsonlines bio en ``` breaks with an error ``` TypeError: tag_many() takes at most 3 arguments (5 given) ``` since the signature...

Consistently use Guzzle7 throughout the example

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no Currently you...

Feature Request

Hi In the function private function getRegionCodeForNumberFromRegionList in PhoneNumberUtil.php $metadata = $this->getMetadataForRegion($regionCode); returns null for $regionCode = 'US'; Changing the code in private function init($filePrefix) { to $idx_region_code_non_geo_entity = array_search(self::REGION_CODE_FOR_NON_GEO_ENTITY,...

The replacement in isNumberMatchingDesc ``` $nationalNumberPatternMatcher = preg_match($pattern = '/^' . str_replace(array(PHP_EOL, ' '), '', $numberDesc->getNationalNumberPattern()) . '$/', $nationalNumber); ``` fails on Windows Systems where PHP_EOL is \r\n since the...

| Q | A | ------------- | --- | Branch? | "master" | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? |...

Address deprecation notices in PHP 8.4