snowballstem / snowball

Snowball compiler and stemming algorithms
https://snowballstem.org/
BSD 3-Clause "New" or "Revised" License
748 stars 173 forks source link

NEW FEATURE: Implementation for dart #156

Closed Klabauterman closed 1 year ago

Klabauterman commented 2 years ago

Hey Guys, I used this stemmer for java and now I need to use it for my flutter project. Feel free to check my implementation for dart.

ojwb commented 2 years ago

There are a couple of additional things we would really need to merge this (as noted in CONTRIBUTING.rst):

With these we can easily see if a change in the future breaks the Dart backend, which means we can have confidence that all the backends we offer actually work.

ojwb commented 2 years ago

@Klabauterman Did you see the review comments above?

ojwb commented 1 year ago

@Klabauterman Are you still interested in this PR?

It seems most of the work has already been done so it would be a real shame to have to abandon it, but it really needs someone familiar with dart to finish it off.

ojwb commented 1 year ago

@Klabauterman Final ping - the points raised above really need addressing before this can be merged.

ojwb commented 1 year ago

Hook up automated testing via CI in .travis.yml.

We've moved to github actions since travis stopped usefully supporting FOSS projects so that now needs doing in .github/workflows/ci.yml.

ojwb commented 1 year ago

This really needs some attention from someone who is familiar with Dart but sadly it seems to have been abandoned as there's been no response in nearly two years, so I'm going to close it. If anyone wishes to continue work on this speak up and we can reopen.

I've also emailed the list: https://lists.tartarus.org/pipermail/snowball-discuss/2023-September/001756.html