wayfair-incubator / extra-model

Code to run the ExtRA algorithm for unsupervised topic/aspect extraction on English texts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an interface to use `extra-model` inside of Python

romatik opened this issue · comments

Right now all of the interfaces we expose assume the workflow like this: csv file in -> csv file out.
It would be great to expose another interface that takes pandas df and returns pandas df as an output. We do this internally anyways, so nothing super difficult.

Hi can anyone review this PR for this issue #198, thanks

Solved with #199