added pre-trained universal sentence encoder and BERT sentence transformer options
Top2Vec now has an option to choose the embedding model with doc2vec, universal-sentence-encoder, universal-sentence-encoder-multilingual, and distiluse-base-multilingual-cased as the options.
A get_documents_topics method was added.