You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,12 @@
3
3
Turftopic is a topic modeling library which intends to simplify and streamline the usage of contextually sensitive topic models.
4
4
We provide stable, minimal and scalable implementations of several types of models along with extensive documentation.
5
5
6
-
<center>
7
-
8
6
||||
9
7
| - | - | - |
10
8
|:house:[Build and Train Topic Models](model_definition_and_training.md)|:art:[Explore, Interpret and Visualize your Models](model_interpretation.md)|:wrench:[Modify and Fine-tune Topic Models](finetuning.md)|
11
9
|:pushpin:[Choose the Right Model for your Use-Case](model_overview.md)|:chart_with_upwards_trend:[Explore Topics Changing over Time](dynamic.md)|:newspaper:[Use Phrases or Lemmas for Topic Models](vectorizers.md)|
12
10
|:ocean:[Extract Topics from a Stream of Documents](online.md)|:evergreen_tree:[Find Hierarchical Order in Topics](hierarchical.md)|:whale:[Name Topics with Large Language Models](namers.md)|
13
11
14
-
</center>
15
12
16
13
## Basic Usage
17
14
@@ -39,15 +36,13 @@ model = KeyNMF(20).fit(corpus)
@@ -52,7 +49,6 @@ In general, the most balanced models are $S^3$, Clustering models with `centroid
52
49
53
50
<br>
54
51
55
-
<center>
56
52
57
53
58
54
| Model |:1234: Multiple Topics per Document |:hash: Detecting Number of Topics |:chart_with_upwards_trend: Dynamic Modeling |:evergreen_tree: Hierarchical Modeling |:star: Inference over New Documents |:globe_with_meridians: Cross-Lingual |:ocean: Online Fitting |
@@ -66,7 +62,6 @@ In general, the most balanced models are $S^3$, Clustering models with `centroid
66
62
67
63
_Table 2: Comparison of the models based on their capabilities_
0 commit comments