kwx 0.1.5
Changes include:
-
Keyword extraction and selection are now disjointed so that modeling doesn't occur again to get new keywords
-
Keyword extraction and cleaning are now fully disjointed processes
-
kwargs for sentence-transformers BERT, LDA, and TFIDF can now be passed
-
The cleaning process is verbose and uses multiprocessing
-
The user has greater control over the cleaning process
-
Reformatting of the code to make the process more clear