-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary distance between languages #1142
Comments
* json result * store cognate analysis * getting language id * getting language_id * fixes * next steps * result computation * get balanced matrix * refactoring * export html * fixed json serialization * init frontend * enhanced frontend * debugging * first result * beauty * fixed min and max distances
* open common modal * + * new frontend * clean result --------- Co-authored-by: Ivan Beloborodov <[email protected]>
* clean result * beauty
The task is resolved. All the cases described above were taken into account. Then go to Choose the result files received above (any amount) and press You'll get a table and diagrams showing the summary distances. The list under the table shows languages and perspectives names from the summary result. If there is no result for some languages pairs, you'll get |
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 andmax_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.
The text was updated successfully, but these errors were encountered: