Skip to main content

No project description provided

Project description

# ambiverse-client

[![](https://img.shields.io/badge/project-Risklio-green.svg?style=flat-square)](https://risklio.com/)

**Note:** This client is not affiliated with Ambiverse or the Max-Planck-Institute.

## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [License](#license)

## Install

Install with pip:

```sh
pip install ambiverse-client
```

## Usage

### KnowledgeGraph Client

```py
from ambiverseclient.clients import KnowledgeGraph

kg = KnowledgeGraph(API_ENDPOINT_HOST, port=API_ENDPOINT_PORT)
entity_list = ["http://www.wikidata.org/entity/Q104493", "http://www.wikidata.org/entity/Q103968"]
result = kg.entities(entity_list)
```

### AmbiverseNLU Client

```py
from ambiverseclient.clients import AmbiverseNLU

ac = AmbiverseNLU(API_ENDPOINT_HOST, port=API_ENDPOINT_PORT)
request_doc = AnalyzeInput(docId="test", language="en")
request_doc.text = """Brexit: UBS to move London jobs to Europe as lack of transition deal forces 'significant changes'
Swiss banking giant expects to merge UK entity with its German-headquartered European ..."""
ac.analyze(inp)
```

## License

This code is distributed under the terms of the GPLv3 license. Details can be found in the file
[LICENSE](LICENSE) in this repository.

## Package Author
Linus Kohl, <linus@riskl.io>


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ambiverseclient-0.1.tar.gz (17.7 kB view hashes)

Uploaded Source

Built Distribution

ambiverseclient-0.1-py3-none-any.whl (18.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page