getAllFalseMismatches: False cognate assignments of all languages

Description Usage Arguments Value

View source: R/FastFalseMismatches.R

Description

Detects all pairs of lexemes that are similar, but have different cognate coding. This may take a while for a lot of languages

Usage

1
2
getAllFalseMismatches(language_ids, threshold = 0.34, silent = TRUE,
  detailed = FALSE, ...)

Arguments

language_ids

IDs of all languages in comparison

threshold

Threshold, when lexemes are classified as similar. Normalized levensthein-distance, see normalizedLevensthein.

silent

If progress should be pasted

detailed

boolean. If true, additional information is included in the output (takes a bit longer)

...

further arguments passed to normalizedLevenshtein

Value

Returns a data.frame of all lexemes that are suspicious


KonstantinHoffmann/ABVDTools documentation built on Dec. 14, 2021, 11:48 a.m.