Natural Language Processing by the Exciton Research
Project description
Exciton NLP - A tool for natural language processing
Exciton NLP is designed and maintained by the Exciton Research 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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
exciton-2.9.3-py3-none-any.whl
(50.3 kB
view details)
File details
Details for the file exciton-2.9.3-py3-none-any.whl.
File metadata
- Download URL: exciton-2.9.3-py3-none-any.whl
- Upload date:
- Size: 50.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea1138a6df7d96272970b5060193dba6a7409f6ac1e4301d1382b97e17d991ec
|
|
| MD5 |
bc5aed6390b27c0c49b4ee75d1f62dc6
|
|
| BLAKE2b-256 |
dc6fb10bbfbba838ba44e1d2d038ac749118d469aa01040de530bb1422126145
|