From f53d067e6795f95e715811ad746685f0b886a0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Kardos?= Date: Tue, 25 Jun 2024 12:56:20 +0200 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 30c2ae3..70731e5 100644 --- a/README.md +++ b/README.md @@ -41,19 +41,21 @@ for batch in batched(corpus, 200): You can now produce a compass of concepts along two semantic axes using $S^3$. + + + + + +
+ ```python -from turftopic import SemanticSignalSeparation - model = SemanticSignalSeparation(10).fit(corpus) - -# You will need to `pip install plotly` before this. fig = model.concept_compass(topic_x=1, topic_y=4) fig.show() ``` -

- -

+
+ ## Basics [(Documentation)](https://x-tabdeveloping.github.io/turftopic/) [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/x-tabdeveloping/turftopic/blob/main/examples/basic_example_20newsgroups.ipynb)