@@ -34,20 +34,17 @@ model.hierarchy.divide_children(n_subtopics=3)
3434print (model.hierarchy)
3535```
3636
37- <div style =" background-color : #F5F5F5 ; padding : 10px ; padding-left : 20px ; padding-right : 20px ;" >
38- <tt style =" font-size : 11pt " >
39- <b >Root </b ><br >
40- ├── <b style =" color : blue " >0</b >: windows, dos, os, disk, card, drivers, file, pc, files, microsoft <br >
41- │ ├── <b style =" color : magenta " >0.0</b >: dos, file, disk, files, program, windows, disks, shareware, norton, memory <br >
42- │ ├── <b style =" color : magenta " >0.1</b >: os, unix, windows, microsoft, apps, nt, ibm, ms, os2, platform <br >
43- │ └── <b style =" color : magenta " >0.2</b >: card, drivers, monitor, driver, vga, ram, motherboard, cards, graphics, ati <br >
44- └── <b style =" color : blue " >1</b >: atheism, atheist, atheists, religion, christians, religious, belief, christian, god, beliefs <br >
45- . ├── <b style =" color : magenta " >1.0</b >: atheism, alt, newsgroup, reading, faq, islam, questions, read, newsgroups, readers <br >
46- . ├── <b style =" color : magenta " >1.1</b >: atheists, atheist, belief, theists, beliefs, religious, religion, agnostic, gods, religions <br >
47- . └── <b style =" color : magenta " >1.2</b >: morality, bible, christian, christians, moral, christianity, biblical, immoral, god, religion <br >
48- </tt >
49- </div >
50-
37+ ```
38+ Root
39+ ├── windows, dos, os, disk, card, drivers, file, pc, files, microsoft
40+ │ ├── 0.0: dos, file, disk, files, program, windows, disks, shareware, norton, memory
41+ │ ├── 0.1: os, unix, windows, microsoft, apps, nt, ibm, ms, os2, platform
42+ │ └── 0.2: card, drivers, monitor, driver, vga, ram, motherboard, cards, graphics, ati
43+ └── 1: atheism, atheist, atheists, religion, christians, religious, belief, christian, god, beliefs
44+ . ├── 1.0: atheism, alt, newsgroup, reading, faq, islam, questions, read, newsgroups, readers
45+ . ├── 1.1: atheists, atheist, belief, theists, beliefs, religious, religion, agnostic, gods, religions
46+ . └── 1.2: morality, bible, christian, christians, moral, christianity, biblical, immoral, god, religion
47+ ```
5148
5249#### FASTopic * (Experimental)*
5350
0 commit comments