mirror of
https://github.com/sist2app/sist2.git
synced 2026-03-29 19:51:36 +00:00
wip
This commit is contained in:
@@ -22,7 +22,7 @@ export default {
|
||||
props: ["spans", "text"],
|
||||
computed: {
|
||||
legend() {
|
||||
return Object.entries(ModelsRepo.data[this.$store.state.mlModel.name].legend)
|
||||
return Object.entries(ModelsRepo.data[this.$store.state.nerModel.name].legend)
|
||||
.map(([label, name]) => ({
|
||||
text: name,
|
||||
id: label,
|
||||
|
||||
Reference in New Issue
Block a user