View source: R/apply_citation_matching.R
| applyCitationMatching | R Documentation |
Deprecated in bibliometrix 6.0. This function has been renamed to
applyReferenceMatching. Please use applyReferenceMatching() instead.
applyCitationMatching(
M,
threshold = 0.9,
method = "jw",
min_chars = 20,
max_block_size = 100,
use_iso4 = TRUE,
use_doi = TRUE,
use_exact = TRUE,
fuzzy = TRUE,
use_postproc = TRUE,
title_guard = FALSE
)
M |
A bibliometrix data frame, typically created by
|
threshold |
Numeric value between 0 and 1 indicating the similarity threshold
for matching citations. Default is 0.90. See |
method |
String distance method to use for fuzzy matching. Options include:
|
min_chars |
Minimum characters for valid citations (default: 20). |
max_block_size |
Integer. Blocks with at least this many unique normalized
strings skip within-block fuzzy matching and fall back to exact matching only
(default: 100). Passed to |
use_iso4 |
Logical. Enable ISO 4 / LTWA journal normalization (default |
use_doi |
Logical. Enable DOI-based exact matching (default |
use_exact |
Logical. Enable exact normalized-string and punctuation-invariant
matching (default |
fuzzy |
Logical. Enable within-block (WoS deterministic and Scopus fuzzy)
matching (default |
use_postproc |
Logical. Enable Phase 4.5 metadata-based post-processing
merge (default |
title_guard |
Logical. Enable the optional Phase 4.6 series part-marker
cluster purification that splits over-merged multi-part works (default
|
Same as applyReferenceMatching.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.