Procházet zdrojové kódy

Updated, more explanation

Alexander Huwiler před 1 rokem
rodič
revize
077a6d111f
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  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).