Return canonical directions plus their aliases / paper terms for reuse.
(canonical_directions: List[str])
| 869 | |
| 870 | |
| 871 | def expand_direction_terms(canonical_directions: List[str]) -> Dict[str, Dict]: |
| 872 | """Return canonical directions plus their aliases / paper terms for reuse.""" |
| 873 | return expand_direction_terms_from_registry(canonical_directions) |
| 874 | |
| 875 | |
| 876 | def prepare_paper_features(papers: List[Dict]) -> List[Dict]: |
no outgoing calls
no test coverage detected