NextGenC commited on
Commit
3568f5a
·
verified ·
1 Parent(s): 2844b2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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) ```python
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