Skip to main content

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

MIT

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

llck-0.1.2.tar.gz (2.0 kB view hashes)

Uploaded Source

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