Lingorithm Language Core Kit
Project description
Lingorithm Language Core Kit
This package is the core function for any NLP operation or pacakge used by lingorithm.
Installation
Use the package manager pip to install llck.
pip install llck
Usage
import llck
nlp = llck('ar', {'tokenize': 'tokenize' })
processed = nlp.process('منشار أرضيتم بالحيوة الدنيا من الأخرة')
print(processed.sentences[0].tokens)
# [منشار, أرضيتم, ب, الحيوة, الدنيا, من, الأخرة]
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
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 Distribution
llck-0.1.2.tar.gz
(2.0 kB
view details)
File details
Details for the file llck-0.1.2.tar.gz
.
File metadata
- Download URL: llck-0.1.2.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 954b19fddc9f2833667f7ac78a19bc3cedc186960a33e4e1d67636d02d5f28fd |
|
MD5 | 1fa3b0bf07d551a00964ca27e9bc70a6 |
|
BLAKE2b-256 | 736e65c8245cf7d7edff7be275dc0d3db7afcc72c10b67d41733e5923e2df095 |