Skip to content

lingorithm/llck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Lingorithm Language Core Kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages