{ | |
"calculate_probabilities": true, | |
"language": null, | |
"low_memory": false, | |
"min_topic_size": 50, | |
"n_gram_range": [ | |
1, | |
2 | |
], | |
"nr_topics": 10, | |
"seed_topic_list": [ | |
[ | |
"ship", | |
"address", | |
"location", | |
"destination", | |
"post", | |
"deliver", | |
"florida", | |
"texas", | |
"united states", | |
"europe", | |
"asia" | |
], | |
[ | |
"password", | |
"account", | |
"login", | |
"sign in", | |
"email", | |
"id", | |
"authentication", | |
"username" | |
], | |
[ | |
"select", | |
"choose", | |
"sort", | |
"next", | |
"more", | |
"back", | |
"scroll", | |
"previous", | |
"search", | |
"results", | |
"catalog", | |
"find", | |
"lookup", | |
"query", | |
"browse", | |
"explore", | |
"filter" | |
], | |
[ | |
"first", | |
"last", | |
"name", | |
"username", | |
"middlename", | |
"surname", | |
"given name", | |
"alias" | |
], | |
[ | |
"cart", | |
"basket", | |
"bag", | |
"add", | |
"remove", | |
"edit", | |
"cancel", | |
"update", | |
"delete", | |
"modify", | |
"change" | |
], | |
[ | |
"checkout", | |
"payment", | |
"pay", | |
"order", | |
"purchase", | |
"billing", | |
"transaction" | |
], | |
[ | |
"small", | |
"medium", | |
"large", | |
"extra large", | |
"s", | |
"m", | |
"l", | |
"xl", | |
"xxl", | |
"slim fit", | |
"size", | |
"fit", | |
"quantity" | |
], | |
[ | |
"promo", | |
"code", | |
"apply", | |
"welcome", | |
"offer" | |
] | |
], | |
"top_n_words": 10, | |
"verbose": false, | |
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2" | |
} |