Skip to content

Commit 2bc2212

Browse files
committed
correctly indicate that ConversationalGraphExtractor supports any lang
1 parent 3d5290c commit 2bc2212

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

renard/pipeline/graph_extraction.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,9 @@ def __call__(
598598

599599
return {"character_network": G}
600600

601+
def supported_langs(self) -> Literal["any"]:
602+
return "any"
603+
601604
def needs(self) -> Set[str]:
602605
"""sentences, quotes, speakers, characters"""
603606
return {"sentences", "quotes", "speakers", "characters"}

0 commit comments

Comments
 (0)