poprawki do obliczania metryk 4
This commit is contained in:
parent
4b2a8756a8
commit
4e783fe4f6
@ -14,10 +14,10 @@ if __name__ == '__main__':
|
||||
done = False
|
||||
lines = line.split(" ")
|
||||
sentenceNumber += 1
|
||||
float(c) = line[0]
|
||||
float(s) = line[1]
|
||||
float(d) = line[2]
|
||||
float(i) = line[3]
|
||||
c = line[0]
|
||||
s = line[1]
|
||||
d = line[2]
|
||||
i = line[3]
|
||||
wer = (s + d + i)/(s + d + c)
|
||||
done = True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user