SECOS
SECOS copied to clipboard
Conversion to python package, structure into modules, simplify language support.
First of, this looks like a great piece of work! Nicely done!
I’m working on a project where i will need to split Norwegian words ("skolebuss" (school buss) for example).
This library seems to be the only library that has been used on Norwegian (given that you have provided language files for Norwegian).
Would you be willing to allow me to contribute to this project. I want to do this:
- Package the code into a python package. (so we can use
pip install secos
for example) - Create a module so the code can be used as part of other python programs
- Make it easier to install and use the different languages.