瀏覽代碼

Updated, more explanation

Alexander Huwiler 1 年之前
父節點
當前提交
077a6d111f
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -1,5 +1,13 @@
 # Semantic-Split
 
+This is a fork of semantic_split to allow other spacy models.
+
+Install (comfortably) via by pip:
+
+(switch to virtualenv)
+pip install git+https://git.alexanderhuwiler.ch/alexander/semantic_split_MultiLang.git
+
+
 ![semantic-split-tests](https://github.com/agamm/semantic-split/actions/workflows/python-package.yml/badge.svg)
 
 A Python library to chunk/group your text based on semantic similarity - ideal for pre-processing data for Language Models or Vector Databases. Leverages [SentenceTransformers](https://github.com/UKPLab/sentence-transformers) and [spaCy](https://github.com/explosion/spaCy).