-
Notifications
You must be signed in to change notification settings - Fork 6
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
Tracking thread #21
Tracking thread #21
Conversation
- move stop words into a text file - extract preprocessor into separate functions - reuse already defined type aliases
I think, at most, we could add (as @xamgore suggested) the option to pass in pre-tokenized text, but in general, I think we should probably focus on just delivering the fixes we have already made at this point. Further improvements or possible alignment with LIAAD/yake can wait - I just want to make sure we do not lose all the bug fixes and improvements we have made. |
LIAAD/yake preserves the original order of candidates with the same score. Do the same.
I was hoping that would link the issues and the PR but I guess not. |
Also fix alphanum and punctuation checks that were eliminating words with hyphens.
Closed as there is just a fork of the current project. https://github.com/xamgore/yake-rust |
I don't understand. Isn't the plan to merge the fork into this project? Why close this PR? Shouldn't it be merged eventually? |
@quesurifn hello! Together with @bunny-therapist we have accomplished 1-1 implementation matching I'd like to discuss the future of this crate.
|
(Note: we don't quite have 1-1 match yet. We are just very close. :P) |
I'd like to continue to maintain it however, I likely won't be able to be super active for a while due to starting a masters program. That's said, I'd I'm completely able and willing to give you guys rights. Y'all did a great job tracking down the bugs and fixing the issues from the original version. Let me know your thoughts. |
Oh one thing you guys may not be aware of, this package is used with the JS WASM toolchain to release to NPM as well. That's also part of the equation. |
For now I've invited both of you guys to the github and only @xamgore to Crates. @bunny-therapist I'm getting a username not found error for you on crates.io. |
Is transferring is still an option? I need that to reconfigure the repo, CI/CD, to administer issues, etc. You are the first author and have the full access of course, as well as @bunny-therapist. I would keep
wish you luck 🫠 |
Thanks. I don't have a crates.io account, just a pypi account. |
@xamgore I'm open to it but would like to give it more thought. Maybe we can partner on some of that stuff and if I don't get it done in a reasonable timeframe OR it becomes a burden I'd like to do it? |
Yeah, sure! Thanks 😌 |
@bunny-therapist I believe we can continue at this repository, and delete the forks. |
I mean, we still need forks to have somewhere to make PR from? |
You may just create a feature branch and push it into this repository. After that you propose a PR from |
No description provided.