From 55eacf81edca62def198222bb79bfbbfad78b2a4 Mon Sep 17 00:00:00 2001 From: framefrok Date: Mon, 7 Sep 2026 18:49:53 +0300 Subject: [PATCH] Added package nimorphy --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 8ff7d9f2e9d..3776d62540e 100644 --- a/packages.json +++ b/packages.json @@ -41442,5 +41442,21 @@ "description": "French website-creation price barometer 2026 (103 public prices, CC BY 4.0): load, filter and summarize the open dataset", "license": "MIT", "web": "https://lescreavores.fr/prix-creation-site-internet/" + }, + { + "name": "nimorphy", + "url": "https://github.com/framefrok/nimorphy", + "method": "git", + "tags": [ + "nlp", + "morphology", + "russian", + "linguistics", + "pymorphy", + "text-processing" + ], + "description": "High-performance Russian morphological analyzer and synthesizer for Nim (Pymorphy alternative)", + "license": "MIT", + "web": "https://github.com/framefrok/nimorphy" } ]