-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
backendbug is related to backendbug is related to backendenhancementthis label means that resolving the issue would improve some part of the systemthis label means that resolving the issue would improve some part of the system
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendbug is related to backendbug is related to backendenhancementthis label means that resolving the issue would improve some part of the systemthis label means that resolving the issue would improve some part of the system