H.text "Please note that the phylomemy reconstruction process consumes a lot of machine resources. If your corpus is < 2000 docs and if your list of terms is < 300 terms then the process will end quickly. If your corpus is < 5000 docs and if your list of terms is < 500 terms then the process will end in less than 30 minutes. If your corpus is > 5000 docs and if your list of terms is > 500 terms then the process can last hours."
]
]
let submit =
H.div { className: "phylo-config-form__submit" }
[
...
...
@@ -685,16 +1349,18 @@ component = R.hooksComponent "configForm" cpt where
, type: "submit"
}
[
B.icon { name: "refresh" }
B.icon { name: "cogs" }
,
H.text $ nbsp 1
,
H.text "Update!"
H.text "Reconstruct the phylomemy!"
]
]
pure $ H.div {} [ modeChoice
, R2.when (state.defaultMode == show false) form
, R2.when (state.defaultMode == show false) formAdvanced
-- , R2.when (state.defaultMode == show false) form