Skip to content

Summary distance between languages #1142

@vmonakhov

Description

@vmonakhov

This task is to get summary table and diagrams with distances between languages from cognate, glottochronology and morphology analyses.

Result relation value in cognate analysis is not a part or percents, it is a scalar. To get required relation you have to use the following formula:
relation = round(1 - int(diff) / max_diff, 2)
where diff is that result scalar value and max_diff == 500

Any result of the analyses shows distances between perspectives. In the new tool we want distances between languages, so we have to merge results for every language by perspectives within every single result. Then we merge results for languages pairs between all the input analyses results.

Metadata

Metadata

Assignees

Labels

backendbug is related to backendenhancementthis label means that resolving the issue would improve some part of the system

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions