Update README.md
Browse files
README.md
CHANGED
@@ -59,6 +59,9 @@ concepts = concept_inference_machine.infer_concepts(terms, language=language)
|
|
59 |
|
60 |
Output:
|
61 |
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
### How was it trained?
|
|
|
59 |
|
60 |
Output:
|
61 |
|
62 |
+
```python
|
63 |
+
{'cat': ['mammal', 'animal'], 'dog': ['hound', 'animal'], 'economics and sociology': ['both fields of study'], 'public company': ['company']}
|
64 |
+
```
|
65 |
|
66 |
|
67 |
### How was it trained?
|