-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversion to python package, structure into modules, simplify language support. #1
Comments
Hi Ole,
I think this would be a great contribution for the SECOS tool. As the
project is open source (permissive Apache ASL 2.0 license), there are no
restrictions license-wise and furthermore there are no restrictions from my
side to better distribute the source code.
So thanks for your efforts!
Best,
Martin
…On 28 February 2018 at 15:12, Ole Henrik Skogstrøm ***@***.*** > wrote:
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:
1. Package the code into a python package. (so we can use pip install
secos for example)
2. Create a module so the code can be used as part of other python
programs
3. Make it easier to install and use the different languages.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANikVMrlJ01sSLIqyiD7QqAPkPApO9Zgks5tZV7TgaJpZM4SWtz8>
.
|
Perfect! I will try to get this done within a month, depending on my workload on my current project. |
Hello, First of all, sorry for digging up this old topic. I have made a fork to patch SECOS into an actual Python package. I cleaned up the example scripts to maximize code reuse. I also used that opportunity to do the following tasks:
The minimum required version for this package is Python 3.7 because of the use of dataclasses. Although that could be changed by writing the needed boilerplate manually, it would still require Python 3.5+ for typing annotations. Are you interested in merging this into your repository? It could benefit from a review to make sure I did not break anything in the process, although I did verify that the Do note that the |
Hi, Thanks a lot and all the best, |
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:
pip install secos
for example)The text was updated successfully, but these errors were encountered: