ajenhl / tacl

Tool for performing basic text analysis on the CBETA corpus
GNU General Public License v3.0
30 stars 9 forks source link

Rename tacl report #46

Closed ajenhl closed 8 years ago

ajenhl commented 8 years ago

"tacl report" manipulates result files and does not, in fact, do any reporting. There is an increasing amount of reporting-like functions that it would be good to add to tacl (eg, views of the extent of overlap between texts, TF.IDF terms within a corpus), and these would fit nicely under the name "tacl report".

"tacl results" might work as a replacement.

ajenhl commented 8 years ago

Additionally, the Report class should be renamed Results, and incorporate all manipulations of results (including those that are currently part of tacl-helper).