We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592423b commit 5bf1ee3Copy full SHA for 5bf1ee3
README.md
@@ -213,7 +213,7 @@ the `indra_world` package to be installed.
213
214
```python
215
from indra.tools import assemble_corpus as ac
216
-from indra_world.belief.wm_scorer import get_eidos_scorer
+from indra_world.belief import get_eidos_scorer
217
from indra_world.ontology.world import world_ontology
218
stmts = <the collection of all raw statements to use>
219
stmts = ac.filter_grounded_only(stmts) # Filter out ungrounded agents
0 commit comments