Skip to content

Commit

Permalink
Computing metrics for glottochronology and morphology
Browse files Browse the repository at this point in the history
  • Loading branch information
vmonakhov committed Aug 7, 2024
1 parent fff448f commit 17317a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/CognateAnalysisModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ const computeSwadeshAnalysisMutation = gql`
perspective_info_list: $perspectiveInfoList
) {
triumph
dictionary_count
group_count
not_enough_count
transcription_count
result
xlsx_url
minimum_spanning_tree
Expand All @@ -226,6 +230,10 @@ const computeMorphCognateAnalysisMutation = gql`
perspective_info_list: $perspectiveInfoList
) {
triumph
dictionary_count
group_count
not_enough_count
transcription_count
result
xlsx_url
minimum_spanning_tree
Expand Down

0 comments on commit 17317a8

Please sign in to comment.