Open2
CodeBLEUライブラリでエラーが出る
pip install codebleu
,pip install tree-sitter
,tree-sitter-python
の後、サンプルコードを実行してもTypeError: an integer is required
といったエラーが発生する。
上記はx86 Ubuntuで実行したもの。
ただし、M3 Macで実行した時はエラーが発生せず、次のように実行できた。
% python test.py
{'codebleu': 0.5537842627792564, 'ngram_match_score': 0.10419044640136393, 'weighted_ngram_match_score': 0.11094660471566163, 'syntax_match_score': 1.0, 'dataflow_match_score': 1.0}