interrogator / corpkit

A toolkit for corpus linguistics
Other
199 stars 27 forks source link

Docstings need to be moved to classes #18

Closed interrogator closed 8 years ago

interrogator commented 8 years ago

Docstrings are provided for functions like interrogator(), editor() and plotter(), but these are no longer the preferred way to access their functionality. Instead, the method approach of corpus.interrogate() or interrogation.edit() is now used. Is there a way, I wonder, to auto-migrate the docstrings? Or should they be swapped out from the functions and put into the methods?

interrogator commented 8 years ago

Done over the last week or so!