diff options
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 6592f1d..3d7d87b 100644 --- a/packages.json +++ b/packages.json @@ -11895,6 +11895,20 @@ "web": "https://github.com/technicallyagd/unpack" }, { + "name": "nimfastText", + "url": "https://github.com/genotrance/nimfastText", + "method": "git", + "tags": [ + "fasttext", + "classification", + "text", + "wrapper" + ], + "description": "fastText wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimfastText" + }, + { "name": "treesitter", "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter", "method": "git", |
