Update README.md
Browse files
README.md
CHANGED
@@ -76,7 +76,10 @@ Einstein worked as a professor at Princeton University until his death in 1955."
|
|
76 |
generated_triples = generate_triples(input_text)
|
77 |
print("Generated triples:", generated_triples)
|
78 |
```
|
79 |
-
|
|
|
|
|
|
|
80 |
|
81 |
|
82 |
|
|
|
76 |
generated_triples = generate_triples(input_text)
|
77 |
print("Generated triples:", generated_triples)
|
78 |
```
|
79 |
+
## Output:
|
80 |
+
```
|
81 |
+
Generated triples: (S> Albert einstein| P> Birth place| O> Ulm, germany), (S> Albert einstein| P> Birth year| O> 1879), (S> Albert einstein| P> Award| O> Nobel prize in physics), (S> Albert einstein| P> Death year| O> 1955), (S> Albert einstein| P> Occupation| O> Professor), (S> Albert einstein| P> Workplace| O> Princeton university)
|
82 |
+
```
|
83 |
|
84 |
|
85 |
|