View Single Post
Old 06-24-2022, 11:07 PM   #330
xxyzz
Evangelist
xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.
 
Posts: 443
Karma: 3000000
Join Date: Nov 2020
Device: none
Have you tried the latest plugin from GitHub Action? You can add person name and their aliases in the new customize x-ray menu. You can created the ""worddumb-custom-x-ray.json" in a text editor and put it in the book folder. You could add "Livy" and see if it helps. Or add all the name variants as "Livy"'s aliases.

Example file:
Code:
[
  [
    "name a",             # entity name
    "PERSON",            # NER label
    "name-a,name-A", # aliases
    "name a desc"       # description, leave empty to use Wikipedia summary
  ],
  [
    "name b",
    "PERSON",
    "",
    ""
  ]
]
It's possible to make the plugin run in terminal and only create files, the test file already does that.

Last edited by xxyzz; 06-24-2022 at 11:15 PM.
xxyzz is offline   Reply With Quote