JasonKessler / scattertext

Beautiful visualizations of how language differs among document types.
Apache License 2.0
2.23k stars 289 forks source link

class CorpusFromPandas(TermDocMatrixFromPandas) contains incorrect doc_string #18

Closed David-Herman closed 6 years ago

David-Herman commented 6 years ago

The file CorpusFromPandas.py contains the line, use_lemmas : boolean, optional, on line 22. This raises in unexpected keyword error in 0.2.9.3

JasonKessler commented 6 years ago

Thanks! Fixed in the next version.

David-Herman commented 6 years ago

thanks