Hello, In the context of the rewriting of a Swift / MacOS application to C# / .NET Core, that extensively uses the Apple NLP Framework tokenization API https://developer.apple.com/documentation/naturallanguage, I was looking for similar API in Azure Cognitive Services. In the following documentation, the Azure Linguistic Analysis API are mentioned in the "Low-level natural language processing capabilities": https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/natural-language-processing. I don't find them in any Azure Cognitive Services API. Where have they gone? What would be alternative solutions for such a requirements (string tokenization with sentence / paragraph recognition), knowing that some documents will be previously processed by OCR? Regards, Jean-Baptiste.