diff options
Diffstat (limited to '.claude-plugin/plugin.json')
| -rw-r--r-- | .claude-plugin/plugin.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..9dc49d3 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "classifier", + "description": "Text classification CLI using Bayesian, LSI, KNN, Logistic Regression, and TF-IDF algorithms", + "version": "1.0.0", + "author": { + "name": "Lucas Carlson", + "url": "https://github.com/cardmagic" + }, + "repository": "https://github.com/cardmagic/classifier", + "license": "LGPL-2.1", + "keywords": ["machine-learning", "text-classification", "nlp", "bayesian", "lsi", "cli"] +} |
