Julia Natural Language Processing (NLP) Package for Small Text Topic Modeling

Hi all,

I was wondering what package people use for small text topic modeling (STTM)? I have looked through the standard Julia NLP packages but I haven’t seen any reference to STTM, only generic topic modeling. Maybe I missed it?

For reference, I am trying to group similar words together as part of a project. For example, if I have “lake”, “stream”, “twin”, “sibling”, “construction”, “internet”, I’d want the program to recognize “lake” and “stream” belong together and “twin” and “sibling” should be grouped together. Any and all suggestions welcome!

Edit: I have also seen this referred to as Short Text Topic Modeling.