File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -658,7 +658,7 @@ def _report_extra_stats(self) -> None:
658
658
if project_pair not in stats_df .index and filepath .stem not in ["corpus-stats" , "tokenization_stats" ]:
659
659
project_count = ""
660
660
if project_pair [1 ] == "" :
661
- LOGGER .info (f"Project pair for { filepath } unclear. Some statisitcs may be missing." )
661
+ LOGGER .info (f"Project pair for { filepath } unclear. Some statistics may be missing." )
662
662
else :
663
663
src_path = get_mt_corpus_path (project_pair [0 ])
664
664
trg_path = get_mt_corpus_path (project_pair [1 ])
@@ -667,7 +667,7 @@ def _report_extra_stats(self) -> None:
667
667
project_count = len (corpus .index )
668
668
except :
669
669
LOGGER .info (
670
- f"Original source or target project for { project_pair } not found. Some statisitcs may be missing."
670
+ f"Original source or target project for { project_pair } not found. Some statistics may be missing."
671
671
)
672
672
673
673
pair_stats = pd .read_csv (filepath )
You can’t perform that action at this time.
0 commit comments