You can insert your uploaded evidence files by clicking the paperclip in the menu bar. A window will appear with options to select an existing
piece of evidence from a list or upload a new piece of evidence.After inserting your evidence, a preview block will appear in the editor so you can see the evidence you have inserted and understand how it
will look in line with your other content.
You can insert a caption by clicking the hamburger menu and then Insert Caption. The form will ask you to enter a reference name. A custom
reference name is optional, but you will want one if you plan to create a reference/bookmark to your caption later. After inserting the caption,
you will edit the text field to supply the contents of your caption.
The Ghostwriter image ships with a local copy of the English spaCy model, a natural language processor with the
capability to detect passive voice. Editors often have to flag instances of passive voice when reviewing reports written in languages
such as English. Language processing happens on demand.
Click the hamburger menu and then Check Passive Voice. The local spaCy model will review the text and try to highlight
any instances of passive voice. The model has about 95% accuracy.
After highlighting instances of passive voice, you can clear the highlighting by editing that section.
Ghostwriter ships with en_core_web_sm. You can change the language model using Ghostwriter CLI. SpaCy offers trained pipelines for a couple dozen languages and an option
for a multi-language model.After you change the model, bring the containers down and back up. Ghostwriter will check if your desired model is downloaded at runtime.
If the model is not downloaded, such as when you have just changed it, it will download the model. This adds a one-time delay of about 20-30 seconds
to the service’s start time.
Copy
Ask AI
./ghostwriter-cli config set spacy xx_ent_wiki_sm./ghostwriter-cli down && ./ghostwriter-cli up