"vscode:/vscode.git/clone" did not exist on "086471199c9796df1f37e13767a96ec777233efc"
Commit 7560e128 authored by quyuan's avatar quyuan
Browse files

add ci

parent b0a41240
......@@ -7,6 +7,8 @@ import json
from lib import scoring
from nltk.translate.bleu_score import sentence_bleu, SmoothingFunction
from nltk.tokenize import word_tokenize
import nltk
nltk.download('punkt')
from Levenshtein import distance
class Scoring:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment