We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4dbfe commit ef916d1Copy full SHA for ef916d1
1 file changed
examples/pbe/transduction/knowledge_graph/kg_path_finder.py
@@ -15,7 +15,7 @@ def __make_query_path__(distance: int, id: int, tabs: int = 1) -> str:
15
16
17
def __format__(el: str) -> str:
18
- return el.replace(" ", "_").replace("'", "_")
+ return el.replace(" ", "_").replace("'", "_").replace(",", "_")
19
20
21
def build_search_path_query(entities: List[Tuple[str, str]], distance: int = 1) -> str:
0 commit comments