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.4.2-py3-none-any.whl (53.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: exciton-1.4.2-py3-none-any.whl
  • Upload date:
  • Size: 53.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.10.1 pkginfo/1.7.1 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.10

File hashes

Hashes for exciton-1.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 09b8222222856a551f2e95963e810277269a8c2b3a8c209b2f93cb481b4184ac
MD5 094eaa5c5e70bd218fb1058d08045b84
BLAKE2b-256 82126cd3e684c4f99b64b9cf8c0b99106b586ef1b6ef09a8c4567e95a0899de5

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