Glottochronology for morphological dictionaries #1020
Labels
backend
bug is related to backend
enhancement
this label means that resolving the issue would improve some part of the system
Related to ispras/lingvodoc#1435
The task is to implement tool for calculating distances between morphological dictionaries.
'Morphology'
perspective contains two main fields:'Affix'
and'Meaning of affix'
.So the new tool has to count similar Meanings of affix within pairs of Morphology perspectives and to look for etymologically linked entries among them. Then the tool calculates a value indicated distance between corresponding dictionaries. You can see the used formula in the related issue.
The frontend and backend realizations are almost the same as in the related issue.
English name of the tool is
'Glottochronology (morphology)'
.Meaning of affix for the tool is getting with the following regexp:
[.\dA-Z]+
from the perspective. So neither dashes nor any comments are used in comparing.The modal window for this tool should display only Morphology perspectives to select,
The modal window from the related issue should not display Morphology perspectives.
The result tables contain notes by the following template:
-<affix_1st>; ... -<affix_nth> (<meaning_1st>; ... <meaning_nth>)
, where all the affixes have all the meanings.This tool is expanded with
'Glottochronology multi-language (morphology)'
one, where a scope to select dictionaries for comparison is not one language.The text was updated successfully, but these errors were encountered: