delemma
Version, currently master branch1 version
- master branchlatestMay 3, 2016
github.com/greyblake/crystal-delemma
Lemmatization tool for German language.implemented in Crystal
2 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
delemma:
github: greyblake/crystal-delemma
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
- no constraint declared
- License
- MIT
- Author
- Sergey Potapov
Dependencies
This version declares no dependencies.
README
Delemma 
Crystal lemmatization tool for German language.
Installation
Add this to your application's shard.yml:
dependencies:
delemma:
github: greyblake/crystal-delemma
Usage
require "delemma"
Delemma.lemmatize("Bücher") # => "Buch"
Delemma.lemmatize("gesagt") # => "sagen"
Contributors
- greyblake Sergey Potapov - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- May 3, 2016
- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/greyblake/crystal-delemma
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 1