Suhas

Results 7 comments of Suhas

Same issue on Moto g5s plus , had to restart both phone and PC for it to start working

**Use this function and it'll get resolved , the problem was in upgraded version of spaCy** ``` def trim_entity_spans(data: list) -> list: """Removes leading and trailing white spaces from entity...

`re.compile` is a method of python's **re** library , it basically is used for creating a regular expression object , in this case for removing spaces

you can try granting admin consent via code - but for this you have to login as admin of the tenant ``` $appId = $newApp.AppId $token = [Microsoft.Azure.Commands.Common.Authentication.AzureSession]::Instance.AuthenticationFactory.Authenticate($context.Account, $context.Environment, $TenantId,...