Skip to content

Commit b4ab845

Browse files
authored
Update README.md
1 parent 6c017f0 commit b4ab845

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Triplizer
22

3+
It is a simple wrapper for the [AllenNLP](https://github.com/allenai/allennlp) Open Information Extrction model and the Coreference Resolution library [NeuralCoref](https://github.com/huggingface/neuralcoref). It extracts from a text a list of tripples in the form of set (Subject, Action, Object).
4+
5+
The example of usage:
36
```python
47
from corefextraction import InformationExtractor
58
extractor = InformationExtractor(coreference = True)

0 commit comments

Comments
 (0)