mimno / PyMallet

Python tools for text
MIT License
15 stars 4 forks source link

Comparison to Mallet #1

Open jsedoc opened 4 years ago

jsedoc commented 4 years ago

Has there been a comparison to Mallet? Given the nature of the algorithm, we aren't going to get the same results, but I just want to make sure that if I replace Mallet with pymallet, that nothing strange will happen.

Also, is there a python notebook where it is easy to try out pymallet?

Thanks!

jsedoc commented 4 years ago

Hi @mimno I was wondering if you had a python notebook around pymallet that would be sharable. Also, is there a way to regression test?

mimno commented 4 years ago

I just added a self-contained notebook version I've used in a classroom setting.

Because the algorithm is randomized, it's been hard to come up with reliable tests, but I'm open to suggestions.