From 178c9ffa8e78a4ed33c69916ff29999b924b7329 Mon Sep 17 00:00:00 2001 From: Kiyarash Fazeli Date: Mon, 10 Aug 2026 10:51:39 +0330 Subject: [PATCH] Fix formatting in README for Persian spaCy pipelines --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46ff871..4c027a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Persian (Farsi) pipelines for spaCy -Trained spaCy pipelines for Persian, installable now. spaCy has never shipped an official one, and `spacy.blank("fa")` only gives you a tokenizer and stop words. These pipelines are built from the UD_Persian-PerDT treebank. choose between `fa_core_news_sm` (full syntax + NER) or `fa_dep_news_sm` (syntax only). +Trained spaCy pipelines for Persian, installable now. spaCy has never shipped an official one, and `spacy.blank("fa")` only gives you a tokenizer and stop words. choose between `fa_core_news_sm` (full syntax + NER) or `fa_dep_news_sm` (syntax only). ```bash pip install https://huggingface.co/Phazel/fa_core_news_sm/resolve/main/fa_core_news_sm-any-py3-none-any.whl