snowballstem / snowball

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

Stemming algorithm for Faroese #124

Closed brandurjacobsen closed 4 years ago

brandurjacobsen commented 4 years ago

Hi, I would like to contribute a stemming algorithm for Faroese. How do I get the required permissions to do a push?

Regards Brandur

ojwb commented 4 years ago

How do I get the required permissions to do a push?

The workflow is that you fork the repo to give you your own copy, commit your changes and push them to your fork, then open a "pull request" which gets automatically tested and manually reviewed before merging.

See https://help.github.com/en/github/getting-started-with-github/fork-a-repo for generic github help on this.

See also our CONTRIBUTING.rst file which describes what you need to do to add a new stemming algorithm.

brandurjacobsen commented 4 years ago

Thank you for the speedy reply. A case of RTFM I now admit...