Update README.md
Browse files
README.md
CHANGED
@@ -98,7 +98,7 @@ inputs = [
|
|
98 |
|
99 |
kb = run_aee_era_pipeline(inputs)
|
100 |
for p in kb.values():
|
101 |
-
print(p.text_span, p.epistemic_data.computed_confidence) ```
|
102 |
|
103 |
|
104 |
|
|
|
98 |
|
99 |
kb = run_aee_era_pipeline(inputs)
|
100 |
for p in kb.values():
|
101 |
+
print(p.text_span, p.epistemic_data.computed_confidence) python ```
|
102 |
|
103 |
|
104 |
|