Skip to content

Commit

Permalink
documentation: new padatious options
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Jan 25, 2025
1 parent d010c7d commit 1bdba19
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ovos_config/mycroft.conf
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,16 @@
"conf_med": 0.8,
"conf_low": 0.5,

// normalization step to remove punctuation etc
"cast_to_ascii": true,

// padaos is an internal regex matcher that ensures exact matches
"disable_padaos": false,

// domain engine will classify intents first and then the intent for that skill
// if false intents are classified directly
"domain_engine": false,

// path to save trained intent files
// by default uses XDG directories if not set
//"intent_cache": "~/.local/share/mycroft/intent_cache/",
Expand Down

0 comments on commit 1bdba19

Please sign in to comment.