diff --git a/estimator.py b/estimator.py index 882b3fc..2b49e8a 100644 --- a/estimator.py +++ b/estimator.py @@ -5,6 +5,7 @@ import particles as pt import datetime import pathlib import math +import time MINIMAL_REPEATATION = 2 FILTER = "ALL" @@ -56,6 +57,7 @@ for i in filelist: print(" - 元数据字数: " + str(metadata_cnt) + f"\n = {metadata_trsl_cnt}[翻译] + {metadata_kwrd_cnt}[关键词] + {metadata_note_cnt}[笔记]") print(f" - 总文字数: {content_cnt + metadata_cnt}") print(f"独占记忆时间: {len(nucu.nucleons) / PAYLOAD} -> {math.ceil(len(nucu.nucleons) / PAYLOAD)}") + #time.sleep(0.1) text_counter += (content_cnt + metadata_cnt) content_counter += content_cnt time_counter += math.ceil(len(nucu.nucleons) / PAYLOAD) diff --git a/metadata.py b/metadata.py index de9f65c..d7473b1 100644 --- a/metadata.py +++ b/metadata.py @@ -1,3 +1,3 @@ #!/usr/bin/env python3 ver = "0.3.7" -stage = "prototype" \ No newline at end of file +stage = "production" \ No newline at end of file