Skip to content

kwx 0.1.5

Compare
Choose a tag to compare
@andrewtavis andrewtavis released this 15 Mar 13:49
· 106 commits to main since this release

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