nlpserver icon indicating copy to clipboard operation
nlpserver copied to clipboard

spaCy-transformers & LDA

Open ipullrank opened this issue 3 years ago • 2 comments

Love the project! Thanks for putting it together.

The README mentions an ask for ways this project can be improved.

It would be amazing if you included the spacy-transformers so we can use libraries like GPT-2 with this project. Also LDA with spaCy and Gensim - https://towardsdatascience.com/building-a-topic-modeling-pipeline-with-spacy-and-gensim-c5dc03ffc619

ipullrank avatar Aug 08 '20 13:08 ipullrank

Thanks for trying out this project and I'm glad you find it useful and I appreciate the feedback! Spacy-transformers wasn't available at the time I created this project, but it seems like it should be straight forward to add it in. LDA might be more tricky as might need customization for each use case, but I'll see what I can do.

Cheers, Olav

web64 avatar Aug 08 '20 14:08 web64

Love the project too! (Seriously, a great way to merge multiple libraries). I would love more abstract methods like topic modeling or simplified api calls for spacy pipelines. Also, and sorry for the enthusiasm it would be great to expose spacy and other library's apis so they can be called as well.

Surt avatar Sep 06 '20 13:09 Surt