dinel / metadiscourse-annotator

0 stars 0 forks source link

Improve the efficiency #87

Open dinel opened 5 years ago

dinel commented 5 years ago

Text::calculateStatistics is not efficient. It can be implemented in such a way that the calculation is done by MySQL.

CorpusAdminController is not efficient. It calculates the types and tokens, but then goes and calculates these statistics for each individual text. The number of tokens should be taken from the individual files.