This is a template repository. Below is a checklist of things you should do to use it:
- Run
setup_template.pyto set up the repository. - Rewrite this
READMEfile. - Install the
pre-commithooks. - Update the
LICENSEfile to your desired license and set the year. - Update the supported versions in
SECURITY.mdor, if not relevant, delete this file. - Remove the placeholder src and test files, these are there merely to show how the CI works.
- Grant third-party app permissions (e.g. Codecov) here, if necessary.
- Either generate a
CODECOV_TOKENsecret here (if its a private repository) or remove the linetoken: ${{ secrets.CODECOV_TOKEN }} - API docs website: After the first successful build, go to the
Settingstab of your repository, scroll down to theGitHub Pagessection, and selectgh-pagesas the source. This will generate a link to your API docs. - Update stability badge in
README.mdto reflect the current state of the project. A list of stability badges to copy can be found here. The node documentation can be used as a reference for the stability levels.
What problem does this tool solve?
- A few
- Cool
- Things
Install this package via :
pip install linguamorphOr get the newest development version via:
pip install git+https://github.com/cmi-dair/pkg-linguamorphShort tutorial, maybe with a
import linguamorph
linguamorph.short_example()