GeorgeS2019

Results 578 comments of GeorgeS2019

# [WIP] [Quickstart: Using Chat SDK with Blazor](https://github.com/MicrosoftDocs/azure-docs/issues/102832#top) [Reference 1](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/issues/95) [Reference 2](https://sourceexample.com/i-tried-azure-static-web-apps-+-communication-services-+-blazor-+-functions-b59d4/) ![image](https://user-images.githubusercontent.com/49812372/208088562-d9c24f57-08f1-4d93-9df5-dcaf527b4396.png)

We need # [UI LIbrary for Blazor](https://azure.github.io/communication-ui-library) ## [UI LIbrary Use Cases](https://azure.github.io/communication-ui-library/?path=/docs/usecases--page) ### Chat Use Cases ### Teams Interop Use Case ### Customization ### Observability

@RamanathanChinnappan-MSFT Please create an issue [here ](https://github.com/Azure/communication) to track discussion of [Azure Communication Services SDK ](https://github.com/Azure/communication)using **[Blazor](https://github.com/Azure/Communication/issues/439#issuecomment-1354586232)**

There are **23** c# samples ![image](https://user-images.githubusercontent.com/49812372/208292547-ed44120f-a421-4132-a818-306b3cc769c9.png) https://learn.microsoft.com/en-us/samples/browse/?expanded=azure&products=azure-communication-services&languages=csharp # We need to have **Blazor samples** in the following **3** categories - [Voice and video calling sample](https://aka.ms/ACS-CallingSample) - [Chat sample](https://aka.ms/ACS-ChatSample) - [SMS...

@RamanathanChinnappan-MSFT Thinking holistic towards the lack of Blazor examples. [Voice and video calling sample](https://aka.ms/ACS-CallingSample), like many Microsoft examples, use react instead of Microsoft's NEXT GENERATION WEB technology: Blazor Instead of...

I double if Spacy would handle this way, I am simply curious

# First thx for taking your time to provide elaborate answer. Many top tech companies are using stanza and CoreNLP. I saw the same mistake and I am here to...

thx for tips how to parse. really helpful.

> a multi-word token I have yet to appreciate the benefits of treating it as a multi-word token. So far, I only know very limited langauges.

#### Stanza I could be doing it wrong. I doubt I get start_char and end_char for "an" and "dem" ``` foreach word in sentence.words doc.sentences[idx].words() ``` ``` { "id": [...