Commit aee23d7
Normalize double-dash to single dash in title comparison
LaTeX uses '--' for an en-dash; Semantic Scholar stores a plain '-'.
Adding .replace("--", "-") before other normalization makes them match.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2dad8f1 commit aee23d7
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments