From 6c35ae2d0b5fa3aef164e5d1e3cacc2bc19e3e5d Mon Sep 17 00:00:00 2001 From: Ruan Chaves Rodrigues Date: Thu, 8 Jan 2026 07:25:17 -0300 Subject: [PATCH] feat: hashformers[spacy] installation --- website/meta/universe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index 4b733e610..e5081b1ed 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -75,7 +75,7 @@ "slogan": "Word segmentation with transformers and beam search", "description": "Hashformers uses transformers and beam search to segment text without spaces into words. It fills the gap between heuristic-based splitters and LLM prompt-based segmentation, supporting any Hugging Face model. Recognized as state-of-the-art for hashtag segmentation at LREC 2022.", "github": "ruanchaves/hashformers", - "pip": "hashformers", + "pip": "hashformers[spacy]", "code_example": [ "import spacy", "import hashformers.spacy # registers the 'hashformers' component",