From 1463f1f974b754e433034c0dc86bc3534ec1cd42 Mon Sep 17 00:00:00 2001 From: vegu-ai-tools <152010387+vegu-ai-tools@users.noreply.github.com> Date: Sat, 10 May 2025 02:02:26 +0300 Subject: [PATCH] typo --- docs/user-guide/world-editor/templates/writing-style.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/world-editor/templates/writing-style.md b/docs/user-guide/world-editor/templates/writing-style.md index 7de5e8c6..122ad176 100644 --- a/docs/user-guide/world-editor/templates/writing-style.md +++ b/docs/user-guide/world-editor/templates/writing-style.md @@ -44,6 +44,8 @@ Favorited templates will be shown at the top of the list of templates. ### Phrase Detection +![Writing Style Phrase Detection](/talemate/img/0.30.0/writing-style-phrase-detection.png) + Introduced in version `0.30.0` the writing style can now define certain phrases that should be detected in the content and handled in a specific way through the [Editor Agent's Revision Actions](/talemate/user-guide/agents/editor/settings#revision). !!! note "Writing style needs to be set in the scene" @@ -51,7 +53,7 @@ Introduced in version `0.30.0` the writing style can now define certain phrases Specifically this allows you to define a list of phrases that you do NOT want in your content. -THere are two methods of phrase matching +There are two methods of phrase matching 1. Regex (Regular Expressions) - This will match any phrase that matches the regex pattern. 2. Semantic Similarity - This will match any phrase that has a semantic similarity above the defined threshold. Semantic similarity is calculated using the Memory agent's embedding function. @@ -83,7 +85,6 @@ Semantic similarity is a more flexible way to match phrases. It will match any p When running with local embeddings, using CUDA is highly recommended. -![Writing Style Phrase Detection](/talemate/img/0.30.0/writing-style-phrase-detection.png) ### Deactivation