getFalseMismatches: False Mismatches of two languages

Description Usage Arguments Value See Also

View source: R/CompareLanguages.R

Description

Compares lexemes of two languages and returns a list of similar lexemes that have different cognate classes. This is quite slow, for mass-analysis, use getAllFalseMismatches.

Usage

1
getFalseMismatches(lang1, lang2, threshold = 0.4, ...)

Arguments

lang1

ID of first language

lang2

ID of second language

threshold

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

...

further arguments passed to twoLanguageWordList, e.g. a concept-list to speed things up or to normalizedLevenshtein

Value

Returns a data-frame with all pairs of lexemes included, where a false cognate class assignment is assumed

See Also

getAllFalseMismatches


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