diff --git a/README.md b/README.md index e112b32..d25833c 100644 --- a/README.md +++ b/README.md @@ -34,20 +34,17 @@ model.hierarchy.divide_children(n_subtopics=3) print(model.hierarchy) ``` -
- -Root
-├── 0: windows, dos, os, disk, card, drivers, file, pc, files, microsoft
-│ ├── 0.0: dos, file, disk, files, program, windows, disks, shareware, norton, memory
-│ ├── 0.1: os, unix, windows, microsoft, apps, nt, ibm, ms, os2, platform
-│ └── 0.2: card, drivers, monitor, driver, vga, ram, motherboard, cards, graphics, ati
-└── 1: atheism, atheist, atheists, religion, christians, religious, belief, christian, god, beliefs
-. ├── 1.0: atheism, alt, newsgroup, reading, faq, islam, questions, read, newsgroups, readers
-. ├── 1.1: atheists, atheist, belief, theists, beliefs, religious, religion, agnostic, gods, religions
-. └── 1.2: morality, bible, christian, christians, moral, christianity, biblical, immoral, god, religion
-
-
- +``` +Root +├── windows, dos, os, disk, card, drivers, file, pc, files, microsoft +│ ├── 0.0: dos, file, disk, files, program, windows, disks, shareware, norton, memory +│ ├── 0.1: os, unix, windows, microsoft, apps, nt, ibm, ms, os2, platform +│ └── 0.2: card, drivers, monitor, driver, vga, ram, motherboard, cards, graphics, ati +└── 1: atheism, atheist, atheists, religion, christians, religious, belief, christian, god, beliefs +. ├── 1.0: atheism, alt, newsgroup, reading, faq, islam, questions, read, newsgroups, readers +. ├── 1.1: atheists, atheist, belief, theists, beliefs, religious, religion, agnostic, gods, religions +. └── 1.2: morality, bible, christian, christians, moral, christianity, biblical, immoral, god, religion +``` #### FASTopic *(Experimental)*