Skip to main content

No project description provided

Project description

client.marian

A client for interacting with Marian-NMT websocket server (see MarianNMT).

Usage

from marian_client import MarianClient

host = "0.0.0.0" 
port = "5000"

mc = MarianClient(PORT=port, HOST=host)

tokenized_sentence = "Alice like cats ."

success, corrected_sentence, error_info = mc(tokenized_sentence)

if success:
    print(corrected_sentence)
else:
    print(f"Call to MarianClient failed with error code {error_info[0]} and message {error_info[1]}")

Installation

pip install marian-client

License

Unlicensed.

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

marian-client-0.5.0.tar.gz (2.4 kB view details)

Uploaded Source

File details

Details for the file marian-client-0.5.0.tar.gz.

File metadata

  • Download URL: marian-client-0.5.0.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8

File hashes

Hashes for marian-client-0.5.0.tar.gz
Algorithm Hash digest
SHA256 052f95a0dbf6a92169fe79a147ac2eb96c6b7ba1c7f7bcfce9e79757bb8c4a35
MD5 55044aeb1a90c9cddeeef2c42c136da0
BLAKE2b-256 cae2511ee30fedf0e08aab87db27bd75d001a7be54cc02144b0410104e7140ca

See more details on using hashes here.

Supported by

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