From 733ac8a0329750b91ef0173438c15d089587f6ee Mon Sep 17 00:00:00 2001 From: Ben D'Angelo Date: Tue, 24 Sep 2024 03:48:35 -0400 Subject: [PATCH] Add `marisa.cr` (#105) --- catalog/Natural_Language.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/catalog/Natural_Language.yml b/catalog/Natural_Language.yml index b56f1d5..54fd4db 100644 --- a/catalog/Natural_Language.yml +++ b/catalog/Natural_Language.yml @@ -14,6 +14,8 @@ shards: description: Singularize, pluralize, camelize, etc (port from ActiveSupport) - github: luckyframework/lucky_inflector description: Natural language inflector +- git: https://codeberg.org/bendangelo/marisa.cr + description: Wraps the very efficient Marisa Trie C++ library - github: mosop/string_inflection description: Yet another library for string inflection - github: johnjansen/text