interrogator / corpkit

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

Main methods/functions should use `Corpus`/`Interrogation` classes #17

Open interrogator opened 8 years ago

interrogator commented 8 years ago

The API recently evolved into something class-heavy, with Corpus and Interrogation objects. The actual interrogating, concordancing, editing, etc., does not exploit any information in these classes, though it would simplify the code. That should get done, to help make things more easily extensible.

interrogator commented 8 years ago

interrogator() now does, and it helped a lot. conc() was collapsed into interrogator(). Will leave this open until editor() and plotter() get a revision.