WeibinMeng / LogSummary

A toolkit and datasets for LogSummary
87 stars 4 forks source link

Missing "load_data" method #2

Open vbertalan opened 11 months ago

vbertalan commented 11 months ago

Hello,

Inside summarization.py, we see the following code lines:

    import utils
    summary, docs, templates, triplets = utils.load_data(log_path, template_path, 0, log_type)

However, this method is not present inside the utils.py file.

Could you please indicate if whether this method is present in the repo?

Thank you in advance.