flexudy commited on
Commit
107414b
·
1 Parent(s): 0383f32

Update README.md

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