Skip to content
Snippets Groups Projects

IS2022

Merged arebmann requested to merge development into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -135,7 +135,7 @@ class Extraction:
toc = time.perf_counter()
print(f"Loaded the current log in {toc - tic:0.4f} seconds")
tic = time.perf_counter()
pp.pre_process(config, self._nlp_util, aug_log)
pp.pre_process(config, aug_log, self._nlp_util)
toc = time.perf_counter()
print(f"Preprocessed the current log in {toc - tic:0.4f} seconds")
print("load word embeddings " + config.word_embeddings_file)
Loading