Skip to main content

Domain-specific Natural Language Processing with exciton

Project description

Exciton NLP - A tool for natural language processing

Exciton NLP is designed and maintained by ExcitonX for different NLP tasks, including multilingual classification, NER, translation, etc.

Installation

Use pip to install exciton. Run:

pip install -U exciton

Usage


from exciton.nlp.translation import M2M100

model = M2M100(model="m2m100_1.2b", device="cuda")
source = [
    {"id": 1, "source": "I love you!", "source_lang": "en", "target_lang": "zh"},
    {"id": 2, "source": "我爱你!", "source_lang": "zh", "target_lang": "en"}
]
results = model.predict(source)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

exciton-1.7.0-py3-none-any.whl (57.7 kB view details)

Uploaded Python 3

File details

Details for the file exciton-1.7.0-py3-none-any.whl.

File metadata

  • Download URL: exciton-1.7.0-py3-none-any.whl
  • Upload date:
  • Size: 57.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for exciton-1.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fa301e112f7aef04c1b5c803ab2fea00c3d2639e78a81bb261e187d65c8bb279
MD5 5acaa6ac11946fc211f1246f705dcb03
BLAKE2b-256 cb596e154d982a9394b65feb1683e0b7d8c27e2556ac81dda241aa41c64c768e

See more details on using hashes here.

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