| for i in 10 20 30 | |
| do | |
| python my_topic_modeling.py --n_topics ${i} --name_dataset tripadvisor --only_coherence_score yes --train_both no --need_reduce_n_topics no | |
| done | |
| for i in 10 20 30 | |
| do | |
| python my_topic_modeling.py --n_topics ${i} --name_dataset tripadvisor --only_coherence_score yes --train_both no --need_reduce_n_topics no | |
| done | |