Jason S. Kessler

Results 26 comments of Jason S. Kessler

Right now, I've just been updating the docs along with the code. If use the help function in the REPL or a notebook, you should have access to the docs...

This error crops up when documents are either empty or composed of very infrequent tokens. I'm working on fixing this, but in the meantime, please try a couple things: Instead...

Thanks for the bug report. I appreciate the code sample you've provided, but it's hard to provide support if I can't recreate the issue on my own. Could you make...

I looked at @jonessarae's data and custom topic model, and it looks like the issue was that `FeatsFromTopicModel` wouldn't work with topic models which had multi-token entries. I added a...

The preferred way to remove stopwords in Scattertext is to pass the full documents into a Corpus factory, and then use the Corpus.remove_terms method to create a corpus free of...

Could you upload the example which fails to show snippets?

I think the issue is that the alternative text field has to be whitespace-tokenized for the matcher to work.

Glad to hear it works. It would be a good feature for someone in the community to pick up and build.

Try adding use_full_doc=True as an argument to produce_scattertext_explorer. If that doesn't work, could you please post an independently runnable example which demonstrates the problem?

This would be great. If you make this happen, please submit a PR.