You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mercury-parser/src/extractors/generic/next-page-url/scoring/utils/index.js

11 lines
646 B
JavaScript

export { default as scoreSimilarity } from './score-similarity';
export { default as scoreLinkText } from './score-link-text';
export { default as scorePageInLink } from './score-page-in-link';
export { default as scoreExtraneousLinks } from './score-extraneous-links';
export { default as scoreByParents } from './score-by-parents';
export { default as scorePrevLink } from './score-prev-link';
export { default as shouldScore } from './should-score';
export { default as scoreBaseUrl } from './score-base-url';
export { default as scoreNextLinkText } from './score-next-link-text';
export { default as scoreCapLinks } from './score-cap-links';