relatio-nlp/relatio

build narratives from dependency parse info

Closed this issue · 1 comments

Add a "dependencies to semantic roles" translation mapping. then we could make relatio available in any language with this mapping.

Implemented in the branch relatio-v0.3 (method self.extract_svos() of the NarrativeModel()).
The function for French is in utils.py.
It could be useful to write similar functions for English and German.