Initial release prep
This commit is contained in:
parent
c9b9d892f4
commit
92395b2b4b
100 changed files with 405 additions and 401 deletions
|
|
@ -1,12 +1,12 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from app.services.domains.ingestion.fingerprints import (
|
||||
from app.services.ingestion.fingerprints import (
|
||||
_dedupe_publication_candidates,
|
||||
canonical_title_for_dedup,
|
||||
fuzzy_titles_match,
|
||||
normalize_title,
|
||||
)
|
||||
from app.services.domains.scholar.parser import PublicationCandidate
|
||||
from app.services.scholar.parser import PublicationCandidate
|
||||
|
||||
|
||||
def _candidate(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue