in uberpoet/dotreader.py [0:0]
def clean_edge_names(self, edges):
# type: (List[List[str]]) -> List[List[str]]
"""Makes edge names only be their buck target name"""
return [[self.extract_buck_target(text) for text in pair] for pair in edges]