diff options
| author | Matthieu Pignolet <matthieu@puffer.fish> | 2025-05-18 23:16:32 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@puffer.fish> | 2025-05-18 23:16:32 +0400 |
| commit | 3298237e4dc45040b4884d5277a9adbfc6d8ff27 (patch) | |
| tree | b18e9173ecc449f326c67d7f237f6df502f72630 | |
| parent | fdd65e8d2afe259775a55f5c7e1c09494b08204d (diff) | |
feat: upgrade meta
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -2,7 +2,7 @@ name = "kondrak-aline" version = "0.1.0" edition = "2024" -license-file = "LICENSE" +license = "MIT" readme = "README.md" repository = "https://forgejo.puffer.fish/matthieu/aline-rs" description = "Implementation of Kondrak's ALINE alignment algorithm" @@ -1,3 +1,4 @@ # Aline-rs -This is a (not quite ready) Aline implementation based on the python nltk implementation
\ No newline at end of file +This is a Aline implementation based on the python nltk implementation. + |
