module Delemma

Defined in:

delemma.cr

Constant Summary

MAPPING_FILE = File.expand_path("../delemma/data/morphy-mapping-20110717.csv", "/srv/crystaldoc.info/github-greyblake-crystal-delemma-master/src/delemma.cr")

Taken from Morphy project: http://www.danielnaber.de/morphologie/index_en.html

Class Method Summary

Class Method Detail

def self.lemmatize(word : String) : String | Nil #

[View source]