feat(FN-5152): complete Step 1 — add near-duplicate core helper
Fusion-Task-Id: FN-5152 Fusion-Task-Lineage: 954570d8-82e1-4519-a739-c52ee790d2db
This commit is contained in:
committed by
gsxdsm
parent
71a2ea1954
commit
7d01a666a9
@@ -131,6 +131,8 @@ export {
|
||||
SelfDefeatingDependencyError,
|
||||
} from "./store.js";
|
||||
export {
|
||||
STOPWORDS,
|
||||
tokenize,
|
||||
computeContentFingerprint,
|
||||
findDuplicateMatches,
|
||||
type ContentFingerprintInput,
|
||||
@@ -138,6 +140,14 @@ export {
|
||||
type DuplicateMatch,
|
||||
type DuplicateMatchInput,
|
||||
} from "./duplicate-detection.js";
|
||||
export {
|
||||
extractIntentSignature,
|
||||
findNearDuplicates,
|
||||
type IntentSignature,
|
||||
type NearDuplicateInput,
|
||||
type NearDuplicateCandidate,
|
||||
type NearDuplicateMatch,
|
||||
} from "./near-duplicate.js";
|
||||
export { getTaskDuplicateLineage } from "./duplicate-lineage.js";
|
||||
export {
|
||||
__getDeterministicGuardMutexSize,
|
||||
|
||||
Reference in New Issue
Block a user