topictiling icon indicating copy to clipboard operation
topictiling copied to clipboard

TopicTiling is a text segmentation method that is based on LDA

Results 6 topictiling issues
Sort by recently updated
recently updated
newest added

Hello, When I try to segment Chinese document on Windows 10 system with script: bash topictilling.bat -ri 5 -tmd topicmodel -tmn model-final -fp "*txt" -fd files_to_segment I encounter the following...

Hi, I encounter this problem when I try to segment Chinese Document. And the output is I have trained a LDA model using JGibbLDA. I have already segmented Chinese text...

Hi, my issue may be related to issue #4 I call the tiling script with ```sh topictiling.sh -tmd ../topicmodel -s -tmn model-final -fp "Wigalois.txt" -fd ../../data/pdf/ascii/ -out results -d``` The...

Fixed typo: "mode-final" -> "model-final". Caused (probably) issue #2

may you share links to python code for next paper in this direction Martin Riedl, Chris Biemann. Text Segmentation with Topic Models. 2012.

Hello there, I'm working currently on my master thesis, in which I look into different text segmentation algorithms and their benefits for preprocessing documents in Retrieval Augmented Generation (RAG). For...