Business Entity Recognition is a set of micro-services, that provides a REST API for detecting and highlighting any type of named entity in unstructured text. This repository contains the source code of a Python client library to facilitate the use of Business Entity Recognition. The client library provides convenient methods to access the service that issue calls to the SAP AI Business Services - Business Entity Recognition REST API. In order to be able to use the library you need to have access to SAP Business Technology Platform.
Please check out the usage examples, they are very useful to get started with the service.
This library requires properly setup Python 3 environment.
This Python library should be consumed in the standard way by running
pip install sap-business-entity-recognition-client-library
or adding the library as a dependency of your code in requirements.txt file.
- Get an SAP Business Technology Plattform trial account
- Create a Business Entity Recognition service instance
Please see the issues section.
In case you would like to contribute to this project, ask any questions or get support, please open an issue containing the description of your question or planned contribution in GitHub and we will get in touch.
Copyright (c) 2021 SAP SE or an SAP affiliate company and business-entity-recognition-client-library contributors. Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.